Shades of Crocodile #706C57
Tints of Crocodile #706C57
RGB
CMYK
RGB Variations
Color information
#706C57 (or 0x706C57) is known color: Crocodile. HEX triplet: 70, 6C and 57. RGB value is (112,108,87). Sum of RGB (Red+Green+Blue) = 112+108+87=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #706C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C57 is #8F93A8. Grayscale: #6A6A6A. Windows color (decimal): -9409449 or 5729392. OLE color: 5729392.
HSL color Cylindrical-coordinate representation of color #706C57: hue angle of 50.4º 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 #706C57 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 87 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.56 |
| HSL | 50.4º | 0.13% | 0.39% | - |
| HSV(B) | 50.4º | 0.22% | 0.44% | - |
| XYZ | 13.76 | 14.86 | 11.16 | - |
| YUV | 106.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 87 | 0 | 0.04 | 0.22 | 0.56 | 50.4 | 0.13 | 0.39 |
| Hex | 70 | 6C | 57 | 0 | 4 | 16 | 38 | 32 | D | 27 |
| Octal | 160 | 154 | 127 | 0 | 4 | 26 | 70 | 62 | 15 | 47 |
| Binary | 1110000 | 1101100 | 1010111 | 0 | 100 | 10110 | 111000 | 110010 | 1101 | 100111 |
Color Harmonies of #706C57
Complementary color
Monochromatic Colors of #706C57
Black with #706C57
Text Example
Text Example
White with #706C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C57; }
p { color: rgb(112,108,87); }
H1.HeaderClassName
{
color: #706C57;
}
.AnyTagClassName
{
color: #706C57;
}
</style>
background-color css
<style>
a { background-color: #706C57; }
a { background-color: rgb(112,108,87); }
div.DivClassName
{
background-color: #706C57;
}
.BgClassName
{
background-color: #706C57;
}
</style>
border-color css
<style>
span { border-color: #706C57; }
span { border-color: rgb(112,108,87); }
td.TdClassName
{
border-color: #706C57;
}
.TagClassName
{
border-color: #706C57;
}
</style>