Shades of Domino #70604D
Tints of Domino #70604D
RGB
CMYK
RGB Variations
Color information
#70604D (or 0x70604D) is known color: Domino. HEX triplet: 70, 60 and 4D. RGB value is (112,96,77). Sum of RGB (Red+Green+Blue) = 112+96+77=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #70604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70604D is #8F9FB2. Grayscale: #626262. Windows color (decimal): -9412531 or 5070960. OLE color: 5070960.
HSL color Cylindrical-coordinate representation of color #70604D: hue angle of 32.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 #70604D is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 77 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.56 |
| HSL | 32.57º | 0.19% | 0.37% | - |
| HSV(B) | 32.57º | 0.31% | 0.44% | - |
| XYZ | 12.2 | 12.35 | 8.76 | - |
| YUV | 98.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 77 | 0 | 0.14 | 0.31 | 0.56 | 32.57 | 0.19 | 0.37 |
| Hex | 70 | 60 | 4D | 0 | E | 1F | 38 | 21 | 13 | 25 |
| Octal | 160 | 140 | 115 | 0 | 16 | 37 | 70 | 41 | 23 | 45 |
| Binary | 1110000 | 1100000 | 1001101 | 0 | 1110 | 11111 | 111000 | 100001 | 10011 | 100101 |
Color Harmonies of #70604D
Complementary color
Monochromatic Colors of #70604D
Black with #70604D
Text Example
Text Example
White with #70604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70604D; }
p { color: rgb(112,96,77); }
H1.HeaderClassName
{
color: #70604D;
}
.AnyTagClassName
{
color: #70604D;
}
</style>
background-color css
<style>
a { background-color: #70604D; }
a { background-color: rgb(112,96,77); }
div.DivClassName
{
background-color: #70604D;
}
.BgClassName
{
background-color: #70604D;
}
</style>
border-color css
<style>
span { border-color: #70604D; }
span { border-color: rgb(112,96,77); }
td.TdClassName
{
border-color: #70604D;
}
.TagClassName
{
border-color: #70604D;
}
</style>