Shades of Domino #725B4B
Tints of Domino #725B4B
RGB
CMYK
RGB Variations
Color information
#725B4B (or 0x725B4B) is known color: Domino. HEX triplet: 72, 5B and 4B. RGB value is (114,91,75). Sum of RGB (Red+Green+Blue) = 114+91+75=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #725B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B4B is #8DA4B4. Grayscale: #606060. Windows color (decimal): -9282741 or 4938610. OLE color: 4938610.
HSL color Cylindrical-coordinate representation of color #725B4B: hue angle of 24.62º 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 #725B4B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 75 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.55 |
| HSL | 24.62º | 0.21% | 0.37% | - |
| HSV(B) | 24.62º | 0.34% | 0.45% | - |
| XYZ | 11.95 | 11.57 | 8.26 | - |
| YUV | 96.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 75 | 0 | 0.20 | 0.34 | 0.55 | 24.62 | 0.21 | 0.37 |
| Hex | 72 | 5B | 4B | 0 | 14 | 22 | 37 | 19 | 15 | 25 |
| Octal | 162 | 133 | 113 | 0 | 24 | 42 | 67 | 31 | 25 | 45 |
| Binary | 1110010 | 1011011 | 1001011 | 0 | 10100 | 100010 | 110111 | 11001 | 10101 | 100101 |
Color Harmonies of #725B4B
Complementary color
Monochromatic Colors of #725B4B
Black with #725B4B
Text Example
Text Example
White with #725B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B4B; }
p { color: rgb(114,91,75); }
H1.HeaderClassName
{
color: #725B4B;
}
.AnyTagClassName
{
color: #725B4B;
}
</style>
background-color css
<style>
a { background-color: #725B4B; }
a { background-color: rgb(114,91,75); }
div.DivClassName
{
background-color: #725B4B;
}
.BgClassName
{
background-color: #725B4B;
}
</style>
border-color css
<style>
span { border-color: #725B4B; }
span { border-color: rgb(114,91,75); }
td.TdClassName
{
border-color: #725B4B;
}
.TagClassName
{
border-color: #725B4B;
}
</style>