Shades of Crocodile #70684D
Tints of Crocodile #70684D
RGB
CMYK
RGB Variations
Color information
#70684D (or 0x70684D) is known color: Crocodile. HEX triplet: 70, 68 and 4D. RGB value is (112,104,77). Sum of RGB (Red+Green+Blue) = 112+104+77=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #70684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70684D is #8F97B2. Grayscale: #676767. Windows color (decimal): -9410483 or 5073008. OLE color: 5073008.
HSL color Cylindrical-coordinate representation of color #70684D: hue angle of 46.29º 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 #70684D is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 77 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.56 |
| HSL | 46.29º | 0.19% | 0.37% | - |
| HSV(B) | 46.29º | 0.31% | 0.44% | - |
| XYZ | 12.97 | 13.88 | 9.02 | - |
| YUV | 103.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 77 | 0 | 0.07 | 0.31 | 0.56 | 46.29 | 0.19 | 0.37 |
| Hex | 70 | 68 | 4D | 0 | 7 | 1F | 38 | 2E | 13 | 25 |
| Octal | 160 | 150 | 115 | 0 | 7 | 37 | 70 | 56 | 23 | 45 |
| Binary | 1110000 | 1101000 | 1001101 | 0 | 111 | 11111 | 111000 | 101110 | 10011 | 100101 |
Color Harmonies of #70684D
Complementary color
Monochromatic Colors of #70684D
Black with #70684D
Text Example
Text Example
White with #70684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70684D; }
p { color: rgb(112,104,77); }
H1.HeaderClassName
{
color: #70684D;
}
.AnyTagClassName
{
color: #70684D;
}
</style>
background-color css
<style>
a { background-color: #70684D; }
a { background-color: rgb(112,104,77); }
div.DivClassName
{
background-color: #70684D;
}
.BgClassName
{
background-color: #70684D;
}
</style>
border-color css
<style>
span { border-color: #70684D; }
span { border-color: rgb(112,104,77); }
td.TdClassName
{
border-color: #70684D;
}
.TagClassName
{
border-color: #70684D;
}
</style>