Shades of Domino #775E4C
Tints of Domino #775E4C
RGB
CMYK
RGB Variations
Color information
#775E4C (or 0x775E4C) is known color: Domino. HEX triplet: 77, 5E and 4C. RGB value is (119,94,76). Sum of RGB (Red+Green+Blue) = 119+94+76=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #775E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E4C is #88A1B3. Grayscale: #636363. Windows color (decimal): -8954292 or 5004919. OLE color: 5004919.
HSL color Cylindrical-coordinate representation of color #775E4C: hue angle of 25.12º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #775E4C is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 76 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.53 |
| HSL | 25.12º | 0.22% | 0.38% | - |
| HSV(B) | 25.12º | 0.36% | 0.47% | - |
| XYZ | 12.91 | 12.45 | 8.56 | - |
| YUV | 99.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 76 | 0 | 0.21 | 0.36 | 0.53 | 25.12 | 0.22 | 0.38 |
| Hex | 77 | 5E | 4C | 0 | 15 | 24 | 35 | 19 | 16 | 26 |
| Octal | 167 | 136 | 114 | 0 | 25 | 44 | 65 | 31 | 26 | 46 |
| Binary | 1110111 | 1011110 | 1001100 | 0 | 10101 | 100100 | 110101 | 11001 | 10110 | 100110 |
Color Harmonies of #775E4C
Complementary color
Monochromatic Colors of #775E4C
Black with #775E4C
Text Example
Text Example
White with #775E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E4C; }
p { color: rgb(119,94,76); }
H1.HeaderClassName
{
color: #775E4C;
}
.AnyTagClassName
{
color: #775E4C;
}
</style>
background-color css
<style>
a { background-color: #775E4C; }
a { background-color: rgb(119,94,76); }
div.DivClassName
{
background-color: #775E4C;
}
.BgClassName
{
background-color: #775E4C;
}
</style>
border-color css
<style>
span { border-color: #775E4C; }
span { border-color: rgb(119,94,76); }
td.TdClassName
{
border-color: #775E4C;
}
.TagClassName
{
border-color: #775E4C;
}
</style>