Shades of Domino #775C49
Tints of Domino #775C49
RGB
CMYK
RGB Variations
Color information
#775C49 (or 0x775C49) is known color: Domino. HEX triplet: 77, 5C and 49. RGB value is (119,92,73). Sum of RGB (Red+Green+Blue) = 119+92+73=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #775C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C49 is #88A3B6. Grayscale: #626262. Windows color (decimal): -8954807 or 4807799. OLE color: 4807799.
HSL color Cylindrical-coordinate representation of color #775C49: hue angle of 24.78º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775C49 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 73 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.53 |
| HSL | 24.78º | 0.24% | 0.38% | - |
| HSV(B) | 24.78º | 0.39% | 0.47% | - |
| XYZ | 12.64 | 12.06 | 7.96 | - |
| YUV | 97.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 73 | 0 | 0.23 | 0.39 | 0.53 | 24.78 | 0.24 | 0.38 |
| Hex | 77 | 5C | 49 | 0 | 17 | 27 | 35 | 19 | 18 | 26 |
| Octal | 167 | 134 | 111 | 0 | 27 | 47 | 65 | 31 | 30 | 46 |
| Binary | 1110111 | 1011100 | 1001001 | 0 | 10111 | 100111 | 110101 | 11001 | 11000 | 100110 |
Color Harmonies of #775C49
Complementary color
Monochromatic Colors of #775C49
Black with #775C49
Text Example
Text Example
White with #775C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C49; }
p { color: rgb(119,92,73); }
H1.HeaderClassName
{
color: #775C49;
}
.AnyTagClassName
{
color: #775C49;
}
</style>
background-color css
<style>
a { background-color: #775C49; }
a { background-color: rgb(119,92,73); }
div.DivClassName
{
background-color: #775C49;
}
.BgClassName
{
background-color: #775C49;
}
</style>
border-color css
<style>
span { border-color: #775C49; }
span { border-color: rgb(119,92,73); }
td.TdClassName
{
border-color: #775C49;
}
.TagClassName
{
border-color: #775C49;
}
</style>