Shades of Domino #715C4E
Tints of Domino #715C4E
RGB
CMYK
RGB Variations
Color information
#715C4E (or 0x715C4E) is known color: Domino. HEX triplet: 71, 5C and 4E. RGB value is (113,92,78). Sum of RGB (Red+Green+Blue) = 113+92+78=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #715C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C4E is #8EA3B1. Grayscale: #606060. Windows color (decimal): -9348018 or 5135473. OLE color: 5135473.
HSL color Cylindrical-coordinate representation of color #715C4E: hue angle of 24º 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 #715C4E is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 92 | 78 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.56 |
| HSL | 24º | 0.18% | 0.37% | - |
| HSV(B) | 24º | 0.31% | 0.44% | - |
| XYZ | 12.01 | 11.72 | 8.84 | - |
| YUV | 96.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 78 | 0 | 0.19 | 0.31 | 0.56 | 24 | 0.18 | 0.37 |
| Hex | 71 | 5C | 4E | 0 | 13 | 1F | 38 | 18 | 12 | 25 |
| Octal | 161 | 134 | 116 | 0 | 23 | 37 | 70 | 30 | 22 | 45 |
| Binary | 1110001 | 1011100 | 1001110 | 0 | 10011 | 11111 | 111000 | 11000 | 10010 | 100101 |
Color Harmonies of #715C4E
Complementary color
Monochromatic Colors of #715C4E
Black with #715C4E
Text Example
Text Example
White with #715C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C4E; }
p { color: rgb(113,92,78); }
H1.HeaderClassName
{
color: #715C4E;
}
.AnyTagClassName
{
color: #715C4E;
}
</style>
background-color css
<style>
a { background-color: #715C4E; }
a { background-color: rgb(113,92,78); }
div.DivClassName
{
background-color: #715C4E;
}
.BgClassName
{
background-color: #715C4E;
}
</style>
border-color css
<style>
span { border-color: #715C4E; }
span { border-color: rgb(113,92,78); }
td.TdClassName
{
border-color: #715C4E;
}
.TagClassName
{
border-color: #715C4E;
}
</style>