Shades of Domino #705B4D
Tints of Domino #705B4D
RGB
CMYK
RGB Variations
Color information
#705B4D (or 0x705B4D) is known color: Domino. HEX triplet: 70, 5B and 4D. RGB value is (112,91,77). Sum of RGB (Red+Green+Blue) = 112+91+77=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B4D is #8FA4B2. Grayscale: #5F5F5F. Windows color (decimal): -9413811 or 5069680. OLE color: 5069680.
HSL color Cylindrical-coordinate representation of color #705B4D: hue angle of 24º 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 #705B4D is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 77 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.56 |
| HSL | 24º | 0.19% | 0.37% | - |
| HSV(B) | 24º | 0.31% | 0.44% | - |
| XYZ | 11.76 | 11.46 | 8.61 | - |
| YUV | 95.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 77 | 0 | 0.19 | 0.31 | 0.56 | 24 | 0.19 | 0.37 |
| Hex | 70 | 5B | 4D | 0 | 13 | 1F | 38 | 18 | 13 | 25 |
| Octal | 160 | 133 | 115 | 0 | 23 | 37 | 70 | 30 | 23 | 45 |
| Binary | 1110000 | 1011011 | 1001101 | 0 | 10011 | 11111 | 111000 | 11000 | 10011 | 100101 |
Color Harmonies of #705B4D
Complementary color
Monochromatic Colors of #705B4D
Black with #705B4D
Text Example
Text Example
White with #705B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B4D; }
p { color: rgb(112,91,77); }
H1.HeaderClassName
{
color: #705B4D;
}
.AnyTagClassName
{
color: #705B4D;
}
</style>
background-color css
<style>
a { background-color: #705B4D; }
a { background-color: rgb(112,91,77); }
div.DivClassName
{
background-color: #705B4D;
}
.BgClassName
{
background-color: #705B4D;
}
</style>
border-color css
<style>
span { border-color: #705B4D; }
span { border-color: rgb(112,91,77); }
td.TdClassName
{
border-color: #705B4D;
}
.TagClassName
{
border-color: #705B4D;
}
</style>