Shades of Domino #775A4A
Tints of Domino #775A4A
RGB
CMYK
RGB Variations
Color information
#775A4A (or 0x775A4A) is known color: Domino. HEX triplet: 77, 5A and 4A. RGB value is (119,90,74). Sum of RGB (Red+Green+Blue) = 119+90+74=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #775A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A4A is #88A5B5. Grayscale: #606060. Windows color (decimal): -8955318 or 4872823. OLE color: 4872823.
HSL color Cylindrical-coordinate representation of color #775A4A: hue angle of 21.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 #775A4A is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 74 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.53 |
| HSL | 21.33º | 0.23% | 0.38% | - |
| HSV(B) | 21.33º | 0.38% | 0.47% | - |
| XYZ | 12.5 | 11.73 | 8.08 | - |
| YUV | 96.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 74 | 0 | 0.24 | 0.38 | 0.53 | 21.33 | 0.23 | 0.38 |
| Hex | 77 | 5A | 4A | 0 | 18 | 26 | 35 | 15 | 17 | 26 |
| Octal | 167 | 132 | 112 | 0 | 30 | 46 | 65 | 25 | 27 | 46 |
| Binary | 1110111 | 1011010 | 1001010 | 0 | 11000 | 100110 | 110101 | 10101 | 10111 | 100110 |
Color Harmonies of #775A4A
Complementary color
Monochromatic Colors of #775A4A
Black with #775A4A
Text Example
Text Example
White with #775A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A4A; }
p { color: rgb(119,90,74); }
H1.HeaderClassName
{
color: #775A4A;
}
.AnyTagClassName
{
color: #775A4A;
}
</style>
background-color css
<style>
a { background-color: #775A4A; }
a { background-color: rgb(119,90,74); }
div.DivClassName
{
background-color: #775A4A;
}
.BgClassName
{
background-color: #775A4A;
}
</style>
border-color css
<style>
span { border-color: #775A4A; }
span { border-color: rgb(119,90,74); }
td.TdClassName
{
border-color: #775A4A;
}
.TagClassName
{
border-color: #775A4A;
}
</style>