Shades of Crocodile #716E52
Tints of Crocodile #716E52
RGB
CMYK
RGB Variations
Color information
#716E52 (or 0x716E52) is known color: Crocodile. HEX triplet: 71, 6E and 52. RGB value is (113,110,82). Sum of RGB (Red+Green+Blue) = 113+110+82=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #716E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E52 is #8E91AD. Grayscale: #6B6B6B. Windows color (decimal): -9343406 or 5402225. OLE color: 5402225.
HSL color Cylindrical-coordinate representation of color #716E52: hue angle of 54.19º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #716E52 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 82 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.56 |
| HSL | 54.19º | 0.16% | 0.38% | - |
| HSV(B) | 54.19º | 0.27% | 0.44% | - |
| XYZ | 13.91 | 15.27 | 10.2 | - |
| YUV | 107.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 82 | 0 | 0.03 | 0.27 | 0.56 | 54.19 | 0.16 | 0.38 |
| Hex | 71 | 6E | 52 | 0 | 3 | 1B | 38 | 36 | 10 | 26 |
| Octal | 161 | 156 | 122 | 0 | 3 | 33 | 70 | 66 | 20 | 46 |
| Binary | 1110001 | 1101110 | 1010010 | 0 | 11 | 11011 | 111000 | 110110 | 10000 | 100110 |
Color Harmonies of #716E52
Complementary color
Monochromatic Colors of #716E52
Black with #716E52
Text Example
Text Example
White with #716E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E52; }
p { color: rgb(113,110,82); }
H1.HeaderClassName
{
color: #716E52;
}
.AnyTagClassName
{
color: #716E52;
}
</style>
background-color css
<style>
a { background-color: #716E52; }
a { background-color: rgb(113,110,82); }
div.DivClassName
{
background-color: #716E52;
}
.BgClassName
{
background-color: #716E52;
}
</style>
border-color css
<style>
span { border-color: #716E52; }
span { border-color: rgb(113,110,82); }
td.TdClassName
{
border-color: #716E52;
}
.TagClassName
{
border-color: #716E52;
}
</style>