Shades of Crocodile #716D4D
Tints of Crocodile #716D4D
RGB
CMYK
RGB Variations
Color information
#716D4D (or 0x716D4D) is known color: Crocodile. HEX triplet: 71, 6D and 4D. RGB value is (113,109,77). Sum of RGB (Red+Green+Blue) = 113+109+77=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #716D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D4D is #8E92B2. Grayscale: #6A6A6A. Windows color (decimal): -9343667 or 5074289. OLE color: 5074289.
HSL color Cylindrical-coordinate representation of color #716D4D: hue angle of 53.33º 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 #716D4D is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 77 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.56 |
| HSL | 53.33º | 0.19% | 0.37% | - |
| HSV(B) | 53.33º | 0.32% | 0.44% | - |
| XYZ | 13.62 | 14.98 | 9.2 | - |
| YUV | 106.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 77 | 0 | 0.04 | 0.32 | 0.56 | 53.33 | 0.19 | 0.37 |
| Hex | 71 | 6D | 4D | 0 | 4 | 20 | 38 | 35 | 13 | 25 |
| Octal | 161 | 155 | 115 | 0 | 4 | 40 | 70 | 65 | 23 | 45 |
| Binary | 1110001 | 1101101 | 1001101 | 0 | 100 | 100000 | 111000 | 110101 | 10011 | 100101 |
Color Harmonies of #716D4D
Complementary color
Monochromatic Colors of #716D4D
Black with #716D4D
Text Example
Text Example
White with #716D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D4D; }
p { color: rgb(113,109,77); }
H1.HeaderClassName
{
color: #716D4D;
}
.AnyTagClassName
{
color: #716D4D;
}
</style>
background-color css
<style>
a { background-color: #716D4D; }
a { background-color: rgb(113,109,77); }
div.DivClassName
{
background-color: #716D4D;
}
.BgClassName
{
background-color: #716D4D;
}
</style>
border-color css
<style>
span { border-color: #716D4D; }
span { border-color: rgb(113,109,77); }
td.TdClassName
{
border-color: #716D4D;
}
.TagClassName
{
border-color: #716D4D;
}
</style>