Shades of Crocodile #70674E
Tints of Crocodile #70674E
RGB
CMYK
RGB Variations
Color information
#70674E (or 0x70674E) is known color: Crocodile. HEX triplet: 70, 67 and 4E. RGB value is (112,103,78). Sum of RGB (Red+Green+Blue) = 112+103+78=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #70674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70674E is #8F98B1. Grayscale: #666666. Windows color (decimal): -9410738 or 5138288. OLE color: 5138288.
HSL color Cylindrical-coordinate representation of color #70674E: hue angle of 44.12º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70674E is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 78 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.56 |
| HSL | 44.12º | 0.18% | 0.37% | - |
| HSV(B) | 44.12º | 0.3% | 0.44% | - |
| XYZ | 12.91 | 13.7 | 9.17 | - |
| YUV | 102.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 78 | 0 | 0.08 | 0.30 | 0.56 | 44.12 | 0.18 | 0.37 |
| Hex | 70 | 67 | 4E | 0 | 8 | 1E | 38 | 2C | 12 | 25 |
| Octal | 160 | 147 | 116 | 0 | 10 | 36 | 70 | 54 | 22 | 45 |
| Binary | 1110000 | 1100111 | 1001110 | 0 | 1000 | 11110 | 111000 | 101100 | 10010 | 100101 |
Color Harmonies of #70674E
Complementary color
Monochromatic Colors of #70674E
Black with #70674E
Text Example
Text Example
White with #70674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70674E; }
p { color: rgb(112,103,78); }
H1.HeaderClassName
{
color: #70674E;
}
.AnyTagClassName
{
color: #70674E;
}
</style>
background-color css
<style>
a { background-color: #70674E; }
a { background-color: rgb(112,103,78); }
div.DivClassName
{
background-color: #70674E;
}
.BgClassName
{
background-color: #70674E;
}
</style>
border-color css
<style>
span { border-color: #70674E; }
span { border-color: rgb(112,103,78); }
td.TdClassName
{
border-color: #70674E;
}
.TagClassName
{
border-color: #70674E;
}
</style>