Shades of Domino #775C4B
Tints of Domino #775C4B
RGB
CMYK
RGB Variations
Color information
#775C4B (or 0x775C4B) is known color: Domino. HEX triplet: 77, 5C and 4B. RGB value is (119,92,75). Sum of RGB (Red+Green+Blue) = 119+92+75=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #775C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C4B is #88A3B4. Grayscale: #626262. Windows color (decimal): -8954805 or 4938871. OLE color: 4938871.
HSL color Cylindrical-coordinate representation of color #775C4B: hue angle of 23.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #775C4B is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 75 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.53 |
| HSL | 23.18º | 0.23% | 0.38% | - |
| HSV(B) | 23.18º | 0.37% | 0.47% | - |
| XYZ | 12.7 | 12.08 | 8.32 | - |
| YUV | 98.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 75 | 0 | 0.23 | 0.37 | 0.53 | 23.18 | 0.23 | 0.38 |
| Hex | 77 | 5C | 4B | 0 | 17 | 25 | 35 | 17 | 17 | 26 |
| Octal | 167 | 134 | 113 | 0 | 27 | 45 | 65 | 27 | 27 | 46 |
| Binary | 1110111 | 1011100 | 1001011 | 0 | 10111 | 100101 | 110101 | 10111 | 10111 | 100110 |
Color Harmonies of #775C4B
Complementary color
Monochromatic Colors of #775C4B
Black with #775C4B
Text Example
Text Example
White with #775C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C4B; }
p { color: rgb(119,92,75); }
H1.HeaderClassName
{
color: #775C4B;
}
.AnyTagClassName
{
color: #775C4B;
}
</style>
background-color css
<style>
a { background-color: #775C4B; }
a { background-color: rgb(119,92,75); }
div.DivClassName
{
background-color: #775C4B;
}
.BgClassName
{
background-color: #775C4B;
}
</style>
border-color css
<style>
span { border-color: #775C4B; }
span { border-color: rgb(119,92,75); }
td.TdClassName
{
border-color: #775C4B;
}
.TagClassName
{
border-color: #775C4B;
}
</style>