Shades of Crocodile #716C4F
Tints of Crocodile #716C4F
RGB
CMYK
RGB Variations
Color information
#716C4F (or 0x716C4F) is known color: Crocodile. HEX triplet: 71, 6C and 4F. RGB value is (113,108,79). Sum of RGB (Red+Green+Blue) = 113+108+79=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #716C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C4F is #8E93B0. Grayscale: #6A6A6A. Windows color (decimal): -9343921 or 5205105. OLE color: 5205105.
HSL color Cylindrical-coordinate representation of color #716C4F: hue angle of 51.18º 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 #716C4F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 79 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.56 |
| HSL | 51.18º | 0.18% | 0.38% | - |
| HSV(B) | 51.18º | 0.3% | 0.44% | - |
| XYZ | 13.58 | 14.8 | 9.54 | - |
| YUV | 106.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 79 | 0 | 0.04 | 0.30 | 0.56 | 51.18 | 0.18 | 0.38 |
| Hex | 71 | 6C | 4F | 0 | 4 | 1E | 38 | 33 | 12 | 26 |
| Octal | 161 | 154 | 117 | 0 | 4 | 36 | 70 | 63 | 22 | 46 |
| Binary | 1110001 | 1101100 | 1001111 | 0 | 100 | 11110 | 111000 | 110011 | 10010 | 100110 |
Color Harmonies of #716C4F
Complementary color
Monochromatic Colors of #716C4F
Black with #716C4F
Text Example
Text Example
White with #716C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C4F; }
p { color: rgb(113,108,79); }
H1.HeaderClassName
{
color: #716C4F;
}
.AnyTagClassName
{
color: #716C4F;
}
</style>
background-color css
<style>
a { background-color: #716C4F; }
a { background-color: rgb(113,108,79); }
div.DivClassName
{
background-color: #716C4F;
}
.BgClassName
{
background-color: #716C4F;
}
</style>
border-color css
<style>
span { border-color: #716C4F; }
span { border-color: rgb(113,108,79); }
td.TdClassName
{
border-color: #716C4F;
}
.TagClassName
{
border-color: #716C4F;
}
</style>