Shades of Domino #725D4D
Tints of Domino #725D4D
RGB
CMYK
RGB Variations
Color information
#725D4D (or 0x725D4D) is known color: Domino. HEX triplet: 72, 5D and 4D. RGB value is (114,93,77). Sum of RGB (Red+Green+Blue) = 114+93+77=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #725D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D4D is #8DA2B2. Grayscale: #616161. Windows color (decimal): -9282227 or 5070194. OLE color: 5070194.
HSL color Cylindrical-coordinate representation of color #725D4D: hue angle of 25.95º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #725D4D is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 77 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.55 |
| HSL | 25.95º | 0.19% | 0.37% | - |
| HSV(B) | 25.95º | 0.32% | 0.45% | - |
| XYZ | 12.19 | 11.94 | 8.68 | - |
| YUV | 97.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 77 | 0 | 0.18 | 0.32 | 0.55 | 25.95 | 0.19 | 0.37 |
| Hex | 72 | 5D | 4D | 0 | 12 | 20 | 37 | 1A | 13 | 25 |
| Octal | 162 | 135 | 115 | 0 | 22 | 40 | 67 | 32 | 23 | 45 |
| Binary | 1110010 | 1011101 | 1001101 | 0 | 10010 | 100000 | 110111 | 11010 | 10011 | 100101 |
Color Harmonies of #725D4D
Complementary color
Monochromatic Colors of #725D4D
Black with #725D4D
Text Example
Text Example
White with #725D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D4D; }
p { color: rgb(114,93,77); }
H1.HeaderClassName
{
color: #725D4D;
}
.AnyTagClassName
{
color: #725D4D;
}
</style>
background-color css
<style>
a { background-color: #725D4D; }
a { background-color: rgb(114,93,77); }
div.DivClassName
{
background-color: #725D4D;
}
.BgClassName
{
background-color: #725D4D;
}
</style>
border-color css
<style>
span { border-color: #725D4D; }
span { border-color: rgb(114,93,77); }
td.TdClassName
{
border-color: #725D4D;
}
.TagClassName
{
border-color: #725D4D;
}
</style>