Shades of Xanadu #778971
Tints of Xanadu #778971
RGB
CMYK
RGB Variations
Color information
#778971 (or 0x778971) is known color: Xanadu. HEX triplet: 77, 89 and 71. RGB value is (119,137,113). Sum of RGB (Red+Green+Blue) = 119+137+113=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #778971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778971 is #88768E. Grayscale: #808080. Windows color (decimal): -8943247 or 7440759. OLE color: 7440759.
HSL color Cylindrical-coordinate representation of color #778971: hue angle of 105º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778971 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 113 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.46 |
| HSL | 105º | 0.1% | 0.49% | - |
| HSV(B) | 105º | 0.18% | 0.54% | - |
| XYZ | 19.53 | 23.01 | 19.03 | - |
| YUV | 128.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 113 | 0.13 | 0 | 0.18 | 0.46 | 105 | 0.1 | 0.49 |
| Hex | 77 | 89 | 71 | D | 0 | 12 | 2E | 69 | A | 31 |
| Octal | 167 | 211 | 161 | 15 | 0 | 22 | 56 | 151 | 12 | 61 |
| Binary | 1110111 | 10001001 | 1110001 | 1101 | 0 | 10010 | 101110 | 1101001 | 1010 | 110001 |
Color Harmonies of #778971
Complementary color
Monochromatic Colors of #778971
Black with #778971
Text Example
Text Example
White with #778971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778971; }
p { color: rgb(119,137,113); }
H1.HeaderClassName
{
color: #778971;
}
.AnyTagClassName
{
color: #778971;
}
</style>
background-color css
<style>
a { background-color: #778971; }
a { background-color: rgb(119,137,113); }
div.DivClassName
{
background-color: #778971;
}
.BgClassName
{
background-color: #778971;
}
</style>
border-color css
<style>
span { border-color: #778971; }
span { border-color: rgb(119,137,113); }
td.TdClassName
{
border-color: #778971;
}
.TagClassName
{
border-color: #778971;
}
</style>