Shades of Domino #705F4B
Tints of Domino #705F4B
RGB
CMYK
RGB Variations
Color information
#705F4B (or 0x705F4B) is known color: Domino. HEX triplet: 70, 5F and 4B. RGB value is (112,95,75). Sum of RGB (Red+Green+Blue) = 112+95+75=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F4B is #8FA0B4. Grayscale: #616161. Windows color (decimal): -9412789 or 4939632. OLE color: 4939632.
HSL color Cylindrical-coordinate representation of color #705F4B: hue angle of 32.43º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #705F4B is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 75 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.56 |
| HSL | 32.43º | 0.2% | 0.37% | - |
| HSV(B) | 32.43º | 0.33% | 0.44% | - |
| XYZ | 12.04 | 12.14 | 8.36 | - |
| YUV | 97.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 75 | 0 | 0.15 | 0.33 | 0.56 | 32.43 | 0.2 | 0.37 |
| Hex | 70 | 5F | 4B | 0 | F | 21 | 38 | 20 | 14 | 25 |
| Octal | 160 | 137 | 113 | 0 | 17 | 41 | 70 | 40 | 24 | 45 |
| Binary | 1110000 | 1011111 | 1001011 | 0 | 1111 | 100001 | 111000 | 100000 | 10100 | 100101 |
Color Harmonies of #705F4B
Complementary color
Monochromatic Colors of #705F4B
Black with #705F4B
Text Example
Text Example
White with #705F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F4B; }
p { color: rgb(112,95,75); }
H1.HeaderClassName
{
color: #705F4B;
}
.AnyTagClassName
{
color: #705F4B;
}
</style>
background-color css
<style>
a { background-color: #705F4B; }
a { background-color: rgb(112,95,75); }
div.DivClassName
{
background-color: #705F4B;
}
.BgClassName
{
background-color: #705F4B;
}
</style>
border-color css
<style>
span { border-color: #705F4B; }
span { border-color: rgb(112,95,75); }
td.TdClassName
{
border-color: #705F4B;
}
.TagClassName
{
border-color: #705F4B;
}
</style>