Shades of Crocodile #716C50
Tints of Crocodile #716C50
RGB
CMYK
RGB Variations
Color information
#716C50 (or 0x716C50) is known color: Crocodile. HEX triplet: 71, 6C and 50. RGB value is (113,108,80). Sum of RGB (Red+Green+Blue) = 113+108+80=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #716C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C50 is #8E93AF. Grayscale: #6A6A6A. Windows color (decimal): -9343920 or 5270641. OLE color: 5270641.
HSL color Cylindrical-coordinate representation of color #716C50: hue angle of 50.91º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #716C50 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 80 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.56 |
| HSL | 50.91º | 0.17% | 0.38% | - |
| HSV(B) | 50.91º | 0.29% | 0.44% | - |
| XYZ | 13.62 | 14.82 | 9.73 | - |
| YUV | 106.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 80 | 0 | 0.04 | 0.29 | 0.56 | 50.91 | 0.17 | 0.38 |
| Hex | 71 | 6C | 50 | 0 | 4 | 1D | 38 | 33 | 11 | 26 |
| Octal | 161 | 154 | 120 | 0 | 4 | 35 | 70 | 63 | 21 | 46 |
| Binary | 1110001 | 1101100 | 1010000 | 0 | 100 | 11101 | 111000 | 110011 | 10001 | 100110 |
Color Harmonies of #716C50
Complementary color
Monochromatic Colors of #716C50
Black with #716C50
Text Example
Text Example
White with #716C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C50; }
p { color: rgb(113,108,80); }
H1.HeaderClassName
{
color: #716C50;
}
.AnyTagClassName
{
color: #716C50;
}
</style>
background-color css
<style>
a { background-color: #716C50; }
a { background-color: rgb(113,108,80); }
div.DivClassName
{
background-color: #716C50;
}
.BgClassName
{
background-color: #716C50;
}
</style>
border-color css
<style>
span { border-color: #716C50; }
span { border-color: rgb(113,108,80); }
td.TdClassName
{
border-color: #716C50;
}
.TagClassName
{
border-color: #716C50;
}
</style>