Shades of Crocodile #726F56
Tints of Crocodile #726F56
RGB
CMYK
RGB Variations
Color information
#726F56 (or 0x726F56) is known color: Crocodile. HEX triplet: 72, 6F and 56. RGB value is (114,111,86). Sum of RGB (Red+Green+Blue) = 114+111+86=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #726F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F56 is #8D90A9. Grayscale: #6D6D6D. Windows color (decimal): -9277610 or 5664626. OLE color: 5664626.
HSL color Cylindrical-coordinate representation of color #726F56: hue angle of 53.57º 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 #726F56 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 86 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.55 |
| HSL | 53.57º | 0.14% | 0.39% | - |
| HSV(B) | 53.57º | 0.25% | 0.45% | - |
| XYZ | 14.3 | 15.62 | 11.06 | - |
| YUV | 109.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 86 | 0 | 0.03 | 0.25 | 0.55 | 53.57 | 0.14 | 0.39 |
| Hex | 72 | 6F | 56 | 0 | 3 | 19 | 37 | 36 | E | 27 |
| Octal | 162 | 157 | 126 | 0 | 3 | 31 | 67 | 66 | 16 | 47 |
| Binary | 1110010 | 1101111 | 1010110 | 0 | 11 | 11001 | 110111 | 110110 | 1110 | 100111 |
Color Harmonies of #726F56
Complementary color
Monochromatic Colors of #726F56
Black with #726F56
Text Example
Text Example
White with #726F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F56; }
p { color: rgb(114,111,86); }
H1.HeaderClassName
{
color: #726F56;
}
.AnyTagClassName
{
color: #726F56;
}
</style>
background-color css
<style>
a { background-color: #726F56; }
a { background-color: rgb(114,111,86); }
div.DivClassName
{
background-color: #726F56;
}
.BgClassName
{
background-color: #726F56;
}
</style>
border-color css
<style>
span { border-color: #726F56; }
span { border-color: rgb(114,111,86); }
td.TdClassName
{
border-color: #726F56;
}
.TagClassName
{
border-color: #726F56;
}
</style>