Shades of Crocodile #716D54
Tints of Crocodile #716D54
RGB
CMYK
RGB Variations
Color information
#716D54 (or 0x716D54) is known color: Crocodile. HEX triplet: 71, 6D and 54. RGB value is (113,109,84). Sum of RGB (Red+Green+Blue) = 113+109+84=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 113 - color contains mainly: red. Hex color #716D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D54 is #8E92AB. Grayscale: #6B6B6B. Windows color (decimal): -9343660 or 5533041. OLE color: 5533041.
HSL color Cylindrical-coordinate representation of color #716D54: hue angle of 51.72º 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 #716D54 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 84 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.56 |
| HSL | 51.72º | 0.15% | 0.39% | - |
| HSV(B) | 51.72º | 0.26% | 0.44% | - |
| XYZ | 13.88 | 15.09 | 10.57 | - |
| YUV | 107.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 84 | 0 | 0.04 | 0.26 | 0.56 | 51.72 | 0.15 | 0.39 |
| Hex | 71 | 6D | 54 | 0 | 4 | 1A | 38 | 34 | F | 27 |
| Octal | 161 | 155 | 124 | 0 | 4 | 32 | 70 | 64 | 17 | 47 |
| Binary | 1110001 | 1101101 | 1010100 | 0 | 100 | 11010 | 111000 | 110100 | 1111 | 100111 |
Color Harmonies of #716D54
Complementary color
Monochromatic Colors of #716D54
Black with #716D54
Text Example
Text Example
White with #716D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D54; }
p { color: rgb(113,109,84); }
H1.HeaderClassName
{
color: #716D54;
}
.AnyTagClassName
{
color: #716D54;
}
</style>
background-color css
<style>
a { background-color: #716D54; }
a { background-color: rgb(113,109,84); }
div.DivClassName
{
background-color: #716D54;
}
.BgClassName
{
background-color: #716D54;
}
</style>
border-color css
<style>
span { border-color: #716D54; }
span { border-color: rgb(113,109,84); }
td.TdClassName
{
border-color: #716D54;
}
.TagClassName
{
border-color: #716D54;
}
</style>