Shades of Domino #72614E
Tints of Domino #72614E
RGB
CMYK
RGB Variations
Color information
#72614E (or 0x72614E) is known color: Domino. HEX triplet: 72, 61 and 4E. RGB value is (114,97,78). Sum of RGB (Red+Green+Blue) = 114+97+78=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72614E is #8D9EB1. Grayscale: #646464. Windows color (decimal): -9281202 or 5136754. OLE color: 5136754.
HSL color Cylindrical-coordinate representation of color #72614E: hue angle of 31.67º 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 #72614E is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 97 | 78 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.55 |
| HSL | 31.67º | 0.19% | 0.38% | - |
| HSV(B) | 31.67º | 0.32% | 0.45% | - |
| XYZ | 12.59 | 12.68 | 8.99 | - |
| YUV | 99.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 78 | 0 | 0.15 | 0.32 | 0.55 | 31.67 | 0.19 | 0.38 |
| Hex | 72 | 61 | 4E | 0 | F | 20 | 37 | 20 | 13 | 26 |
| Octal | 162 | 141 | 116 | 0 | 17 | 40 | 67 | 40 | 23 | 46 |
| Binary | 1110010 | 1100001 | 1001110 | 0 | 1111 | 100000 | 110111 | 100000 | 10011 | 100110 |
Color Harmonies of #72614E
Complementary color
Monochromatic Colors of #72614E
Black with #72614E
Text Example
Text Example
White with #72614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72614E; }
p { color: rgb(114,97,78); }
H1.HeaderClassName
{
color: #72614E;
}
.AnyTagClassName
{
color: #72614E;
}
</style>
background-color css
<style>
a { background-color: #72614E; }
a { background-color: rgb(114,97,78); }
div.DivClassName
{
background-color: #72614E;
}
.BgClassName
{
background-color: #72614E;
}
</style>
border-color css
<style>
span { border-color: #72614E; }
span { border-color: rgb(114,97,78); }
td.TdClassName
{
border-color: #72614E;
}
.TagClassName
{
border-color: #72614E;
}
</style>