Shades of Xanadu #77886E
Tints of Xanadu #77886E
RGB
CMYK
RGB Variations
Color information
#77886E (or 0x77886E) is known color: Xanadu. HEX triplet: 77, 88 and 6E. RGB value is (119,136,110). Sum of RGB (Red+Green+Blue) = 119+136+110=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #77886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77886E is #887791. Grayscale: #808080. Windows color (decimal): -8943506 or 7243895. OLE color: 7243895.
HSL color Cylindrical-coordinate representation of color #77886E: hue angle of 99.23º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77886E is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 110 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.47 |
| HSL | 99.23º | 0.11% | 0.48% | - |
| HSV(B) | 99.23º | 0.19% | 0.53% | - |
| XYZ | 19.23 | 22.66 | 18.11 | - |
| YUV | 127.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 110 | 0.12 | 0 | 0.19 | 0.47 | 99.23 | 0.11 | 0.48 |
| Hex | 77 | 88 | 6E | C | 0 | 13 | 2F | 63 | B | 30 |
| Octal | 167 | 210 | 156 | 14 | 0 | 23 | 57 | 143 | 13 | 60 |
| Binary | 1110111 | 10001000 | 1101110 | 1100 | 0 | 10011 | 101111 | 1100011 | 1011 | 110000 |
Color Harmonies of #77886E
Complementary color
Monochromatic Colors of #77886E
Black with #77886E
Text Example
Text Example
White with #77886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77886E; }
p { color: rgb(119,136,110); }
H1.HeaderClassName
{
color: #77886E;
}
.AnyTagClassName
{
color: #77886E;
}
</style>
background-color css
<style>
a { background-color: #77886E; }
a { background-color: rgb(119,136,110); }
div.DivClassName
{
background-color: #77886E;
}
.BgClassName
{
background-color: #77886E;
}
</style>
border-color css
<style>
span { border-color: #77886E; }
span { border-color: rgb(119,136,110); }
td.TdClassName
{
border-color: #77886E;
}
.TagClassName
{
border-color: #77886E;
}
</style>