Shades of Crocodile #716E54
Tints of Crocodile #716E54
RGB
CMYK
RGB Variations
Color information
#716E54 (or 0x716E54) is known color: Crocodile. HEX triplet: 71, 6E and 54. RGB value is (113,110,84). Sum of RGB (Red+Green+Blue) = 113+110+84=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #716E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E54 is #8E91AB. Grayscale: #6C6C6C. Windows color (decimal): -9343404 or 5533297. OLE color: 5533297.
HSL color Cylindrical-coordinate representation of color #716E54: hue angle of 53.79º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #716E54 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 84 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.56 |
| HSL | 53.79º | 0.15% | 0.39% | - |
| HSV(B) | 53.79º | 0.26% | 0.44% | - |
| XYZ | 13.99 | 15.3 | 10.6 | - |
| YUV | 107.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 84 | 0 | 0.03 | 0.26 | 0.56 | 53.79 | 0.15 | 0.39 |
| Hex | 71 | 6E | 54 | 0 | 3 | 1A | 38 | 36 | F | 27 |
| Octal | 161 | 156 | 124 | 0 | 3 | 32 | 70 | 66 | 17 | 47 |
| Binary | 1110001 | 1101110 | 1010100 | 0 | 11 | 11010 | 111000 | 110110 | 1111 | 100111 |
Color Harmonies of #716E54
Complementary color
Monochromatic Colors of #716E54
Black with #716E54
Text Example
Text Example
White with #716E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E54; }
p { color: rgb(113,110,84); }
H1.HeaderClassName
{
color: #716E54;
}
.AnyTagClassName
{
color: #716E54;
}
</style>
background-color css
<style>
a { background-color: #716E54; }
a { background-color: rgb(113,110,84); }
div.DivClassName
{
background-color: #716E54;
}
.BgClassName
{
background-color: #716E54;
}
</style>
border-color css
<style>
span { border-color: #716E54; }
span { border-color: rgb(113,110,84); }
td.TdClassName
{
border-color: #716E54;
}
.TagClassName
{
border-color: #716E54;
}
</style>