Shades of Domino #73604E
Tints of Domino #73604E
RGB
CMYK
RGB Variations
Color information
#73604E (or 0x73604E) is known color: Domino. HEX triplet: 73, 60 and 4E. RGB value is (115,96,78). Sum of RGB (Red+Green+Blue) = 115+96+78=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #73604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73604E is #8C9FB1. Grayscale: #636363. Windows color (decimal): -9215922 or 5136499. OLE color: 5136499.
HSL color Cylindrical-coordinate representation of color #73604E: hue angle of 29.19º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73604E is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 96 | 78 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.55 |
| HSL | 29.19º | 0.19% | 0.38% | - |
| HSV(B) | 29.19º | 0.32% | 0.45% | - |
| XYZ | 12.63 | 12.56 | 8.97 | - |
| YUV | 99.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 78 | 0 | 0.17 | 0.32 | 0.55 | 29.19 | 0.19 | 0.38 |
| Hex | 73 | 60 | 4E | 0 | 11 | 20 | 37 | 1D | 13 | 26 |
| Octal | 163 | 140 | 116 | 0 | 21 | 40 | 67 | 35 | 23 | 46 |
| Binary | 1110011 | 1100000 | 1001110 | 0 | 10001 | 100000 | 110111 | 11101 | 10011 | 100110 |
Color Harmonies of #73604E
Complementary color
Monochromatic Colors of #73604E
Black with #73604E
Text Example
Text Example
White with #73604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73604E; }
p { color: rgb(115,96,78); }
H1.HeaderClassName
{
color: #73604E;
}
.AnyTagClassName
{
color: #73604E;
}
</style>
background-color css
<style>
a { background-color: #73604E; }
a { background-color: rgb(115,96,78); }
div.DivClassName
{
background-color: #73604E;
}
.BgClassName
{
background-color: #73604E;
}
</style>
border-color css
<style>
span { border-color: #73604E; }
span { border-color: rgb(115,96,78); }
td.TdClassName
{
border-color: #73604E;
}
.TagClassName
{
border-color: #73604E;
}
</style>