Shades of Crocodile #706A4A
Tints of Crocodile #706A4A
RGB
CMYK
RGB Variations
Color information
#706A4A (or 0x706A4A) is known color: Crocodile. HEX triplet: 70, 6A and 4A. RGB value is (112,106,74). Sum of RGB (Red+Green+Blue) = 112+106+74=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #706A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A4A is #8F95B5. Grayscale: #686868. Windows color (decimal): -9409974 or 4876912. OLE color: 4876912.
HSL color Cylindrical-coordinate representation of color #706A4A: hue angle of 50.53º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #706A4A is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 74 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.56 |
| HSL | 50.53º | 0.2% | 0.36% | - |
| HSV(B) | 50.53º | 0.34% | 0.44% | - |
| XYZ | 13.07 | 14.25 | 8.54 | - |
| YUV | 104.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 74 | 0 | 0.05 | 0.34 | 0.56 | 50.53 | 0.2 | 0.36 |
| Hex | 70 | 6A | 4A | 0 | 5 | 22 | 38 | 33 | 14 | 24 |
| Octal | 160 | 152 | 112 | 0 | 5 | 42 | 70 | 63 | 24 | 44 |
| Binary | 1110000 | 1101010 | 1001010 | 0 | 101 | 100010 | 111000 | 110011 | 10100 | 100100 |
Color Harmonies of #706A4A
Complementary color
Monochromatic Colors of #706A4A
Black with #706A4A
Text Example
Text Example
White with #706A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A4A; }
p { color: rgb(112,106,74); }
H1.HeaderClassName
{
color: #706A4A;
}
.AnyTagClassName
{
color: #706A4A;
}
</style>
background-color css
<style>
a { background-color: #706A4A; }
a { background-color: rgb(112,106,74); }
div.DivClassName
{
background-color: #706A4A;
}
.BgClassName
{
background-color: #706A4A;
}
</style>
border-color css
<style>
span { border-color: #706A4A; }
span { border-color: rgb(112,106,74); }
td.TdClassName
{
border-color: #706A4A;
}
.TagClassName
{
border-color: #706A4A;
}
</style>