Shades of Crocodile #70674D
Tints of Crocodile #70674D
RGB
CMYK
RGB Variations
Color information
#70674D (or 0x70674D) is known color: Crocodile. HEX triplet: 70, 67 and 4D. RGB value is (112,103,77). Sum of RGB (Red+Green+Blue) = 112+103+77=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70674D is #8F98B2. Grayscale: #666666. Windows color (decimal): -9410739 or 5072752. OLE color: 5072752.
HSL color Cylindrical-coordinate representation of color #70674D: hue angle of 44.57º 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 #70674D is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 77 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.56 |
| HSL | 44.57º | 0.19% | 0.37% | - |
| HSV(B) | 44.57º | 0.31% | 0.44% | - |
| XYZ | 12.87 | 13.68 | 8.98 | - |
| YUV | 102.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 77 | 0 | 0.08 | 0.31 | 0.56 | 44.57 | 0.19 | 0.37 |
| Hex | 70 | 67 | 4D | 0 | 8 | 1F | 38 | 2D | 13 | 25 |
| Octal | 160 | 147 | 115 | 0 | 10 | 37 | 70 | 55 | 23 | 45 |
| Binary | 1110000 | 1100111 | 1001101 | 0 | 1000 | 11111 | 111000 | 101101 | 10011 | 100101 |
Color Harmonies of #70674D
Complementary color
Monochromatic Colors of #70674D
Black with #70674D
Text Example
Text Example
White with #70674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70674D; }
p { color: rgb(112,103,77); }
H1.HeaderClassName
{
color: #70674D;
}
.AnyTagClassName
{
color: #70674D;
}
</style>
background-color css
<style>
a { background-color: #70674D; }
a { background-color: rgb(112,103,77); }
div.DivClassName
{
background-color: #70674D;
}
.BgClassName
{
background-color: #70674D;
}
</style>
border-color css
<style>
span { border-color: #70674D; }
span { border-color: rgb(112,103,77); }
td.TdClassName
{
border-color: #70674D;
}
.TagClassName
{
border-color: #70674D;
}
</style>