Random Color Generator

#76560d Color

Color Codes
Hex Code #76560d
RGB Code rgb(118, 86, 13)
HSL Code hsl(42, 80%, 26%)

#76560d Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(118, 86, 13);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(42, 80%, 26%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #76560d

RGB Code Hex Code Preview
rgb(118, 86, 13, 10%) #76560d1a  
rgb(118, 86, 13, 20%) #76560d33  
rgb(118, 86, 13, 40%) #76560d4C  
rgb(118, 86, 13, 60%) #76560d99  
rgb(118, 86, 13, 80%) #76560dCC  
rgb(118, 86, 13, 100%) #76560dFF  

Saturated and desaturated colors of #76560d

HSL Code Preview
hsl(42, 10%, 26%)  
hsl(42, 20%, 26%)  
hsl(42, 40%, 26%)  
hsl(42, 60%, 26%)  
hsl(42, 80%, 26%)  
hsl(42, 100%, 26%)  

#76560d Color Usage In CSS

 body {
    color: #76560d;
    }
 p {
    color: rgb(118, 86, 13);
    }
 header {
    border-bottom:1px solid #76560d;
    }
Recent Random Colors