Shades of Xanadu #788A6E
Tints of Xanadu #788A6E
RGB
CMYK
RGB Variations
Color information
#788A6E (or 0x788A6E) is known color: Xanadu. HEX triplet: 78, 8A and 6E. RGB value is (120,138,110). Sum of RGB (Red+Green+Blue) = 120+138+110=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #788A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A6E is #877591. Grayscale: #818181. Windows color (decimal): -8877458 or 7244408. OLE color: 7244408.
HSL color Cylindrical-coordinate representation of color #788A6E: hue angle of 98.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #788A6E is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 110 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.46 |
| HSL | 98.57º | 0.11% | 0.49% | - |
| HSV(B) | 98.57º | 0.2% | 0.54% | - |
| XYZ | 19.65 | 23.3 | 18.21 | - |
| YUV | 129.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 110 | 0.13 | 0 | 0.20 | 0.46 | 98.57 | 0.11 | 0.49 |
| Hex | 78 | 8A | 6E | D | 0 | 14 | 2E | 63 | B | 31 |
| Octal | 170 | 212 | 156 | 15 | 0 | 24 | 56 | 143 | 13 | 61 |
| Binary | 1111000 | 10001010 | 1101110 | 1101 | 0 | 10100 | 101110 | 1100011 | 1011 | 110001 |
Color Harmonies of #788A6E
Complementary color
Monochromatic Colors of #788A6E
Black with #788A6E
Text Example
Text Example
White with #788A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A6E; }
p { color: rgb(120,138,110); }
H1.HeaderClassName
{
color: #788A6E;
}
.AnyTagClassName
{
color: #788A6E;
}
</style>
background-color css
<style>
a { background-color: #788A6E; }
a { background-color: rgb(120,138,110); }
div.DivClassName
{
background-color: #788A6E;
}
.BgClassName
{
background-color: #788A6E;
}
</style>
border-color css
<style>
span { border-color: #788A6E; }
span { border-color: rgb(120,138,110); }
td.TdClassName
{
border-color: #788A6E;
}
.TagClassName
{
border-color: #788A6E;
}
</style>