Shades of Crocodile #726E4F
Tints of Crocodile #726E4F
RGB
CMYK
RGB Variations
Color information
#726E4F (or 0x726E4F) is known color: Crocodile. HEX triplet: 72, 6E and 4F. RGB value is (114,110,79). Sum of RGB (Red+Green+Blue) = 114+110+79=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #726E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E4F is #8D91B0. Grayscale: #6B6B6B. Windows color (decimal): -9277873 or 5205618. OLE color: 5205618.
HSL color Cylindrical-coordinate representation of color #726E4F: hue angle of 53.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #726E4F is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 79 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.55 |
| HSL | 53.14º | 0.18% | 0.38% | - |
| HSV(B) | 53.14º | 0.31% | 0.45% | - |
| XYZ | 13.93 | 15.29 | 9.62 | - |
| YUV | 107.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 79 | 0 | 0.04 | 0.31 | 0.55 | 53.14 | 0.18 | 0.38 |
| Hex | 72 | 6E | 4F | 0 | 4 | 1F | 37 | 35 | 12 | 26 |
| Octal | 162 | 156 | 117 | 0 | 4 | 37 | 67 | 65 | 22 | 46 |
| Binary | 1110010 | 1101110 | 1001111 | 0 | 100 | 11111 | 110111 | 110101 | 10010 | 100110 |
Color Harmonies of #726E4F
Complementary color
Monochromatic Colors of #726E4F
Black with #726E4F
Text Example
Text Example
White with #726E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E4F; }
p { color: rgb(114,110,79); }
H1.HeaderClassName
{
color: #726E4F;
}
.AnyTagClassName
{
color: #726E4F;
}
</style>
background-color css
<style>
a { background-color: #726E4F; }
a { background-color: rgb(114,110,79); }
div.DivClassName
{
background-color: #726E4F;
}
.BgClassName
{
background-color: #726E4F;
}
</style>
border-color css
<style>
span { border-color: #726E4F; }
span { border-color: rgb(114,110,79); }
td.TdClassName
{
border-color: #726E4F;
}
.TagClassName
{
border-color: #726E4F;
}
</style>