Shades of Domino #785E4B
Tints of Domino #785E4B
RGB
CMYK
RGB Variations
Color information
#785E4B (or 0x785E4B) is known color: Domino. HEX triplet: 78, 5E and 4B. RGB value is (120,94,75). Sum of RGB (Red+Green+Blue) = 120+94+75=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #785E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E4B is #87A1B4. Grayscale: #636363. Windows color (decimal): -8888757 or 4939384. OLE color: 4939384.
HSL color Cylindrical-coordinate representation of color #785E4B: hue angle of 25.33º degrees, saturation: 0.23, 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 #785E4B is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 75 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.53 |
| HSL | 25.33º | 0.23% | 0.38% | - |
| HSV(B) | 25.33º | 0.38% | 0.47% | - |
| XYZ | 13.02 | 12.51 | 8.38 | - |
| YUV | 99.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 75 | 0 | 0.22 | 0.37 | 0.53 | 25.33 | 0.23 | 0.38 |
| Hex | 78 | 5E | 4B | 0 | 16 | 25 | 35 | 19 | 17 | 26 |
| Octal | 170 | 136 | 113 | 0 | 26 | 45 | 65 | 31 | 27 | 46 |
| Binary | 1111000 | 1011110 | 1001011 | 0 | 10110 | 100101 | 110101 | 11001 | 10111 | 100110 |
Color Harmonies of #785E4B
Complementary color
Monochromatic Colors of #785E4B
Black with #785E4B
Text Example
Text Example
White with #785E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E4B; }
p { color: rgb(120,94,75); }
H1.HeaderClassName
{
color: #785E4B;
}
.AnyTagClassName
{
color: #785E4B;
}
</style>
background-color css
<style>
a { background-color: #785E4B; }
a { background-color: rgb(120,94,75); }
div.DivClassName
{
background-color: #785E4B;
}
.BgClassName
{
background-color: #785E4B;
}
</style>
border-color css
<style>
span { border-color: #785E4B; }
span { border-color: rgb(120,94,75); }
td.TdClassName
{
border-color: #785E4B;
}
.TagClassName
{
border-color: #785E4B;
}
</style>