Shades of Domino #705F4E
Tints of Domino #705F4E
RGB
CMYK
RGB Variations
Color information
#705F4E (or 0x705F4E) is known color: Domino. HEX triplet: 70, 5F and 4E. RGB value is (112,95,78). Sum of RGB (Red+Green+Blue) = 112+95+78=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #705F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F4E is #8FA0B1. Grayscale: #626262. Windows color (decimal): -9412786 or 5136240. OLE color: 5136240.
HSL color Cylindrical-coordinate representation of color #705F4E: hue angle of 30º 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 #705F4E is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 78 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.56 |
| HSL | 30º | 0.18% | 0.37% | - |
| HSV(B) | 30º | 0.3% | 0.44% | - |
| XYZ | 12.15 | 12.18 | 8.92 | - |
| YUV | 98.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 78 | 0 | 0.15 | 0.30 | 0.56 | 30 | 0.18 | 0.37 |
| Hex | 70 | 5F | 4E | 0 | F | 1E | 38 | 1E | 12 | 25 |
| Octal | 160 | 137 | 116 | 0 | 17 | 36 | 70 | 36 | 22 | 45 |
| Binary | 1110000 | 1011111 | 1001110 | 0 | 1111 | 11110 | 111000 | 11110 | 10010 | 100101 |
Color Harmonies of #705F4E
Complementary color
Monochromatic Colors of #705F4E
Black with #705F4E
Text Example
Text Example
White with #705F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F4E; }
p { color: rgb(112,95,78); }
H1.HeaderClassName
{
color: #705F4E;
}
.AnyTagClassName
{
color: #705F4E;
}
</style>
background-color css
<style>
a { background-color: #705F4E; }
a { background-color: rgb(112,95,78); }
div.DivClassName
{
background-color: #705F4E;
}
.BgClassName
{
background-color: #705F4E;
}
</style>
border-color css
<style>
span { border-color: #705F4E; }
span { border-color: rgb(112,95,78); }
td.TdClassName
{
border-color: #705F4E;
}
.TagClassName
{
border-color: #705F4E;
}
</style>