Shades of Domino #715F4E
Tints of Domino #715F4E
RGB
CMYK
RGB Variations
Color information
#715F4E (or 0x715F4E) is known color: Domino. HEX triplet: 71, 5F and 4E. RGB value is (113,95,78). Sum of RGB (Red+Green+Blue) = 113+95+78=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #715F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F4E is #8EA0B1. Grayscale: #626262. Windows color (decimal): -9347250 or 5136241. OLE color: 5136241.
HSL color Cylindrical-coordinate representation of color #715F4E: hue angle of 29.14º degrees, saturation: 0.18, 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 #715F4E is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 95 | 78 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.56 |
| HSL | 29.14º | 0.18% | 0.37% | - |
| HSV(B) | 29.14º | 0.31% | 0.44% | - |
| XYZ | 12.28 | 12.25 | 8.92 | - |
| YUV | 98.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 78 | 0 | 0.16 | 0.31 | 0.56 | 29.14 | 0.18 | 0.37 |
| Hex | 71 | 5F | 4E | 0 | 10 | 1F | 38 | 1D | 12 | 25 |
| Octal | 161 | 137 | 116 | 0 | 20 | 37 | 70 | 35 | 22 | 45 |
| Binary | 1110001 | 1011111 | 1001110 | 0 | 10000 | 11111 | 111000 | 11101 | 10010 | 100101 |
Color Harmonies of #715F4E
Complementary color
Monochromatic Colors of #715F4E
Black with #715F4E
Text Example
Text Example
White with #715F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F4E; }
p { color: rgb(113,95,78); }
H1.HeaderClassName
{
color: #715F4E;
}
.AnyTagClassName
{
color: #715F4E;
}
</style>
background-color css
<style>
a { background-color: #715F4E; }
a { background-color: rgb(113,95,78); }
div.DivClassName
{
background-color: #715F4E;
}
.BgClassName
{
background-color: #715F4E;
}
</style>
border-color css
<style>
span { border-color: #715F4E; }
span { border-color: rgb(113,95,78); }
td.TdClassName
{
border-color: #715F4E;
}
.TagClassName
{
border-color: #715F4E;
}
</style>