Shades of Domino #705D4E
Tints of Domino #705D4E
RGB
CMYK
RGB Variations
Color information
#705D4E (or 0x705D4E) is known color: Domino. HEX triplet: 70, 5D and 4E. RGB value is (112,93,78). Sum of RGB (Red+Green+Blue) = 112+93+78=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #705D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D4E is #8FA2B1. Grayscale: #616161. Windows color (decimal): -9413298 or 5135728. OLE color: 5135728.
HSL color Cylindrical-coordinate representation of color #705D4E: hue angle of 26.47º 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 #705D4E is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 78 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.56 |
| HSL | 26.47º | 0.18% | 0.37% | - |
| HSV(B) | 26.47º | 0.3% | 0.44% | - |
| XYZ | 11.97 | 11.82 | 8.86 | - |
| YUV | 96.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 78 | 0 | 0.17 | 0.30 | 0.56 | 26.47 | 0.18 | 0.37 |
| Hex | 70 | 5D | 4E | 0 | 11 | 1E | 38 | 1A | 12 | 25 |
| Octal | 160 | 135 | 116 | 0 | 21 | 36 | 70 | 32 | 22 | 45 |
| Binary | 1110000 | 1011101 | 1001110 | 0 | 10001 | 11110 | 111000 | 11010 | 10010 | 100101 |
Color Harmonies of #705D4E
Complementary color
Monochromatic Colors of #705D4E
Black with #705D4E
Text Example
Text Example
White with #705D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D4E; }
p { color: rgb(112,93,78); }
H1.HeaderClassName
{
color: #705D4E;
}
.AnyTagClassName
{
color: #705D4E;
}
</style>
background-color css
<style>
a { background-color: #705D4E; }
a { background-color: rgb(112,93,78); }
div.DivClassName
{
background-color: #705D4E;
}
.BgClassName
{
background-color: #705D4E;
}
</style>
border-color css
<style>
span { border-color: #705D4E; }
span { border-color: rgb(112,93,78); }
td.TdClassName
{
border-color: #705D4E;
}
.TagClassName
{
border-color: #705D4E;
}
</style>