Shades of Crocodile #716C57
Tints of Crocodile #716C57
RGB
CMYK
RGB Variations
Color information
#716C57 (or 0x716C57) is known color: Crocodile. HEX triplet: 71, 6C and 57. RGB value is (113,108,87). Sum of RGB (Red+Green+Blue) = 113+108+87=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #716C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C57 is #8E93A8. Grayscale: #6B6B6B. Windows color (decimal): -9343913 or 5729393. OLE color: 5729393.
HSL color Cylindrical-coordinate representation of color #716C57: hue angle of 48.46º 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 #716C57 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 87 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.56 |
| HSL | 48.46º | 0.13% | 0.39% | - |
| HSV(B) | 48.46º | 0.23% | 0.44% | - |
| XYZ | 13.89 | 14.92 | 11.17 | - |
| YUV | 107.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 87 | 0 | 0.04 | 0.23 | 0.56 | 48.46 | 0.13 | 0.39 |
| Hex | 71 | 6C | 57 | 0 | 4 | 17 | 38 | 30 | D | 27 |
| Octal | 161 | 154 | 127 | 0 | 4 | 27 | 70 | 60 | 15 | 47 |
| Binary | 1110001 | 1101100 | 1010111 | 0 | 100 | 10111 | 111000 | 110000 | 1101 | 100111 |
Color Harmonies of #716C57
Complementary color
Monochromatic Colors of #716C57
Black with #716C57
Text Example
Text Example
White with #716C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C57; }
p { color: rgb(113,108,87); }
H1.HeaderClassName
{
color: #716C57;
}
.AnyTagClassName
{
color: #716C57;
}
</style>
background-color css
<style>
a { background-color: #716C57; }
a { background-color: rgb(113,108,87); }
div.DivClassName
{
background-color: #716C57;
}
.BgClassName
{
background-color: #716C57;
}
</style>
border-color css
<style>
span { border-color: #716C57; }
span { border-color: rgb(113,108,87); }
td.TdClassName
{
border-color: #716C57;
}
.TagClassName
{
border-color: #716C57;
}
</style>