Shades of Xanadu #77866E
Tints of Xanadu #77866E
RGB
CMYK
RGB Variations
Color information
#77866E (or 0x77866E) is known color: Xanadu. HEX triplet: 77, 86 and 6E. RGB value is (119,134,110). Sum of RGB (Red+Green+Blue) = 119+134+110=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #77866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77866E is #887991. Grayscale: #7E7E7E. Windows color (decimal): -8944018 or 7243383. OLE color: 7243383.
HSL color Cylindrical-coordinate representation of color #77866E: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77866E is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 110 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.47 |
| HSL | 97.5º | 0.1% | 0.48% | - |
| HSV(B) | 97.5º | 0.18% | 0.53% | - |
| XYZ | 18.95 | 22.1 | 18.02 | - |
| YUV | 126.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 110 | 0.11 | 0 | 0.18 | 0.47 | 97.5 | 0.1 | 0.48 |
| Hex | 77 | 86 | 6E | B | 0 | 12 | 2F | 62 | A | 30 |
| Octal | 167 | 206 | 156 | 13 | 0 | 22 | 57 | 142 | 12 | 60 |
| Binary | 1110111 | 10000110 | 1101110 | 1011 | 0 | 10010 | 101111 | 1100010 | 1010 | 110000 |
Color Harmonies of #77866E
Complementary color
Monochromatic Colors of #77866E
Black with #77866E
Text Example
Text Example
White with #77866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77866E; }
p { color: rgb(119,134,110); }
H1.HeaderClassName
{
color: #77866E;
}
.AnyTagClassName
{
color: #77866E;
}
</style>
background-color css
<style>
a { background-color: #77866E; }
a { background-color: rgb(119,134,110); }
div.DivClassName
{
background-color: #77866E;
}
.BgClassName
{
background-color: #77866E;
}
</style>
border-color css
<style>
span { border-color: #77866E; }
span { border-color: rgb(119,134,110); }
td.TdClassName
{
border-color: #77866E;
}
.TagClassName
{
border-color: #77866E;
}
</style>