Shades of Gravel #4D4F44
Tints of Gravel #4D4F44
RGB
CMYK
RGB Variations
Color information
#4D4F44 (or 0x4D4F44) is known color: Gravel. HEX triplet: 4D, 4F and 44. RGB value is (77,79,68). Sum of RGB (Red+Green+Blue) = 77+79+68=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F44 is #B2B0BB. Grayscale: #4D4D4D. Windows color (decimal): -11710652 or 4476749. OLE color: 4476749.
HSL color Cylindrical-coordinate representation of color #4D4F44: hue angle of 70.91º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D4F44 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 79 | 68 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.69 |
| HSL | 70.91º | 0.07% | 0.29% | - |
| HSV(B) | 70.91º | 0.14% | 0.31% | - |
| XYZ | 6.9 | 7.59 | 6.57 | - |
| YUV | 77.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 68 | 0.03 | 0 | 0.14 | 0.69 | 70.91 | 0.07 | 0.29 |
| Hex | 4D | 4F | 44 | 3 | 0 | E | 45 | 47 | 7 | 1D |
| Octal | 115 | 117 | 104 | 3 | 0 | 16 | 105 | 107 | 7 | 35 |
| Binary | 1001101 | 1001111 | 1000100 | 11 | 0 | 1110 | 1000101 | 1000111 | 111 | 11101 |
Color Harmonies of #4D4F44
Complementary color
Monochromatic Colors of #4D4F44
Black with #4D4F44
Text Example
Text Example
White with #4D4F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F44; }
p { color: rgb(77,79,68); }
H1.HeaderClassName
{
color: #4D4F44;
}
.AnyTagClassName
{
color: #4D4F44;
}
</style>
background-color css
<style>
a { background-color: #4D4F44; }
a { background-color: rgb(77,79,68); }
div.DivClassName
{
background-color: #4D4F44;
}
.BgClassName
{
background-color: #4D4F44;
}
</style>
border-color css
<style>
span { border-color: #4D4F44; }
span { border-color: rgb(77,79,68); }
td.TdClassName
{
border-color: #4D4F44;
}
.TagClassName
{
border-color: #4D4F44;
}
</style>