Shades of Crocodile #706A4D
Tints of Crocodile #706A4D
RGB
CMYK
RGB Variations
Color information
#706A4D (or 0x706A4D) is known color: Crocodile. HEX triplet: 70, 6A and 4D. RGB value is (112,106,77). Sum of RGB (Red+Green+Blue) = 112+106+77=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A4D is #8F95B2. Grayscale: #686868. Windows color (decimal): -9409971 or 5073520. OLE color: 5073520.
HSL color Cylindrical-coordinate representation of color #706A4D: hue angle of 49.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #706A4D is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 77 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.56 |
| HSL | 49.71º | 0.19% | 0.37% | - |
| HSV(B) | 49.71º | 0.31% | 0.44% | - |
| XYZ | 13.18 | 14.29 | 9.08 | - |
| YUV | 104.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 77 | 0 | 0.05 | 0.31 | 0.56 | 49.71 | 0.19 | 0.37 |
| Hex | 70 | 6A | 4D | 0 | 5 | 1F | 38 | 32 | 13 | 25 |
| Octal | 160 | 152 | 115 | 0 | 5 | 37 | 70 | 62 | 23 | 45 |
| Binary | 1110000 | 1101010 | 1001101 | 0 | 101 | 11111 | 111000 | 110010 | 10011 | 100101 |
Color Harmonies of #706A4D
Complementary color
Monochromatic Colors of #706A4D
Black with #706A4D
Text Example
Text Example
White with #706A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A4D; }
p { color: rgb(112,106,77); }
H1.HeaderClassName
{
color: #706A4D;
}
.AnyTagClassName
{
color: #706A4D;
}
</style>
background-color css
<style>
a { background-color: #706A4D; }
a { background-color: rgb(112,106,77); }
div.DivClassName
{
background-color: #706A4D;
}
.BgClassName
{
background-color: #706A4D;
}
</style>
border-color css
<style>
span { border-color: #706A4D; }
span { border-color: rgb(112,106,77); }
td.TdClassName
{
border-color: #706A4D;
}
.TagClassName
{
border-color: #706A4D;
}
</style>