Shades of Domino #785E4A
Tints of Domino #785E4A
RGB
CMYK
RGB Variations
Color information
#785E4A (or 0x785E4A) is known color: Domino. HEX triplet: 78, 5E and 4A. RGB value is (120,94,74). Sum of RGB (Red+Green+Blue) = 120+94+74=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E4A is #87A1B5. Grayscale: #636363. Windows color (decimal): -8888758 or 4873848. OLE color: 4873848.
HSL color Cylindrical-coordinate representation of color #785E4A: hue angle of 26.09º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #785E4A is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 74 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.53 |
| HSL | 26.09º | 0.24% | 0.38% | - |
| HSV(B) | 26.09º | 0.38% | 0.47% | - |
| XYZ | 12.98 | 12.49 | 8.21 | - |
| YUV | 99.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 74 | 0 | 0.22 | 0.38 | 0.53 | 26.09 | 0.24 | 0.38 |
| Hex | 78 | 5E | 4A | 0 | 16 | 26 | 35 | 1A | 18 | 26 |
| Octal | 170 | 136 | 112 | 0 | 26 | 46 | 65 | 32 | 30 | 46 |
| Binary | 1111000 | 1011110 | 1001010 | 0 | 10110 | 100110 | 110101 | 11010 | 11000 | 100110 |
Color Harmonies of #785E4A
Complementary color
Monochromatic Colors of #785E4A
Black with #785E4A
Text Example
Text Example
White with #785E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E4A; }
p { color: rgb(120,94,74); }
H1.HeaderClassName
{
color: #785E4A;
}
.AnyTagClassName
{
color: #785E4A;
}
</style>
background-color css
<style>
a { background-color: #785E4A; }
a { background-color: rgb(120,94,74); }
div.DivClassName
{
background-color: #785E4A;
}
.BgClassName
{
background-color: #785E4A;
}
</style>
border-color css
<style>
span { border-color: #785E4A; }
span { border-color: rgb(120,94,74); }
td.TdClassName
{
border-color: #785E4A;
}
.TagClassName
{
border-color: #785E4A;
}
</style>