Shades of Xanadu #778373
Tints of Xanadu #778373
RGB
CMYK
RGB Variations
Color information
#778373 (or 0x778373) is known color: Xanadu. HEX triplet: 77, 83 and 73. RGB value is (119,131,115). Sum of RGB (Red+Green+Blue) = 119+131+115=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 131 - color contains mainly: green. Hex color #778373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778373 is #887C8C. Grayscale: #7D7D7D. Windows color (decimal): -8944781 or 7570295. OLE color: 7570295.
HSL color Cylindrical-coordinate representation of color #778373: hue angle of 105º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778373 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 115 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.49 |
| HSL | 105º | 0.07% | 0.48% | - |
| HSV(B) | 105º | 0.12% | 0.51% | - |
| XYZ | 18.82 | 21.39 | 19.36 | - |
| YUV | 125.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 115 | 0.09 | 0 | 0.12 | 0.49 | 105 | 0.07 | 0.48 |
| Hex | 77 | 83 | 73 | 9 | 0 | C | 31 | 69 | 7 | 30 |
| Octal | 167 | 203 | 163 | 11 | 0 | 14 | 61 | 151 | 7 | 60 |
| Binary | 1110111 | 10000011 | 1110011 | 1001 | 0 | 1100 | 110001 | 1101001 | 111 | 110000 |
Color Harmonies of #778373
Complementary color
Monochromatic Colors of #778373
Black with #778373
Text Example
Text Example
White with #778373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778373; }
p { color: rgb(119,131,115); }
H1.HeaderClassName
{
color: #778373;
}
.AnyTagClassName
{
color: #778373;
}
</style>
background-color css
<style>
a { background-color: #778373; }
a { background-color: rgb(119,131,115); }
div.DivClassName
{
background-color: #778373;
}
.BgClassName
{
background-color: #778373;
}
</style>
border-color css
<style>
span { border-color: #778373; }
span { border-color: rgb(119,131,115); }
td.TdClassName
{
border-color: #778373;
}
.TagClassName
{
border-color: #778373;
}
</style>