Shades of Crocodile #70674B
Tints of Crocodile #70674B
RGB
CMYK
RGB Variations
Color information
#70674B (or 0x70674B) is known color: Crocodile. HEX triplet: 70, 67 and 4B. RGB value is (112,103,75). Sum of RGB (Red+Green+Blue) = 112+103+75=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70674B is #8F98B4. Grayscale: #666666. Windows color (decimal): -9410741 or 4941680. OLE color: 4941680.
HSL color Cylindrical-coordinate representation of color #70674B: hue angle of 45.41º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70674B is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 75 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.56 |
| HSL | 45.41º | 0.2% | 0.37% | - |
| HSV(B) | 45.41º | 0.33% | 0.44% | - |
| XYZ | 12.8 | 13.65 | 8.62 | - |
| YUV | 102.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 75 | 0 | 0.08 | 0.33 | 0.56 | 45.41 | 0.2 | 0.37 |
| Hex | 70 | 67 | 4B | 0 | 8 | 21 | 38 | 2D | 14 | 25 |
| Octal | 160 | 147 | 113 | 0 | 10 | 41 | 70 | 55 | 24 | 45 |
| Binary | 1110000 | 1100111 | 1001011 | 0 | 1000 | 100001 | 111000 | 101101 | 10100 | 100101 |
Color Harmonies of #70674B
Complementary color
Monochromatic Colors of #70674B
Black with #70674B
Text Example
Text Example
White with #70674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70674B; }
p { color: rgb(112,103,75); }
H1.HeaderClassName
{
color: #70674B;
}
.AnyTagClassName
{
color: #70674B;
}
</style>
background-color css
<style>
a { background-color: #70674B; }
a { background-color: rgb(112,103,75); }
div.DivClassName
{
background-color: #70674B;
}
.BgClassName
{
background-color: #70674B;
}
</style>
border-color css
<style>
span { border-color: #70674B; }
span { border-color: rgb(112,103,75); }
td.TdClassName
{
border-color: #70674B;
}
.TagClassName
{
border-color: #70674B;
}
</style>