Shades of Crocodile #716D57
Tints of Crocodile #716D57
RGB
CMYK
RGB Variations
Color information
#716D57 (or 0x716D57) is known color: Crocodile. HEX triplet: 71, 6D and 57. RGB value is (113,109,87). Sum of RGB (Red+Green+Blue) = 113+109+87=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #716D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D57 is #8E92A8. Grayscale: #6B6B6B. Windows color (decimal): -9343657 or 5729649. OLE color: 5729649.
HSL color Cylindrical-coordinate representation of color #716D57: hue angle of 50.77º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #716D57 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 87 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.56 |
| HSL | 50.77º | 0.13% | 0.39% | - |
| HSV(B) | 50.77º | 0.23% | 0.44% | - |
| XYZ | 14 | 15.14 | 11.2 | - |
| YUV | 107.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 87 | 0 | 0.04 | 0.23 | 0.56 | 50.77 | 0.13 | 0.39 |
| Hex | 71 | 6D | 57 | 0 | 4 | 17 | 38 | 33 | D | 27 |
| Octal | 161 | 155 | 127 | 0 | 4 | 27 | 70 | 63 | 15 | 47 |
| Binary | 1110001 | 1101101 | 1010111 | 0 | 100 | 10111 | 111000 | 110011 | 1101 | 100111 |
Color Harmonies of #716D57
Complementary color
Monochromatic Colors of #716D57
Black with #716D57
Text Example
Text Example
White with #716D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D57; }
p { color: rgb(113,109,87); }
H1.HeaderClassName
{
color: #716D57;
}
.AnyTagClassName
{
color: #716D57;
}
</style>
background-color css
<style>
a { background-color: #716D57; }
a { background-color: rgb(113,109,87); }
div.DivClassName
{
background-color: #716D57;
}
.BgClassName
{
background-color: #716D57;
}
</style>
border-color css
<style>
span { border-color: #716D57; }
span { border-color: rgb(113,109,87); }
td.TdClassName
{
border-color: #716D57;
}
.TagClassName
{
border-color: #716D57;
}
</style>