Shades of Domino #785E4C
Tints of Domino #785E4C
RGB
CMYK
RGB Variations
Color information
#785E4C (or 0x785E4C) is known color: Domino. HEX triplet: 78, 5E and 4C. RGB value is (120,94,76). Sum of RGB (Red+Green+Blue) = 120+94+76=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #785E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E4C is #87A1B3. Grayscale: #636363. Windows color (decimal): -8888756 or 5004920. OLE color: 5004920.
HSL color Cylindrical-coordinate representation of color #785E4C: hue angle of 24.55º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #785E4C is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 76 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.53 |
| HSL | 24.55º | 0.22% | 0.38% | - |
| HSV(B) | 24.55º | 0.37% | 0.47% | - |
| XYZ | 13.05 | 12.52 | 8.57 | - |
| YUV | 99.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 76 | 0 | 0.22 | 0.37 | 0.53 | 24.55 | 0.22 | 0.38 |
| Hex | 78 | 5E | 4C | 0 | 16 | 25 | 35 | 19 | 16 | 26 |
| Octal | 170 | 136 | 114 | 0 | 26 | 45 | 65 | 31 | 26 | 46 |
| Binary | 1111000 | 1011110 | 1001100 | 0 | 10110 | 100101 | 110101 | 11001 | 10110 | 100110 |
Color Harmonies of #785E4C
Complementary color
Monochromatic Colors of #785E4C
Black with #785E4C
Text Example
Text Example
White with #785E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E4C; }
p { color: rgb(120,94,76); }
H1.HeaderClassName
{
color: #785E4C;
}
.AnyTagClassName
{
color: #785E4C;
}
</style>
background-color css
<style>
a { background-color: #785E4C; }
a { background-color: rgb(120,94,76); }
div.DivClassName
{
background-color: #785E4C;
}
.BgClassName
{
background-color: #785E4C;
}
</style>
border-color css
<style>
span { border-color: #785E4C; }
span { border-color: rgb(120,94,76); }
td.TdClassName
{
border-color: #785E4C;
}
.TagClassName
{
border-color: #785E4C;
}
</style>