Random Color Generator

#76353d Color

Color Codes
Hex Code #76353d
RGB Code rgb(118, 53, 61)
HSL Code hsl(353, 38%, 34%)

#76353d Color Syntax

rgb()

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

 main {
    background-color: rgb(118, 53, 61);
   }

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(353, 38%, 34%);
  }

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 #76353d

RGB Code Hex Code Preview
rgb(118, 53, 61, 10%) #76353d1a  
rgb(118, 53, 61, 20%) #76353d33  
rgb(118, 53, 61, 40%) #76353d4C  
rgb(118, 53, 61, 60%) #76353d99  
rgb(118, 53, 61, 80%) #76353dCC  
rgb(118, 53, 61, 100%) #76353dFF  

Saturated and desaturated colors of #76353d

HSL Code Preview
hsl(353, 10%, 34%)  
hsl(353, 20%, 34%)  
hsl(353, 40%, 34%)  
hsl(353, 60%, 34%)  
hsl(353, 80%, 34%)  
hsl(353, 100%, 34%)  

#76353d Color Usage In CSS

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