Shades of Xanadu #788B6E
Tints of Xanadu #788B6E
RGB
CMYK
RGB Variations
Color information
#788B6E (or 0x788B6E) is known color: Xanadu. HEX triplet: 78, 8B and 6E. RGB value is (120,139,110). Sum of RGB (Red+Green+Blue) = 120+139+110=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #788B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B6E is #877491. Grayscale: #828282. Windows color (decimal): -8877202 or 7244664. OLE color: 7244664.
HSL color Cylindrical-coordinate representation of color #788B6E: hue angle of 99.31º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #788B6E is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 110 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.45 |
| HSL | 99.31º | 0.12% | 0.49% | - |
| HSV(B) | 99.31º | 0.21% | 0.55% | - |
| XYZ | 19.79 | 23.58 | 18.26 | - |
| YUV | 130.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 110 | 0.14 | 0 | 0.21 | 0.45 | 99.31 | 0.12 | 0.49 |
| Hex | 78 | 8B | 6E | E | 0 | 15 | 2D | 63 | C | 31 |
| Octal | 170 | 213 | 156 | 16 | 0 | 25 | 55 | 143 | 14 | 61 |
| Binary | 1111000 | 10001011 | 1101110 | 1110 | 0 | 10101 | 101101 | 1100011 | 1100 | 110001 |
Color Harmonies of #788B6E
Complementary color
Monochromatic Colors of #788B6E
Black with #788B6E
Text Example
Text Example
White with #788B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B6E; }
p { color: rgb(120,139,110); }
H1.HeaderClassName
{
color: #788B6E;
}
.AnyTagClassName
{
color: #788B6E;
}
</style>
background-color css
<style>
a { background-color: #788B6E; }
a { background-color: rgb(120,139,110); }
div.DivClassName
{
background-color: #788B6E;
}
.BgClassName
{
background-color: #788B6E;
}
</style>
border-color css
<style>
span { border-color: #788B6E; }
span { border-color: rgb(120,139,110); }
td.TdClassName
{
border-color: #788B6E;
}
.TagClassName
{
border-color: #788B6E;
}
</style>