Shades of Xanadu #788A6D
Tints of Xanadu #788A6D
RGB
CMYK
RGB Variations
Color information
#788A6D (or 0x788A6D) is known color: Xanadu. HEX triplet: 78, 8A and 6D. RGB value is (120,138,109). Sum of RGB (Red+Green+Blue) = 120+138+109=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 138 - color contains mainly: green. Hex color #788A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A6D is #877592. Grayscale: #818181. Windows color (decimal): -8877459 or 7178872. OLE color: 7178872.
HSL color Cylindrical-coordinate representation of color #788A6D: hue angle of 97.24º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #788A6D is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 109 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.46 |
| HSL | 97.24º | 0.12% | 0.48% | - |
| HSV(B) | 97.24º | 0.21% | 0.54% | - |
| XYZ | 19.59 | 23.27 | 17.93 | - |
| YUV | 129.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 109 | 0.13 | 0 | 0.21 | 0.46 | 97.24 | 0.12 | 0.48 |
| Hex | 78 | 8A | 6D | D | 0 | 15 | 2E | 61 | C | 30 |
| Octal | 170 | 212 | 155 | 15 | 0 | 25 | 56 | 141 | 14 | 60 |
| Binary | 1111000 | 10001010 | 1101101 | 1101 | 0 | 10101 | 101110 | 1100001 | 1100 | 110000 |
Color Harmonies of #788A6D
Complementary color
Monochromatic Colors of #788A6D
Black with #788A6D
Text Example
Text Example
White with #788A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A6D; }
p { color: rgb(120,138,109); }
H1.HeaderClassName
{
color: #788A6D;
}
.AnyTagClassName
{
color: #788A6D;
}
</style>
background-color css
<style>
a { background-color: #788A6D; }
a { background-color: rgb(120,138,109); }
div.DivClassName
{
background-color: #788A6D;
}
.BgClassName
{
background-color: #788A6D;
}
</style>
border-color css
<style>
span { border-color: #788A6D; }
span { border-color: rgb(120,138,109); }
td.TdClassName
{
border-color: #788A6D;
}
.TagClassName
{
border-color: #788A6D;
}
</style>