Shades of Domino #72604B
Tints of Domino #72604B
RGB
CMYK
RGB Variations
Color information
#72604B (or 0x72604B) is known color: Domino. HEX triplet: 72, 60 and 4B. RGB value is (114,96,75). Sum of RGB (Red+Green+Blue) = 114+96+75=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #72604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72604B is #8D9FB4. Grayscale: #636363. Windows color (decimal): -9281461 or 4939890. OLE color: 4939890.
HSL color Cylindrical-coordinate representation of color #72604B: hue angle of 32.31º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72604B is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 96 | 75 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.55 |
| HSL | 32.31º | 0.21% | 0.37% | - |
| HSV(B) | 32.31º | 0.34% | 0.45% | - |
| XYZ | 12.39 | 12.45 | 8.41 | - |
| YUV | 98.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 75 | 0 | 0.16 | 0.34 | 0.55 | 32.31 | 0.21 | 0.37 |
| Hex | 72 | 60 | 4B | 0 | 10 | 22 | 37 | 20 | 15 | 25 |
| Octal | 162 | 140 | 113 | 0 | 20 | 42 | 67 | 40 | 25 | 45 |
| Binary | 1110010 | 1100000 | 1001011 | 0 | 10000 | 100010 | 110111 | 100000 | 10101 | 100101 |
Color Harmonies of #72604B
Complementary color
Monochromatic Colors of #72604B
Black with #72604B
Text Example
Text Example
White with #72604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72604B; }
p { color: rgb(114,96,75); }
H1.HeaderClassName
{
color: #72604B;
}
.AnyTagClassName
{
color: #72604B;
}
</style>
background-color css
<style>
a { background-color: #72604B; }
a { background-color: rgb(114,96,75); }
div.DivClassName
{
background-color: #72604B;
}
.BgClassName
{
background-color: #72604B;
}
</style>
border-color css
<style>
span { border-color: #72604B; }
span { border-color: rgb(114,96,75); }
td.TdClassName
{
border-color: #72604B;
}
.TagClassName
{
border-color: #72604B;
}
</style>