Shades of Domino #715F4C
Tints of Domino #715F4C
RGB
CMYK
RGB Variations
Color information
#715F4C (or 0x715F4C) is known color: Domino. HEX triplet: 71, 5F and 4C. RGB value is (113,95,76). Sum of RGB (Red+Green+Blue) = 113+95+76=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #715F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F4C is #8EA0B3. Grayscale: #626262. Windows color (decimal): -9347252 or 5005169. OLE color: 5005169.
HSL color Cylindrical-coordinate representation of color #715F4C: hue angle of 30.81º 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 #715F4C is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 95 | 76 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.56 |
| HSL | 30.81º | 0.2% | 0.37% | - |
| HSV(B) | 30.81º | 0.33% | 0.44% | - |
| XYZ | 12.21 | 12.22 | 8.55 | - |
| YUV | 98.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 76 | 0 | 0.16 | 0.33 | 0.56 | 30.81 | 0.2 | 0.37 |
| Hex | 71 | 5F | 4C | 0 | 10 | 21 | 38 | 1F | 14 | 25 |
| Octal | 161 | 137 | 114 | 0 | 20 | 41 | 70 | 37 | 24 | 45 |
| Binary | 1110001 | 1011111 | 1001100 | 0 | 10000 | 100001 | 111000 | 11111 | 10100 | 100101 |
Color Harmonies of #715F4C
Complementary color
Monochromatic Colors of #715F4C
Black with #715F4C
Text Example
Text Example
White with #715F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F4C; }
p { color: rgb(113,95,76); }
H1.HeaderClassName
{
color: #715F4C;
}
.AnyTagClassName
{
color: #715F4C;
}
</style>
background-color css
<style>
a { background-color: #715F4C; }
a { background-color: rgb(113,95,76); }
div.DivClassName
{
background-color: #715F4C;
}
.BgClassName
{
background-color: #715F4C;
}
</style>
border-color css
<style>
span { border-color: #715F4C; }
span { border-color: rgb(113,95,76); }
td.TdClassName
{
border-color: #715F4C;
}
.TagClassName
{
border-color: #715F4C;
}
</style>