Shades of Crocodile #716C58
Tints of Crocodile #716C58
RGB
CMYK
RGB Variations
Color information
#716C58 (or 0x716C58) is known color: Crocodile. HEX triplet: 71, 6C and 58. RGB value is (113,108,88). Sum of RGB (Red+Green+Blue) = 113+108+88=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #716C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C58 is #8E93A7. Grayscale: #6B6B6B. Windows color (decimal): -9343912 or 5794929. OLE color: 5794929.
HSL color Cylindrical-coordinate representation of color #716C58: hue angle of 48º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #716C58 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 88 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.56 |
| HSL | 48º | 0.12% | 0.39% | - |
| HSV(B) | 48º | 0.22% | 0.44% | - |
| XYZ | 13.93 | 14.94 | 11.38 | - |
| YUV | 107.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 88 | 0 | 0.04 | 0.22 | 0.56 | 48 | 0.12 | 0.39 |
| Hex | 71 | 6C | 58 | 0 | 4 | 16 | 38 | 30 | C | 27 |
| Octal | 161 | 154 | 130 | 0 | 4 | 26 | 70 | 60 | 14 | 47 |
| Binary | 1110001 | 1101100 | 1011000 | 0 | 100 | 10110 | 111000 | 110000 | 1100 | 100111 |
Color Harmonies of #716C58
Complementary color
Monochromatic Colors of #716C58
Black with #716C58
Text Example
Text Example
White with #716C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C58; }
p { color: rgb(113,108,88); }
H1.HeaderClassName
{
color: #716C58;
}
.AnyTagClassName
{
color: #716C58;
}
</style>
background-color css
<style>
a { background-color: #716C58; }
a { background-color: rgb(113,108,88); }
div.DivClassName
{
background-color: #716C58;
}
.BgClassName
{
background-color: #716C58;
}
</style>
border-color css
<style>
span { border-color: #716C58; }
span { border-color: rgb(113,108,88); }
td.TdClassName
{
border-color: #716C58;
}
.TagClassName
{
border-color: #716C58;
}
</style>