Shades of Domino #73614D
Tints of Domino #73614D
RGB
CMYK
RGB Variations
Color information
#73614D (or 0x73614D) is known color: Domino. HEX triplet: 73, 61 and 4D. RGB value is (115,97,77). Sum of RGB (Red+Green+Blue) = 115+97+77=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #73614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73614D is #8C9EB2. Grayscale: #646464. Windows color (decimal): -9215667 or 5071219. OLE color: 5071219.
HSL color Cylindrical-coordinate representation of color #73614D: hue angle of 31.58º 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 #73614D is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 97 | 77 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.55 |
| HSL | 31.58º | 0.2% | 0.38% | - |
| HSV(B) | 31.58º | 0.33% | 0.45% | - |
| XYZ | 12.68 | 12.73 | 8.81 | - |
| YUV | 100.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 77 | 0 | 0.16 | 0.33 | 0.55 | 31.58 | 0.2 | 0.38 |
| Hex | 73 | 61 | 4D | 0 | 10 | 21 | 37 | 20 | 14 | 26 |
| Octal | 163 | 141 | 115 | 0 | 20 | 41 | 67 | 40 | 24 | 46 |
| Binary | 1110011 | 1100001 | 1001101 | 0 | 10000 | 100001 | 110111 | 100000 | 10100 | 100110 |
Color Harmonies of #73614D
Complementary color
Monochromatic Colors of #73614D
Black with #73614D
Text Example
Text Example
White with #73614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73614D; }
p { color: rgb(115,97,77); }
H1.HeaderClassName
{
color: #73614D;
}
.AnyTagClassName
{
color: #73614D;
}
</style>
background-color css
<style>
a { background-color: #73614D; }
a { background-color: rgb(115,97,77); }
div.DivClassName
{
background-color: #73614D;
}
.BgClassName
{
background-color: #73614D;
}
</style>
border-color css
<style>
span { border-color: #73614D; }
span { border-color: rgb(115,97,77); }
td.TdClassName
{
border-color: #73614D;
}
.TagClassName
{
border-color: #73614D;
}
</style>