Shades of Crocodile #716C4D
Tints of Crocodile #716C4D
RGB
CMYK
RGB Variations
Color information
#716C4D (or 0x716C4D) is known color: Crocodile. HEX triplet: 71, 6C and 4D. RGB value is (113,108,77). Sum of RGB (Red+Green+Blue) = 113+108+77=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #716C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C4D is #8E93B2. Grayscale: #6A6A6A. Windows color (decimal): -9343923 or 5074033. OLE color: 5074033.
HSL color Cylindrical-coordinate representation of color #716C4D: hue angle of 51.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #716C4D is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 77 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.56 |
| HSL | 51.67º | 0.19% | 0.37% | - |
| HSV(B) | 51.67º | 0.32% | 0.44% | - |
| XYZ | 13.51 | 14.77 | 9.16 | - |
| YUV | 105.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 77 | 0 | 0.04 | 0.32 | 0.56 | 51.67 | 0.19 | 0.37 |
| Hex | 71 | 6C | 4D | 0 | 4 | 20 | 38 | 34 | 13 | 25 |
| Octal | 161 | 154 | 115 | 0 | 4 | 40 | 70 | 64 | 23 | 45 |
| Binary | 1110001 | 1101100 | 1001101 | 0 | 100 | 100000 | 111000 | 110100 | 10011 | 100101 |
Color Harmonies of #716C4D
Complementary color
Monochromatic Colors of #716C4D
Black with #716C4D
Text Example
Text Example
White with #716C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C4D; }
p { color: rgb(113,108,77); }
H1.HeaderClassName
{
color: #716C4D;
}
.AnyTagClassName
{
color: #716C4D;
}
</style>
background-color css
<style>
a { background-color: #716C4D; }
a { background-color: rgb(113,108,77); }
div.DivClassName
{
background-color: #716C4D;
}
.BgClassName
{
background-color: #716C4D;
}
</style>
border-color css
<style>
span { border-color: #716C4D; }
span { border-color: rgb(113,108,77); }
td.TdClassName
{
border-color: #716C4D;
}
.TagClassName
{
border-color: #716C4D;
}
</style>