Shades of Crocodile #716D4F
Tints of Crocodile #716D4F
RGB
CMYK
RGB Variations
Color information
#716D4F (or 0x716D4F) is known color: Crocodile. HEX triplet: 71, 6D and 4F. RGB value is (113,109,79). Sum of RGB (Red+Green+Blue) = 113+109+79=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #716D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D4F is #8E92B0. Grayscale: #6A6A6A. Windows color (decimal): -9343665 or 5205361. OLE color: 5205361.
HSL color Cylindrical-coordinate representation of color #716D4F: hue angle of 52.94º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #716D4F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 79 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.56 |
| HSL | 52.94º | 0.18% | 0.38% | - |
| HSV(B) | 52.94º | 0.3% | 0.44% | - |
| XYZ | 13.69 | 15.01 | 9.57 | - |
| YUV | 106.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 79 | 0 | 0.04 | 0.30 | 0.56 | 52.94 | 0.18 | 0.38 |
| Hex | 71 | 6D | 4F | 0 | 4 | 1E | 38 | 35 | 12 | 26 |
| Octal | 161 | 155 | 117 | 0 | 4 | 36 | 70 | 65 | 22 | 46 |
| Binary | 1110001 | 1101101 | 1001111 | 0 | 100 | 11110 | 111000 | 110101 | 10010 | 100110 |
Color Harmonies of #716D4F
Complementary color
Monochromatic Colors of #716D4F
Black with #716D4F
Text Example
Text Example
White with #716D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D4F; }
p { color: rgb(113,109,79); }
H1.HeaderClassName
{
color: #716D4F;
}
.AnyTagClassName
{
color: #716D4F;
}
</style>
background-color css
<style>
a { background-color: #716D4F; }
a { background-color: rgb(113,109,79); }
div.DivClassName
{
background-color: #716D4F;
}
.BgClassName
{
background-color: #716D4F;
}
</style>
border-color css
<style>
span { border-color: #716D4F; }
span { border-color: rgb(113,109,79); }
td.TdClassName
{
border-color: #716D4F;
}
.TagClassName
{
border-color: #716D4F;
}
</style>