Shades of Xanadu #788B6F
Tints of Xanadu #788B6F
RGB
CMYK
RGB Variations
Color information
#788B6F (or 0x788B6F) is known color: Xanadu. HEX triplet: 78, 8B and 6F. RGB value is (120,139,111). Sum of RGB (Red+Green+Blue) = 120+139+111=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #788B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B6F is #877490. Grayscale: #828282. Windows color (decimal): -8877201 or 7310200. OLE color: 7310200.
HSL color Cylindrical-coordinate representation of color #788B6F: hue angle of 100.71º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #788B6F is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 111 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.45 |
| HSL | 100.71º | 0.11% | 0.49% | - |
| HSV(B) | 100.71º | 0.2% | 0.55% | - |
| XYZ | 19.85 | 23.61 | 18.55 | - |
| YUV | 130.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 111 | 0.14 | 0 | 0.20 | 0.45 | 100.71 | 0.11 | 0.49 |
| Hex | 78 | 8B | 6F | E | 0 | 14 | 2D | 65 | B | 31 |
| Octal | 170 | 213 | 157 | 16 | 0 | 24 | 55 | 145 | 13 | 61 |
| Binary | 1111000 | 10001011 | 1101111 | 1110 | 0 | 10100 | 101101 | 1100101 | 1011 | 110001 |
Color Harmonies of #788B6F
Complementary color
Monochromatic Colors of #788B6F
Black with #788B6F
Text Example
Text Example
White with #788B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B6F; }
p { color: rgb(120,139,111); }
H1.HeaderClassName
{
color: #788B6F;
}
.AnyTagClassName
{
color: #788B6F;
}
</style>
background-color css
<style>
a { background-color: #788B6F; }
a { background-color: rgb(120,139,111); }
div.DivClassName
{
background-color: #788B6F;
}
.BgClassName
{
background-color: #788B6F;
}
</style>
border-color css
<style>
span { border-color: #788B6F; }
span { border-color: rgb(120,139,111); }
td.TdClassName
{
border-color: #788B6F;
}
.TagClassName
{
border-color: #788B6F;
}
</style>