Shades of Domino #705F4D
Tints of Domino #705F4D
RGB
CMYK
RGB Variations
Color information
#705F4D (or 0x705F4D) is known color: Domino. HEX triplet: 70, 5F and 4D. RGB value is (112,95,77). Sum of RGB (Red+Green+Blue) = 112+95+77=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #705F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F4D is #8FA0B2. Grayscale: #626262. Windows color (decimal): -9412787 or 5070704. OLE color: 5070704.
HSL color Cylindrical-coordinate representation of color #705F4D: hue angle of 30.86º 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 #705F4D is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 77 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.56 |
| HSL | 30.86º | 0.19% | 0.37% | - |
| HSV(B) | 30.86º | 0.31% | 0.44% | - |
| XYZ | 12.11 | 12.16 | 8.73 | - |
| YUV | 98.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 77 | 0 | 0.15 | 0.31 | 0.56 | 30.86 | 0.19 | 0.37 |
| Hex | 70 | 5F | 4D | 0 | F | 1F | 38 | 1F | 13 | 25 |
| Octal | 160 | 137 | 115 | 0 | 17 | 37 | 70 | 37 | 23 | 45 |
| Binary | 1110000 | 1011111 | 1001101 | 0 | 1111 | 11111 | 111000 | 11111 | 10011 | 100101 |
Color Harmonies of #705F4D
Complementary color
Monochromatic Colors of #705F4D
Black with #705F4D
Text Example
Text Example
White with #705F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F4D; }
p { color: rgb(112,95,77); }
H1.HeaderClassName
{
color: #705F4D;
}
.AnyTagClassName
{
color: #705F4D;
}
</style>
background-color css
<style>
a { background-color: #705F4D; }
a { background-color: rgb(112,95,77); }
div.DivClassName
{
background-color: #705F4D;
}
.BgClassName
{
background-color: #705F4D;
}
</style>
border-color css
<style>
span { border-color: #705F4D; }
span { border-color: rgb(112,95,77); }
td.TdClassName
{
border-color: #705F4D;
}
.TagClassName
{
border-color: #705F4D;
}
</style>