Shades of Xanadu #778173
Tints of Xanadu #778173
RGB
CMYK
RGB Variations
Color information
#778173 (or 0x778173) is known color: Xanadu. HEX triplet: 77, 81 and 73. RGB value is (119,129,115). Sum of RGB (Red+Green+Blue) = 119+129+115=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 129 - color contains mainly: green. Hex color #778173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778173 is #887E8C. Grayscale: #7C7C7C. Windows color (decimal): -8945293 or 7569783. OLE color: 7569783.
HSL color Cylindrical-coordinate representation of color #778173: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778173 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 115 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.49 |
| HSL | 102.86º | 0.06% | 0.48% | - |
| HSV(B) | 102.86º | 0.11% | 0.51% | - |
| XYZ | 18.55 | 20.86 | 19.27 | - |
| YUV | 124.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 115 | 0.08 | 0 | 0.11 | 0.49 | 102.86 | 0.06 | 0.48 |
| Hex | 77 | 81 | 73 | 8 | 0 | B | 31 | 67 | 6 | 30 |
| Octal | 167 | 201 | 163 | 10 | 0 | 13 | 61 | 147 | 6 | 60 |
| Binary | 1110111 | 10000001 | 1110011 | 1000 | 0 | 1011 | 110001 | 1100111 | 110 | 110000 |
Color Harmonies of #778173
Complementary color
Monochromatic Colors of #778173
Black with #778173
Text Example
Text Example
White with #778173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778173; }
p { color: rgb(119,129,115); }
H1.HeaderClassName
{
color: #778173;
}
.AnyTagClassName
{
color: #778173;
}
</style>
background-color css
<style>
a { background-color: #778173; }
a { background-color: rgb(119,129,115); }
div.DivClassName
{
background-color: #778173;
}
.BgClassName
{
background-color: #778173;
}
</style>
border-color css
<style>
span { border-color: #778173; }
span { border-color: rgb(119,129,115); }
td.TdClassName
{
border-color: #778173;
}
.TagClassName
{
border-color: #778173;
}
</style>