Shades of Crocodile #716B54
Tints of Crocodile #716B54
RGB
CMYK
RGB Variations
Color information
#716B54 (or 0x716B54) is known color: Crocodile. HEX triplet: 71, 6B and 54. RGB value is (113,107,84). Sum of RGB (Red+Green+Blue) = 113+107+84=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #716B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B54 is #8E94AB. Grayscale: #6A6A6A. Windows color (decimal): -9344172 or 5532529. OLE color: 5532529.
HSL color Cylindrical-coordinate representation of color #716B54: hue angle of 47.59º 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 #716B54 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 84 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.56 |
| HSL | 47.59º | 0.15% | 0.39% | - |
| HSV(B) | 47.59º | 0.26% | 0.44% | - |
| XYZ | 13.67 | 14.67 | 10.5 | - |
| YUV | 106.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 84 | 0 | 0.05 | 0.26 | 0.56 | 47.59 | 0.15 | 0.39 |
| Hex | 71 | 6B | 54 | 0 | 5 | 1A | 38 | 30 | F | 27 |
| Octal | 161 | 153 | 124 | 0 | 5 | 32 | 70 | 60 | 17 | 47 |
| Binary | 1110001 | 1101011 | 1010100 | 0 | 101 | 11010 | 111000 | 110000 | 1111 | 100111 |
Color Harmonies of #716B54
Complementary color
Monochromatic Colors of #716B54
Black with #716B54
Text Example
Text Example
White with #716B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B54; }
p { color: rgb(113,107,84); }
H1.HeaderClassName
{
color: #716B54;
}
.AnyTagClassName
{
color: #716B54;
}
</style>
background-color css
<style>
a { background-color: #716B54; }
a { background-color: rgb(113,107,84); }
div.DivClassName
{
background-color: #716B54;
}
.BgClassName
{
background-color: #716B54;
}
</style>
border-color css
<style>
span { border-color: #716B54; }
span { border-color: rgb(113,107,84); }
td.TdClassName
{
border-color: #716B54;
}
.TagClassName
{
border-color: #716B54;
}
</style>