Shades of Gravel #4C4F41
Tints of Gravel #4C4F41
RGB
CMYK
RGB Variations
Color information
#4C4F41 (or 0x4C4F41) is known color: Gravel. HEX triplet: 4C, 4F and 41. RGB value is (76,79,65). Sum of RGB (Red+Green+Blue) = 76+79+65=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 79 - color contains mainly: green. Hex color #4C4F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4F41 is #B3B0BE. Grayscale: #4C4C4C. Windows color (decimal): -11776191 or 4280140. OLE color: 4280140.
HSL color Cylindrical-coordinate representation of color #4C4F41: hue angle of 72.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C4F41 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 79 | 65 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.69 |
| HSL | 72.86º | 0.1% | 0.28% | - |
| HSV(B) | 72.86º | 0.18% | 0.31% | - |
| XYZ | 6.73 | 7.51 | 6.1 | - |
| YUV | 76.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 79 | 65 | 0.04 | 0 | 0.18 | 0.69 | 72.86 | 0.1 | 0.28 |
| Hex | 4C | 4F | 41 | 4 | 0 | 12 | 45 | 49 | A | 1C |
| Octal | 114 | 117 | 101 | 4 | 0 | 22 | 105 | 111 | 12 | 34 |
| Binary | 1001100 | 1001111 | 1000001 | 100 | 0 | 10010 | 1000101 | 1001001 | 1010 | 11100 |
Color Harmonies of #4C4F41
Complementary color
Monochromatic Colors of #4C4F41
Black with #4C4F41
Text Example
Text Example
White with #4C4F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4F41; }
p { color: rgb(76,79,65); }
H1.HeaderClassName
{
color: #4C4F41;
}
.AnyTagClassName
{
color: #4C4F41;
}
</style>
background-color css
<style>
a { background-color: #4C4F41; }
a { background-color: rgb(76,79,65); }
div.DivClassName
{
background-color: #4C4F41;
}
.BgClassName
{
background-color: #4C4F41;
}
</style>
border-color css
<style>
span { border-color: #4C4F41; }
span { border-color: rgb(76,79,65); }
td.TdClassName
{
border-color: #4C4F41;
}
.TagClassName
{
border-color: #4C4F41;
}
</style>