Shades of Crocodile #716A56
Tints of Crocodile #716A56
RGB
CMYK
RGB Variations
Color information
#716A56 (or 0x716A56) is known color: Crocodile. HEX triplet: 71, 6A and 56. RGB value is (113,106,86). Sum of RGB (Red+Green+Blue) = 113+106+86=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #716A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A56 is #8E95A9. Grayscale: #696969. Windows color (decimal): -9344426 or 5663345. OLE color: 5663345.
HSL color Cylindrical-coordinate representation of color #716A56: hue angle of 44.44º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #716A56 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 86 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.56 |
| HSL | 44.44º | 0.14% | 0.39% | - |
| HSV(B) | 44.44º | 0.24% | 0.44% | - |
| XYZ | 13.64 | 14.49 | 10.88 | - |
| YUV | 105.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 86 | 0 | 0.06 | 0.24 | 0.56 | 44.44 | 0.14 | 0.39 |
| Hex | 71 | 6A | 56 | 0 | 6 | 18 | 38 | 2C | E | 27 |
| Octal | 161 | 152 | 126 | 0 | 6 | 30 | 70 | 54 | 16 | 47 |
| Binary | 1110001 | 1101010 | 1010110 | 0 | 110 | 11000 | 111000 | 101100 | 1110 | 100111 |
Color Harmonies of #716A56
Complementary color
Monochromatic Colors of #716A56
Black with #716A56
Text Example
Text Example
White with #716A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A56; }
p { color: rgb(113,106,86); }
H1.HeaderClassName
{
color: #716A56;
}
.AnyTagClassName
{
color: #716A56;
}
</style>
background-color css
<style>
a { background-color: #716A56; }
a { background-color: rgb(113,106,86); }
div.DivClassName
{
background-color: #716A56;
}
.BgClassName
{
background-color: #716A56;
}
</style>
border-color css
<style>
span { border-color: #716A56; }
span { border-color: rgb(113,106,86); }
td.TdClassName
{
border-color: #716A56;
}
.TagClassName
{
border-color: #716A56;
}
</style>