Shades of Xanadu #778273
Tints of Xanadu #778273
RGB
CMYK
RGB Variations
Color information
#778273 (or 0x778273) is known color: Xanadu. HEX triplet: 77, 82 and 73. RGB value is (119,130,115). Sum of RGB (Red+Green+Blue) = 119+130+115=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 130 - color contains mainly: green. Hex color #778273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778273 is #887D8C. Grayscale: #7D7D7D. Windows color (decimal): -8945037 or 7570039. OLE color: 7570039.
HSL color Cylindrical-coordinate representation of color #778273: hue angle of 104º degrees, saturation: 0.06, 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 #778273 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 115 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.49 |
| HSL | 104º | 0.06% | 0.48% | - |
| HSV(B) | 104º | 0.12% | 0.51% | - |
| XYZ | 18.68 | 21.13 | 19.31 | - |
| YUV | 125 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 115 | 0.08 | 0 | 0.12 | 0.49 | 104 | 0.06 | 0.48 |
| Hex | 77 | 82 | 73 | 8 | 0 | C | 31 | 68 | 6 | 30 |
| Octal | 167 | 202 | 163 | 10 | 0 | 14 | 61 | 150 | 6 | 60 |
| Binary | 1110111 | 10000010 | 1110011 | 1000 | 0 | 1100 | 110001 | 1101000 | 110 | 110000 |
Color Harmonies of #778273
Complementary color
Monochromatic Colors of #778273
Black with #778273
Text Example
Text Example
White with #778273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778273; }
p { color: rgb(119,130,115); }
H1.HeaderClassName
{
color: #778273;
}
.AnyTagClassName
{
color: #778273;
}
</style>
background-color css
<style>
a { background-color: #778273; }
a { background-color: rgb(119,130,115); }
div.DivClassName
{
background-color: #778273;
}
.BgClassName
{
background-color: #778273;
}
</style>
border-color css
<style>
span { border-color: #778273; }
span { border-color: rgb(119,130,115); }
td.TdClassName
{
border-color: #778273;
}
.TagClassName
{
border-color: #778273;
}
</style>