Shades of Domino #785D4B
Tints of Domino #785D4B
RGB
CMYK
RGB Variations
Color information
#785D4B (or 0x785D4B) is known color: Domino. HEX triplet: 78, 5D and 4B. RGB value is (120,93,75). Sum of RGB (Red+Green+Blue) = 120+93+75=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D4B is #87A2B4. Grayscale: #636363. Windows color (decimal): -8889013 or 4939128. OLE color: 4939128.
HSL color Cylindrical-coordinate representation of color #785D4B: hue angle of 24º 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 #785D4B is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 75 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.53 |
| HSL | 24º | 0.23% | 0.38% | - |
| HSV(B) | 24º | 0.38% | 0.47% | - |
| XYZ | 12.93 | 12.33 | 8.36 | - |
| YUV | 99.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 75 | 0 | 0.22 | 0.37 | 0.53 | 24 | 0.23 | 0.38 |
| Hex | 78 | 5D | 4B | 0 | 16 | 25 | 35 | 18 | 17 | 26 |
| Octal | 170 | 135 | 113 | 0 | 26 | 45 | 65 | 30 | 27 | 46 |
| Binary | 1111000 | 1011101 | 1001011 | 0 | 10110 | 100101 | 110101 | 11000 | 10111 | 100110 |
Color Harmonies of #785D4B
Complementary color
Monochromatic Colors of #785D4B
Black with #785D4B
Text Example
Text Example
White with #785D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D4B; }
p { color: rgb(120,93,75); }
H1.HeaderClassName
{
color: #785D4B;
}
.AnyTagClassName
{
color: #785D4B;
}
</style>
background-color css
<style>
a { background-color: #785D4B; }
a { background-color: rgb(120,93,75); }
div.DivClassName
{
background-color: #785D4B;
}
.BgClassName
{
background-color: #785D4B;
}
</style>
border-color css
<style>
span { border-color: #785D4B; }
span { border-color: rgb(120,93,75); }
td.TdClassName
{
border-color: #785D4B;
}
.TagClassName
{
border-color: #785D4B;
}
</style>