Shades of Crocodile #706A57
Tints of Crocodile #706A57
RGB
CMYK
RGB Variations
Color information
#706A57 (or 0x706A57) is known color: Crocodile. HEX triplet: 70, 6A and 57. RGB value is (112,106,87). Sum of RGB (Red+Green+Blue) = 112+106+87=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #706A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A57 is #8F95A8. Grayscale: #696969. Windows color (decimal): -9409961 or 5728880. OLE color: 5728880.
HSL color Cylindrical-coordinate representation of color #706A57: hue angle of 45.6º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #706A57 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 87 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.56 |
| HSL | 45.6º | 0.13% | 0.39% | - |
| HSV(B) | 45.6º | 0.22% | 0.44% | - |
| XYZ | 13.56 | 14.44 | 11.09 | - |
| YUV | 105.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 87 | 0 | 0.05 | 0.22 | 0.56 | 45.6 | 0.13 | 0.39 |
| Hex | 70 | 6A | 57 | 0 | 5 | 16 | 38 | 2E | D | 27 |
| Octal | 160 | 152 | 127 | 0 | 5 | 26 | 70 | 56 | 15 | 47 |
| Binary | 1110000 | 1101010 | 1010111 | 0 | 101 | 10110 | 111000 | 101110 | 1101 | 100111 |
Color Harmonies of #706A57
Complementary color
Monochromatic Colors of #706A57
Black with #706A57
Text Example
Text Example
White with #706A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A57; }
p { color: rgb(112,106,87); }
H1.HeaderClassName
{
color: #706A57;
}
.AnyTagClassName
{
color: #706A57;
}
</style>
background-color css
<style>
a { background-color: #706A57; }
a { background-color: rgb(112,106,87); }
div.DivClassName
{
background-color: #706A57;
}
.BgClassName
{
background-color: #706A57;
}
</style>
border-color css
<style>
span { border-color: #706A57; }
span { border-color: rgb(112,106,87); }
td.TdClassName
{
border-color: #706A57;
}
.TagClassName
{
border-color: #706A57;
}
</style>