Shades of Loulou #4C374A
Tints of Loulou #4C374A
RGB
CMYK
RGB Variations
Color information
#4C374A (or 0x4C374A) is known color: Loulou. HEX triplet: 4C, 37 and 4A. RGB value is (76,55,74). Sum of RGB (Red+Green+Blue) = 76+55+74=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 76 - color contains mainly: red. Hex color #4C374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C374A is #B3C8B5. Grayscale: #3F3F3F. Windows color (decimal): -11782326 or 4863820. OLE color: 4863820.
HSL color Cylindrical-coordinate representation of color #4C374A: hue angle of 305.71º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C374A is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 55 | 74 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.70 |
| HSL | 305.71º | 0.16% | 0.26% | - |
| HSV(B) | 305.71º | 0.28% | 0.3% | - |
| XYZ | 5.58 | 4.76 | 7.1 | - |
| YUV | 63.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 74 | 0 | 0.28 | 0.03 | 0.70 | 305.71 | 0.16 | 0.26 |
| Hex | 4C | 37 | 4A | 0 | 1C | 3 | 46 | 132 | 10 | 1A |
| Octal | 114 | 67 | 112 | 0 | 34 | 3 | 106 | 462 | 20 | 32 |
| Binary | 1001100 | 110111 | 1001010 | 0 | 11100 | 11 | 1000110 | 100110010 | 10000 | 11010 |
Color Harmonies of #4C374A
Complementary color
Monochromatic Colors of #4C374A
Black with #4C374A
Text Example
Text Example
White with #4C374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C374A; }
p { color: rgb(76,55,74); }
H1.HeaderClassName
{
color: #4C374A;
}
.AnyTagClassName
{
color: #4C374A;
}
</style>
background-color css
<style>
a { background-color: #4C374A; }
a { background-color: rgb(76,55,74); }
div.DivClassName
{
background-color: #4C374A;
}
.BgClassName
{
background-color: #4C374A;
}
</style>
border-color css
<style>
span { border-color: #4C374A; }
span { border-color: rgb(76,55,74); }
td.TdClassName
{
border-color: #4C374A;
}
.TagClassName
{
border-color: #4C374A;
}
</style>