Shades of Domino #73604D
Tints of Domino #73604D
RGB
CMYK
RGB Variations
Color information
#73604D (or 0x73604D) is known color: Domino. HEX triplet: 73, 60 and 4D. RGB value is (115,96,77). Sum of RGB (Red+Green+Blue) = 115+96+77=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #73604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73604D is #8C9FB2. Grayscale: #636363. Windows color (decimal): -9215923 or 5070963. OLE color: 5070963.
HSL color Cylindrical-coordinate representation of color #73604D: hue angle of 30º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73604D is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 96 | 77 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.55 |
| HSL | 30º | 0.2% | 0.38% | - |
| HSV(B) | 30º | 0.33% | 0.45% | - |
| XYZ | 12.59 | 12.55 | 8.78 | - |
| YUV | 99.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 77 | 0 | 0.17 | 0.33 | 0.55 | 30 | 0.2 | 0.38 |
| Hex | 73 | 60 | 4D | 0 | 11 | 21 | 37 | 1E | 14 | 26 |
| Octal | 163 | 140 | 115 | 0 | 21 | 41 | 67 | 36 | 24 | 46 |
| Binary | 1110011 | 1100000 | 1001101 | 0 | 10001 | 100001 | 110111 | 11110 | 10100 | 100110 |
Color Harmonies of #73604D
Complementary color
Monochromatic Colors of #73604D
Black with #73604D
Text Example
Text Example
White with #73604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73604D; }
p { color: rgb(115,96,77); }
H1.HeaderClassName
{
color: #73604D;
}
.AnyTagClassName
{
color: #73604D;
}
</style>
background-color css
<style>
a { background-color: #73604D; }
a { background-color: rgb(115,96,77); }
div.DivClassName
{
background-color: #73604D;
}
.BgClassName
{
background-color: #73604D;
}
</style>
border-color css
<style>
span { border-color: #73604D; }
span { border-color: rgb(115,96,77); }
td.TdClassName
{
border-color: #73604D;
}
.TagClassName
{
border-color: #73604D;
}
</style>