Shades of Domino #785C49
Tints of Domino #785C49
RGB
CMYK
RGB Variations
Color information
#785C49 (or 0x785C49) is known color: Domino. HEX triplet: 78, 5C and 49. RGB value is (120,92,73). Sum of RGB (Red+Green+Blue) = 120+92+73=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #785C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C49 is #87A3B6. Grayscale: #626262. Windows color (decimal): -8889271 or 4807800. OLE color: 4807800.
HSL color Cylindrical-coordinate representation of color #785C49: hue angle of 24.26º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #785C49 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 73 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.53 |
| HSL | 24.26º | 0.24% | 0.38% | - |
| HSV(B) | 24.26º | 0.39% | 0.47% | - |
| XYZ | 12.78 | 12.13 | 7.97 | - |
| YUV | 98.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 73 | 0 | 0.23 | 0.39 | 0.53 | 24.26 | 0.24 | 0.38 |
| Hex | 78 | 5C | 49 | 0 | 17 | 27 | 35 | 18 | 18 | 26 |
| Octal | 170 | 134 | 111 | 0 | 27 | 47 | 65 | 30 | 30 | 46 |
| Binary | 1111000 | 1011100 | 1001001 | 0 | 10111 | 100111 | 110101 | 11000 | 11000 | 100110 |
Color Harmonies of #785C49
Complementary color
Monochromatic Colors of #785C49
Black with #785C49
Text Example
Text Example
White with #785C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C49; }
p { color: rgb(120,92,73); }
H1.HeaderClassName
{
color: #785C49;
}
.AnyTagClassName
{
color: #785C49;
}
</style>
background-color css
<style>
a { background-color: #785C49; }
a { background-color: rgb(120,92,73); }
div.DivClassName
{
background-color: #785C49;
}
.BgClassName
{
background-color: #785C49;
}
</style>
border-color css
<style>
span { border-color: #785C49; }
span { border-color: rgb(120,92,73); }
td.TdClassName
{
border-color: #785C49;
}
.TagClassName
{
border-color: #785C49;
}
</style>