Shades of Crocodile #716D52
Tints of Crocodile #716D52
RGB
CMYK
RGB Variations
Color information
#716D52 (or 0x716D52) is known color: Crocodile. HEX triplet: 71, 6D and 52. RGB value is (113,109,82). Sum of RGB (Red+Green+Blue) = 113+109+82=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #716D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D52 is #8E92AD. Grayscale: #6B6B6B. Windows color (decimal): -9343662 or 5401969. OLE color: 5401969.
HSL color Cylindrical-coordinate representation of color #716D52: hue angle of 52.26º 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 #716D52 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 82 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.56 |
| HSL | 52.26º | 0.16% | 0.38% | - |
| HSV(B) | 52.26º | 0.27% | 0.44% | - |
| XYZ | 13.8 | 15.06 | 10.16 | - |
| YUV | 107.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 82 | 0 | 0.04 | 0.27 | 0.56 | 52.26 | 0.16 | 0.38 |
| Hex | 71 | 6D | 52 | 0 | 4 | 1B | 38 | 34 | 10 | 26 |
| Octal | 161 | 155 | 122 | 0 | 4 | 33 | 70 | 64 | 20 | 46 |
| Binary | 1110001 | 1101101 | 1010010 | 0 | 100 | 11011 | 111000 | 110100 | 10000 | 100110 |
Color Harmonies of #716D52
Complementary color
Monochromatic Colors of #716D52
Black with #716D52
Text Example
Text Example
White with #716D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D52; }
p { color: rgb(113,109,82); }
H1.HeaderClassName
{
color: #716D52;
}
.AnyTagClassName
{
color: #716D52;
}
</style>
background-color css
<style>
a { background-color: #716D52; }
a { background-color: rgb(113,109,82); }
div.DivClassName
{
background-color: #716D52;
}
.BgClassName
{
background-color: #716D52;
}
</style>
border-color css
<style>
span { border-color: #716D52; }
span { border-color: rgb(113,109,82); }
td.TdClassName
{
border-color: #716D52;
}
.TagClassName
{
border-color: #716D52;
}
</style>