Shades of Crocodile #706B57
Tints of Crocodile #706B57
RGB
CMYK
RGB Variations
Color information
#706B57 (or 0x706B57) is known color: Crocodile. HEX triplet: 70, 6B and 57. RGB value is (112,107,87). Sum of RGB (Red+Green+Blue) = 112+107+87=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #706B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B57 is #8F94A8. Grayscale: #6A6A6A. Windows color (decimal): -9409705 or 5729136. OLE color: 5729136.
HSL color Cylindrical-coordinate representation of color #706B57: hue angle of 48º 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 #706B57 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 87 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.56 |
| HSL | 48º | 0.13% | 0.39% | - |
| HSV(B) | 48º | 0.22% | 0.44% | - |
| XYZ | 13.66 | 14.65 | 11.12 | - |
| YUV | 106.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 87 | 0 | 0.04 | 0.22 | 0.56 | 48 | 0.13 | 0.39 |
| Hex | 70 | 6B | 57 | 0 | 4 | 16 | 38 | 30 | D | 27 |
| Octal | 160 | 153 | 127 | 0 | 4 | 26 | 70 | 60 | 15 | 47 |
| Binary | 1110000 | 1101011 | 1010111 | 0 | 100 | 10110 | 111000 | 110000 | 1101 | 100111 |
Color Harmonies of #706B57
Complementary color
Monochromatic Colors of #706B57
Black with #706B57
Text Example
Text Example
White with #706B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B57; }
p { color: rgb(112,107,87); }
H1.HeaderClassName
{
color: #706B57;
}
.AnyTagClassName
{
color: #706B57;
}
</style>
background-color css
<style>
a { background-color: #706B57; }
a { background-color: rgb(112,107,87); }
div.DivClassName
{
background-color: #706B57;
}
.BgClassName
{
background-color: #706B57;
}
</style>
border-color css
<style>
span { border-color: #706B57; }
span { border-color: rgb(112,107,87); }
td.TdClassName
{
border-color: #706B57;
}
.TagClassName
{
border-color: #706B57;
}
</style>