Shades of Xanadu #778370
Tints of Xanadu #778370
RGB
CMYK
RGB Variations
Color information
#778370 (or 0x778370) is known color: Xanadu. HEX triplet: 77, 83 and 70. RGB value is (119,131,112). Sum of RGB (Red+Green+Blue) = 119+131+112=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 131 - color contains mainly: green. Hex color #778370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778370 is #887C8F. Grayscale: #7D7D7D. Windows color (decimal): -8944784 or 7373687. OLE color: 7373687.
HSL color Cylindrical-coordinate representation of color #778370: hue angle of 97.89º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #778370 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 112 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.49 |
| HSL | 97.89º | 0.08% | 0.48% | - |
| HSV(B) | 97.89º | 0.15% | 0.51% | - |
| XYZ | 18.65 | 21.32 | 18.46 | - |
| YUV | 125.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 112 | 0.09 | 0 | 0.15 | 0.49 | 97.89 | 0.08 | 0.48 |
| Hex | 77 | 83 | 70 | 9 | 0 | F | 31 | 62 | 8 | 30 |
| Octal | 167 | 203 | 160 | 11 | 0 | 17 | 61 | 142 | 10 | 60 |
| Binary | 1110111 | 10000011 | 1110000 | 1001 | 0 | 1111 | 110001 | 1100010 | 1000 | 110000 |
Color Harmonies of #778370
Complementary color
Monochromatic Colors of #778370
Black with #778370
Text Example
Text Example
White with #778370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778370; }
p { color: rgb(119,131,112); }
H1.HeaderClassName
{
color: #778370;
}
.AnyTagClassName
{
color: #778370;
}
</style>
background-color css
<style>
a { background-color: #778370; }
a { background-color: rgb(119,131,112); }
div.DivClassName
{
background-color: #778370;
}
.BgClassName
{
background-color: #778370;
}
</style>
border-color css
<style>
span { border-color: #778370; }
span { border-color: rgb(119,131,112); }
td.TdClassName
{
border-color: #778370;
}
.TagClassName
{
border-color: #778370;
}
</style>