Shades of Xanadu #779069
Tints of Xanadu #779069
RGB
CMYK
RGB Variations
Color information
#779069 (or 0x779069) is known color: Xanadu. HEX triplet: 77, 90 and 69. RGB value is (119,144,105). Sum of RGB (Red+Green+Blue) = 119+144+105=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #779069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779069 is #886F96. Grayscale: #848484. Windows color (decimal): -8941463 or 6918263. OLE color: 6918263.
HSL color Cylindrical-coordinate representation of color #779069: hue angle of 98.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #779069 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 105 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.44 |
| HSL | 98.46º | 0.16% | 0.49% | - |
| HSV(B) | 98.46º | 0.27% | 0.56% | - |
| XYZ | 20.13 | 24.89 | 17.11 | - |
| YUV | 132.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 105 | 0.17 | 0 | 0.27 | 0.44 | 98.46 | 0.16 | 0.49 |
| Hex | 77 | 90 | 69 | 11 | 0 | 1B | 2C | 62 | 10 | 31 |
| Octal | 167 | 220 | 151 | 21 | 0 | 33 | 54 | 142 | 20 | 61 |
| Binary | 1110111 | 10010000 | 1101001 | 10001 | 0 | 11011 | 101100 | 1100010 | 10000 | 110001 |
Color Harmonies of #779069
Complementary color
Monochromatic Colors of #779069
Black with #779069
Text Example
Text Example
White with #779069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779069; }
p { color: rgb(119,144,105); }
H1.HeaderClassName
{
color: #779069;
}
.AnyTagClassName
{
color: #779069;
}
</style>
background-color css
<style>
a { background-color: #779069; }
a { background-color: rgb(119,144,105); }
div.DivClassName
{
background-color: #779069;
}
.BgClassName
{
background-color: #779069;
}
</style>
border-color css
<style>
span { border-color: #779069; }
span { border-color: rgb(119,144,105); }
td.TdClassName
{
border-color: #779069;
}
.TagClassName
{
border-color: #779069;
}
</style>