Shades of Crocodile #716A4A
Tints of Crocodile #716A4A
RGB
CMYK
RGB Variations
Color information
#716A4A (or 0x716A4A) is known color: Crocodile. HEX triplet: 71, 6A and 4A. RGB value is (113,106,74). Sum of RGB (Red+Green+Blue) = 113+106+74=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #716A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A4A is #8E95B5. Grayscale: #686868. Windows color (decimal): -9344438 or 4876913. OLE color: 4876913.
HSL color Cylindrical-coordinate representation of color #716A4A: hue angle of 49.23º 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 #716A4A is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 74 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.56 |
| HSL | 49.23º | 0.21% | 0.37% | - |
| HSV(B) | 49.23º | 0.35% | 0.44% | - |
| XYZ | 13.2 | 14.31 | 8.55 | - |
| YUV | 104.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 74 | 0 | 0.06 | 0.35 | 0.56 | 49.23 | 0.21 | 0.37 |
| Hex | 71 | 6A | 4A | 0 | 6 | 23 | 38 | 31 | 15 | 25 |
| Octal | 161 | 152 | 112 | 0 | 6 | 43 | 70 | 61 | 25 | 45 |
| Binary | 1110001 | 1101010 | 1001010 | 0 | 110 | 100011 | 111000 | 110001 | 10101 | 100101 |
Color Harmonies of #716A4A
Complementary color
Monochromatic Colors of #716A4A
Black with #716A4A
Text Example
Text Example
White with #716A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A4A; }
p { color: rgb(113,106,74); }
H1.HeaderClassName
{
color: #716A4A;
}
.AnyTagClassName
{
color: #716A4A;
}
</style>
background-color css
<style>
a { background-color: #716A4A; }
a { background-color: rgb(113,106,74); }
div.DivClassName
{
background-color: #716A4A;
}
.BgClassName
{
background-color: #716A4A;
}
</style>
border-color css
<style>
span { border-color: #716A4A; }
span { border-color: rgb(113,106,74); }
td.TdClassName
{
border-color: #716A4A;
}
.TagClassName
{
border-color: #716A4A;
}
</style>