Shades of Xanadu #79926D
Tints of Xanadu #79926D
RGB
CMYK
RGB Variations
Color information
#79926D (or 0x79926D) is known color: Xanadu. HEX triplet: 79, 92 and 6D. RGB value is (121,146,109). Sum of RGB (Red+Green+Blue) = 121+146+109=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #79926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79926D is #866D92. Grayscale: #868686. Windows color (decimal): -8809875 or 7180921. OLE color: 7180921.
HSL color Cylindrical-coordinate representation of color #79926D: hue angle of 100.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79926D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 109 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.43 |
| HSL | 100.54º | 0.15% | 0.5% | - |
| HSV(B) | 100.54º | 0.25% | 0.57% | - |
| XYZ | 20.92 | 25.73 | 18.33 | - |
| YUV | 134.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 109 | 0.17 | 0 | 0.25 | 0.43 | 100.54 | 0.15 | 0.5 |
| Hex | 79 | 92 | 6D | 11 | 0 | 19 | 2B | 65 | F | 32 |
| Octal | 171 | 222 | 155 | 21 | 0 | 31 | 53 | 145 | 17 | 62 |
| Binary | 1111001 | 10010010 | 1101101 | 10001 | 0 | 11001 | 101011 | 1100101 | 1111 | 110010 |
Color Harmonies of #79926D
Complementary color
Monochromatic Colors of #79926D
Black with #79926D
Text Example
Text Example
White with #79926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79926D; }
p { color: rgb(121,146,109); }
H1.HeaderClassName
{
color: #79926D;
}
.AnyTagClassName
{
color: #79926D;
}
</style>
background-color css
<style>
a { background-color: #79926D; }
a { background-color: rgb(121,146,109); }
div.DivClassName
{
background-color: #79926D;
}
.BgClassName
{
background-color: #79926D;
}
</style>
border-color css
<style>
span { border-color: #79926D; }
span { border-color: rgb(121,146,109); }
td.TdClassName
{
border-color: #79926D;
}
.TagClassName
{
border-color: #79926D;
}
</style>