Shades of Domino #715A4D
Tints of Domino #715A4D
RGB
CMYK
RGB Variations
Color information
#715A4D (or 0x715A4D) is known color: Domino. HEX triplet: 71, 5A and 4D. RGB value is (113,90,77). Sum of RGB (Red+Green+Blue) = 113+90+77=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #715A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A4D is #8EA5B2. Grayscale: #5F5F5F. Windows color (decimal): -9348531 or 5069425. OLE color: 5069425.
HSL color Cylindrical-coordinate representation of color #715A4D: hue angle of 21.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #715A4D is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 77 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.56 |
| HSL | 21.67º | 0.19% | 0.37% | - |
| HSV(B) | 21.67º | 0.32% | 0.44% | - |
| XYZ | 11.81 | 11.36 | 8.59 | - |
| YUV | 95.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 77 | 0 | 0.20 | 0.32 | 0.56 | 21.67 | 0.19 | 0.37 |
| Hex | 71 | 5A | 4D | 0 | 14 | 20 | 38 | 16 | 13 | 25 |
| Octal | 161 | 132 | 115 | 0 | 24 | 40 | 70 | 26 | 23 | 45 |
| Binary | 1110001 | 1011010 | 1001101 | 0 | 10100 | 100000 | 111000 | 10110 | 10011 | 100101 |
Color Harmonies of #715A4D
Complementary color
Monochromatic Colors of #715A4D
Black with #715A4D
Text Example
Text Example
White with #715A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A4D; }
p { color: rgb(113,90,77); }
H1.HeaderClassName
{
color: #715A4D;
}
.AnyTagClassName
{
color: #715A4D;
}
</style>
background-color css
<style>
a { background-color: #715A4D; }
a { background-color: rgb(113,90,77); }
div.DivClassName
{
background-color: #715A4D;
}
.BgClassName
{
background-color: #715A4D;
}
</style>
border-color css
<style>
span { border-color: #715A4D; }
span { border-color: rgb(113,90,77); }
td.TdClassName
{
border-color: #715A4D;
}
.TagClassName
{
border-color: #715A4D;
}
</style>