Shades of Domino #785D4A
Tints of Domino #785D4A
RGB
CMYK
RGB Variations
Color information
#785D4A (or 0x785D4A) is known color: Domino. HEX triplet: 78, 5D and 4A. RGB value is (120,93,74). Sum of RGB (Red+Green+Blue) = 120+93+74=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #785D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D4A is #87A2B5. Grayscale: #636363. Windows color (decimal): -8889014 or 4873592. OLE color: 4873592.
HSL color Cylindrical-coordinate representation of color #785D4A: hue angle of 24.78º 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 #785D4A is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 74 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.53 |
| HSL | 24.78º | 0.24% | 0.38% | - |
| HSV(B) | 24.78º | 0.38% | 0.47% | - |
| XYZ | 12.9 | 12.32 | 8.18 | - |
| YUV | 98.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 74 | 0 | 0.22 | 0.38 | 0.53 | 24.78 | 0.24 | 0.38 |
| Hex | 78 | 5D | 4A | 0 | 16 | 26 | 35 | 19 | 18 | 26 |
| Octal | 170 | 135 | 112 | 0 | 26 | 46 | 65 | 31 | 30 | 46 |
| Binary | 1111000 | 1011101 | 1001010 | 0 | 10110 | 100110 | 110101 | 11001 | 11000 | 100110 |
Color Harmonies of #785D4A
Complementary color
Monochromatic Colors of #785D4A
Black with #785D4A
Text Example
Text Example
White with #785D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D4A; }
p { color: rgb(120,93,74); }
H1.HeaderClassName
{
color: #785D4A;
}
.AnyTagClassName
{
color: #785D4A;
}
</style>
background-color css
<style>
a { background-color: #785D4A; }
a { background-color: rgb(120,93,74); }
div.DivClassName
{
background-color: #785D4A;
}
.BgClassName
{
background-color: #785D4A;
}
</style>
border-color css
<style>
span { border-color: #785D4A; }
span { border-color: rgb(120,93,74); }
td.TdClassName
{
border-color: #785D4A;
}
.TagClassName
{
border-color: #785D4A;
}
</style>