Shades of Xanadu #77916E
Tints of Xanadu #77916E
RGB
CMYK
RGB Variations
Color information
#77916E (or 0x77916E) is known color: Xanadu. HEX triplet: 77, 91 and 6E. RGB value is (119,145,110). Sum of RGB (Red+Green+Blue) = 119+145+110=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #77916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77916E is #886E91. Grayscale: #858585. Windows color (decimal): -8941202 or 7246199. OLE color: 7246199.
HSL color Cylindrical-coordinate representation of color #77916E: hue angle of 104.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77916E is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 145 | 110 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.43 |
| HSL | 104.57º | 0.14% | 0.5% | - |
| HSV(B) | 104.57º | 0.24% | 0.57% | - |
| XYZ | 20.55 | 25.3 | 18.55 | - |
| YUV | 133.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 110 | 0.18 | 0 | 0.24 | 0.43 | 104.57 | 0.14 | 0.5 |
| Hex | 77 | 91 | 6E | 12 | 0 | 18 | 2B | 69 | E | 32 |
| Octal | 167 | 221 | 156 | 22 | 0 | 30 | 53 | 151 | 16 | 62 |
| Binary | 1110111 | 10010001 | 1101110 | 10010 | 0 | 11000 | 101011 | 1101001 | 1110 | 110010 |
Color Harmonies of #77916E
Complementary color
Monochromatic Colors of #77916E
Black with #77916E
Text Example
Text Example
White with #77916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77916E; }
p { color: rgb(119,145,110); }
H1.HeaderClassName
{
color: #77916E;
}
.AnyTagClassName
{
color: #77916E;
}
</style>
background-color css
<style>
a { background-color: #77916E; }
a { background-color: rgb(119,145,110); }
div.DivClassName
{
background-color: #77916E;
}
.BgClassName
{
background-color: #77916E;
}
</style>
border-color css
<style>
span { border-color: #77916E; }
span { border-color: rgb(119,145,110); }
td.TdClassName
{
border-color: #77916E;
}
.TagClassName
{
border-color: #77916E;
}
</style>