Shades of Domino #715C4B
Tints of Domino #715C4B
RGB
CMYK
RGB Variations
Color information
#715C4B (or 0x715C4B) is known color: Domino. HEX triplet: 71, 5C and 4B. RGB value is (113,92,75). Sum of RGB (Red+Green+Blue) = 113+92+75=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #715C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715C4B is #8EA3B4. Grayscale: #606060. Windows color (decimal): -9348021 or 4938865. OLE color: 4938865.
HSL color Cylindrical-coordinate representation of color #715C4B: hue angle of 26.84º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #715C4B is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 92 | 75 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.56 |
| HSL | 26.84º | 0.2% | 0.37% | - |
| HSV(B) | 26.84º | 0.34% | 0.44% | - |
| XYZ | 11.91 | 11.67 | 8.28 | - |
| YUV | 96.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 75 | 0 | 0.19 | 0.34 | 0.56 | 26.84 | 0.2 | 0.37 |
| Hex | 71 | 5C | 4B | 0 | 13 | 22 | 38 | 1B | 14 | 25 |
| Octal | 161 | 134 | 113 | 0 | 23 | 42 | 70 | 33 | 24 | 45 |
| Binary | 1110001 | 1011100 | 1001011 | 0 | 10011 | 100010 | 111000 | 11011 | 10100 | 100101 |
Color Harmonies of #715C4B
Complementary color
Monochromatic Colors of #715C4B
Black with #715C4B
Text Example
Text Example
White with #715C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C4B; }
p { color: rgb(113,92,75); }
H1.HeaderClassName
{
color: #715C4B;
}
.AnyTagClassName
{
color: #715C4B;
}
</style>
background-color css
<style>
a { background-color: #715C4B; }
a { background-color: rgb(113,92,75); }
div.DivClassName
{
background-color: #715C4B;
}
.BgClassName
{
background-color: #715C4B;
}
</style>
border-color css
<style>
span { border-color: #715C4B; }
span { border-color: rgb(113,92,75); }
td.TdClassName
{
border-color: #715C4B;
}
.TagClassName
{
border-color: #715C4B;
}
</style>