Shades of Crocodile #716C4A
Tints of Crocodile #716C4A
RGB
CMYK
RGB Variations
Color information
#716C4A (or 0x716C4A) is known color: Crocodile. HEX triplet: 71, 6C and 4A. RGB value is (113,108,74). Sum of RGB (Red+Green+Blue) = 113+108+74=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #716C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C4A is #8E93B5. Grayscale: #696969. Windows color (decimal): -9343926 or 4877425. OLE color: 4877425.
HSL color Cylindrical-coordinate representation of color #716C4A: hue angle of 52.31º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716C4A is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 74 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.56 |
| HSL | 52.31º | 0.21% | 0.37% | - |
| HSV(B) | 52.31º | 0.35% | 0.44% | - |
| XYZ | 13.41 | 14.73 | 8.62 | - |
| YUV | 105.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 74 | 0 | 0.04 | 0.35 | 0.56 | 52.31 | 0.21 | 0.37 |
| Hex | 71 | 6C | 4A | 0 | 4 | 23 | 38 | 34 | 15 | 25 |
| Octal | 161 | 154 | 112 | 0 | 4 | 43 | 70 | 64 | 25 | 45 |
| Binary | 1110001 | 1101100 | 1001010 | 0 | 100 | 100011 | 111000 | 110100 | 10101 | 100101 |
Color Harmonies of #716C4A
Complementary color
Monochromatic Colors of #716C4A
Black with #716C4A
Text Example
Text Example
White with #716C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C4A; }
p { color: rgb(113,108,74); }
H1.HeaderClassName
{
color: #716C4A;
}
.AnyTagClassName
{
color: #716C4A;
}
</style>
background-color css
<style>
a { background-color: #716C4A; }
a { background-color: rgb(113,108,74); }
div.DivClassName
{
background-color: #716C4A;
}
.BgClassName
{
background-color: #716C4A;
}
</style>
border-color css
<style>
span { border-color: #716C4A; }
span { border-color: rgb(113,108,74); }
td.TdClassName
{
border-color: #716C4A;
}
.TagClassName
{
border-color: #716C4A;
}
</style>