Random Color Generator

#844c6d Color

Color Codes
Hex Code #844c6d
RGB Code rgb(132, 76, 109)
HSL Code hsl(325, 27%, 41%)

#844c6d Color Syntax

rgb()

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

 main {
    background-color: rgb(132, 76, 109);
   }

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(325, 27%, 41%);
  }

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 #844c6d

RGB Code Hex Code Preview
rgb(132, 76, 109, 10%) #844c6d1a  
rgb(132, 76, 109, 20%) #844c6d33  
rgb(132, 76, 109, 40%) #844c6d4C  
rgb(132, 76, 109, 60%) #844c6d99  
rgb(132, 76, 109, 80%) #844c6dCC  
rgb(132, 76, 109, 100%) #844c6dFF  

Saturated and desaturated colors of #844c6d

HSL Code Preview
hsl(325, 10%, 41%)  
hsl(325, 20%, 41%)  
hsl(325, 40%, 41%)  
hsl(325, 60%, 41%)  
hsl(325, 80%, 41%)  
hsl(325, 100%, 41%)  

#844c6d Color Usage In CSS

 body {
    color: #844c6d;
    }
 p {
    color: rgb(132, 76, 109);
    }
 header {
    border-bottom:1px solid #844c6d;
    }
Recent Random Colors