Shades of Xanadu #78926C
Tints of Xanadu #78926C
RGB
CMYK
RGB Variations
Color information
#78926C (or 0x78926C) is known color: Xanadu. HEX triplet: 78, 92 and 6C. RGB value is (120,146,108). Sum of RGB (Red+Green+Blue) = 120+146+108=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #78926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78926C is #876D93. Grayscale: #868686. Windows color (decimal): -8875412 or 7115384. OLE color: 7115384.
HSL color Cylindrical-coordinate representation of color #78926C: hue angle of 101.05º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78926C is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 146 | 108 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.43 |
| HSL | 101.05º | 0.15% | 0.5% | - |
| HSV(B) | 101.05º | 0.26% | 0.57% | - |
| XYZ | 20.73 | 25.63 | 18.04 | - |
| YUV | 133.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 108 | 0.18 | 0 | 0.26 | 0.43 | 101.05 | 0.15 | 0.5 |
| Hex | 78 | 92 | 6C | 12 | 0 | 1A | 2B | 65 | F | 32 |
| Octal | 170 | 222 | 154 | 22 | 0 | 32 | 53 | 145 | 17 | 62 |
| Binary | 1111000 | 10010010 | 1101100 | 10010 | 0 | 11010 | 101011 | 1100101 | 1111 | 110010 |
Color Harmonies of #78926C
Complementary color
Monochromatic Colors of #78926C
Black with #78926C
Text Example
Text Example
White with #78926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78926C; }
p { color: rgb(120,146,108); }
H1.HeaderClassName
{
color: #78926C;
}
.AnyTagClassName
{
color: #78926C;
}
</style>
background-color css
<style>
a { background-color: #78926C; }
a { background-color: rgb(120,146,108); }
div.DivClassName
{
background-color: #78926C;
}
.BgClassName
{
background-color: #78926C;
}
</style>
border-color css
<style>
span { border-color: #78926C; }
span { border-color: rgb(120,146,108); }
td.TdClassName
{
border-color: #78926C;
}
.TagClassName
{
border-color: #78926C;
}
</style>