Shades of Domino #775D47
Tints of Domino #775D47
RGB
CMYK
RGB Variations
Color information
#775D47 (or 0x775D47) is known color: Domino. HEX triplet: 77, 5D and 47. RGB value is (119,93,71). Sum of RGB (Red+Green+Blue) = 119+93+71=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #775D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D47 is #88A2B8. Grayscale: #626262. Windows color (decimal): -8954553 or 4676983. OLE color: 4676983.
HSL color Cylindrical-coordinate representation of color #775D47: hue angle of 27.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #775D47 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 71 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.53 |
| HSL | 27.5º | 0.25% | 0.37% | - |
| HSV(B) | 27.5º | 0.4% | 0.47% | - |
| XYZ | 12.66 | 12.21 | 7.65 | - |
| YUV | 98.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 71 | 0 | 0.22 | 0.40 | 0.53 | 27.5 | 0.25 | 0.37 |
| Hex | 77 | 5D | 47 | 0 | 16 | 28 | 35 | 1C | 19 | 25 |
| Octal | 167 | 135 | 107 | 0 | 26 | 50 | 65 | 34 | 31 | 45 |
| Binary | 1110111 | 1011101 | 1000111 | 0 | 10110 | 101000 | 110101 | 11100 | 11001 | 100101 |
Color Harmonies of #775D47
Complementary color
Monochromatic Colors of #775D47
Black with #775D47
Text Example
Text Example
White with #775D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D47; }
p { color: rgb(119,93,71); }
H1.HeaderClassName
{
color: #775D47;
}
.AnyTagClassName
{
color: #775D47;
}
</style>
background-color css
<style>
a { background-color: #775D47; }
a { background-color: rgb(119,93,71); }
div.DivClassName
{
background-color: #775D47;
}
.BgClassName
{
background-color: #775D47;
}
</style>
border-color css
<style>
span { border-color: #775D47; }
span { border-color: rgb(119,93,71); }
td.TdClassName
{
border-color: #775D47;
}
.TagClassName
{
border-color: #775D47;
}
</style>