Shades of Crocodile #706A52
Tints of Crocodile #706A52
RGB
CMYK
RGB Variations
Color information
#706A52 (or 0x706A52) is known color: Crocodile. HEX triplet: 70, 6A and 52. RGB value is (112,106,82). Sum of RGB (Red+Green+Blue) = 112+106+82=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #706A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A52 is #8F95AD. Grayscale: #696969. Windows color (decimal): -9409966 or 5401200. OLE color: 5401200.
HSL color Cylindrical-coordinate representation of color #706A52: hue angle of 48º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706A52 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 82 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.56 |
| HSL | 48º | 0.15% | 0.38% | - |
| HSV(B) | 48º | 0.27% | 0.44% | - |
| XYZ | 13.36 | 14.36 | 10.05 | - |
| YUV | 105.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 82 | 0 | 0.05 | 0.27 | 0.56 | 48 | 0.15 | 0.38 |
| Hex | 70 | 6A | 52 | 0 | 5 | 1B | 38 | 30 | F | 26 |
| Octal | 160 | 152 | 122 | 0 | 5 | 33 | 70 | 60 | 17 | 46 |
| Binary | 1110000 | 1101010 | 1010010 | 0 | 101 | 11011 | 111000 | 110000 | 1111 | 100110 |
Color Harmonies of #706A52
Complementary color
Monochromatic Colors of #706A52
Black with #706A52
Text Example
Text Example
White with #706A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A52; }
p { color: rgb(112,106,82); }
H1.HeaderClassName
{
color: #706A52;
}
.AnyTagClassName
{
color: #706A52;
}
</style>
background-color css
<style>
a { background-color: #706A52; }
a { background-color: rgb(112,106,82); }
div.DivClassName
{
background-color: #706A52;
}
.BgClassName
{
background-color: #706A52;
}
</style>
border-color css
<style>
span { border-color: #706A52; }
span { border-color: rgb(112,106,82); }
td.TdClassName
{
border-color: #706A52;
}
.TagClassName
{
border-color: #706A52;
}
</style>