Shades of Crocodile #716A47
Tints of Crocodile #716A47
RGB
CMYK
RGB Variations
Color information
#716A47 (or 0x716A47) is known color: Crocodile. HEX triplet: 71, 6A and 47. RGB value is (113,106,71). Sum of RGB (Red+Green+Blue) = 113+106+71=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #716A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A47 is #8E95B8. Grayscale: #686868. Windows color (decimal): -9344441 or 4680305. OLE color: 4680305.
HSL color Cylindrical-coordinate representation of color #716A47: hue angle of 50º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #716A47 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 71 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.56 |
| HSL | 50º | 0.23% | 0.36% | - |
| HSV(B) | 50º | 0.37% | 0.44% | - |
| XYZ | 13.1 | 14.27 | 8.03 | - |
| YUV | 104.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 71 | 0 | 0.06 | 0.37 | 0.56 | 50 | 0.23 | 0.36 |
| Hex | 71 | 6A | 47 | 0 | 6 | 25 | 38 | 32 | 17 | 24 |
| Octal | 161 | 152 | 107 | 0 | 6 | 45 | 70 | 62 | 27 | 44 |
| Binary | 1110001 | 1101010 | 1000111 | 0 | 110 | 100101 | 111000 | 110010 | 10111 | 100100 |
Color Harmonies of #716A47
Complementary color
Monochromatic Colors of #716A47
Black with #716A47
Text Example
Text Example
White with #716A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A47; }
p { color: rgb(113,106,71); }
H1.HeaderClassName
{
color: #716A47;
}
.AnyTagClassName
{
color: #716A47;
}
</style>
background-color css
<style>
a { background-color: #716A47; }
a { background-color: rgb(113,106,71); }
div.DivClassName
{
background-color: #716A47;
}
.BgClassName
{
background-color: #716A47;
}
</style>
border-color css
<style>
span { border-color: #716A47; }
span { border-color: rgb(113,106,71); }
td.TdClassName
{
border-color: #716A47;
}
.TagClassName
{
border-color: #716A47;
}
</style>