Shades of Crocodile #726D56
Tints of Crocodile #726D56
RGB
CMYK
RGB Variations
Color information
#726D56 (or 0x726D56) is known color: Crocodile. HEX triplet: 72, 6D and 56. RGB value is (114,109,86). Sum of RGB (Red+Green+Blue) = 114+109+86=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #726D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D56 is #8D92A9. Grayscale: #6B6B6B. Windows color (decimal): -9278122 or 5664114. OLE color: 5664114.
HSL color Cylindrical-coordinate representation of color #726D56: hue angle of 49.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #726D56 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 86 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.55 |
| HSL | 49.29º | 0.14% | 0.39% | - |
| HSV(B) | 49.29º | 0.25% | 0.45% | - |
| XYZ | 14.09 | 15.19 | 10.99 | - |
| YUV | 107.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 86 | 0 | 0.04 | 0.25 | 0.55 | 49.29 | 0.14 | 0.39 |
| Hex | 72 | 6D | 56 | 0 | 4 | 19 | 37 | 31 | E | 27 |
| Octal | 162 | 155 | 126 | 0 | 4 | 31 | 67 | 61 | 16 | 47 |
| Binary | 1110010 | 1101101 | 1010110 | 0 | 100 | 11001 | 110111 | 110001 | 1110 | 100111 |
Color Harmonies of #726D56
Complementary color
Monochromatic Colors of #726D56
Black with #726D56
Text Example
Text Example
White with #726D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D56; }
p { color: rgb(114,109,86); }
H1.HeaderClassName
{
color: #726D56;
}
.AnyTagClassName
{
color: #726D56;
}
</style>
background-color css
<style>
a { background-color: #726D56; }
a { background-color: rgb(114,109,86); }
div.DivClassName
{
background-color: #726D56;
}
.BgClassName
{
background-color: #726D56;
}
</style>
border-color css
<style>
span { border-color: #726D56; }
span { border-color: rgb(114,109,86); }
td.TdClassName
{
border-color: #726D56;
}
.TagClassName
{
border-color: #726D56;
}
</style>