Shades of Xanadu #778371
Tints of Xanadu #778371
RGB
CMYK
RGB Variations
Color information
#778371 (or 0x778371) is known color: Xanadu. HEX triplet: 77, 83 and 71. RGB value is (119,131,113). Sum of RGB (Red+Green+Blue) = 119+131+113=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 131 - color contains mainly: green. Hex color #778371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778371 is #887C8E. Grayscale: #7D7D7D. Windows color (decimal): -8944783 or 7439223. OLE color: 7439223.
HSL color Cylindrical-coordinate representation of color #778371: hue angle of 100º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #778371 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 113 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.49 |
| HSL | 100º | 0.07% | 0.48% | - |
| HSV(B) | 100º | 0.14% | 0.51% | - |
| XYZ | 18.7 | 21.35 | 18.76 | - |
| YUV | 125.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 113 | 0.09 | 0 | 0.14 | 0.49 | 100 | 0.07 | 0.48 |
| Hex | 77 | 83 | 71 | 9 | 0 | E | 31 | 64 | 7 | 30 |
| Octal | 167 | 203 | 161 | 11 | 0 | 16 | 61 | 144 | 7 | 60 |
| Binary | 1110111 | 10000011 | 1110001 | 1001 | 0 | 1110 | 110001 | 1100100 | 111 | 110000 |
Color Harmonies of #778371
Complementary color
Monochromatic Colors of #778371
Black with #778371
Text Example
Text Example
White with #778371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778371; }
p { color: rgb(119,131,113); }
H1.HeaderClassName
{
color: #778371;
}
.AnyTagClassName
{
color: #778371;
}
</style>
background-color css
<style>
a { background-color: #778371; }
a { background-color: rgb(119,131,113); }
div.DivClassName
{
background-color: #778371;
}
.BgClassName
{
background-color: #778371;
}
</style>
border-color css
<style>
span { border-color: #778371; }
span { border-color: rgb(119,131,113); }
td.TdClassName
{
border-color: #778371;
}
.TagClassName
{
border-color: #778371;
}
</style>