Shades of Xanadu #79916C
Tints of Xanadu #79916C
RGB
CMYK
RGB Variations
Color information
#79916C (or 0x79916C) is known color: Xanadu. HEX triplet: 79, 91 and 6C. RGB value is (121,145,108). Sum of RGB (Red+Green+Blue) = 121+145+108=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #79916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79916C is #866E93. Grayscale: #858585. Windows color (decimal): -8810132 or 7115129. OLE color: 7115129.
HSL color Cylindrical-coordinate representation of color #79916C: hue angle of 98.92º 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 #79916C is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 108 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.43 |
| HSL | 98.92º | 0.15% | 0.5% | - |
| HSV(B) | 98.92º | 0.26% | 0.57% | - |
| XYZ | 20.72 | 25.4 | 18 | - |
| YUV | 133.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 108 | 0.17 | 0 | 0.26 | 0.43 | 98.92 | 0.15 | 0.5 |
| Hex | 79 | 91 | 6C | 11 | 0 | 1A | 2B | 63 | F | 32 |
| Octal | 171 | 221 | 154 | 21 | 0 | 32 | 53 | 143 | 17 | 62 |
| Binary | 1111001 | 10010001 | 1101100 | 10001 | 0 | 11010 | 101011 | 1100011 | 1111 | 110010 |
Color Harmonies of #79916C
Complementary color
Monochromatic Colors of #79916C
Black with #79916C
Text Example
Text Example
White with #79916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79916C; }
p { color: rgb(121,145,108); }
H1.HeaderClassName
{
color: #79916C;
}
.AnyTagClassName
{
color: #79916C;
}
</style>
background-color css
<style>
a { background-color: #79916C; }
a { background-color: rgb(121,145,108); }
div.DivClassName
{
background-color: #79916C;
}
.BgClassName
{
background-color: #79916C;
}
</style>
border-color css
<style>
span { border-color: #79916C; }
span { border-color: rgb(121,145,108); }
td.TdClassName
{
border-color: #79916C;
}
.TagClassName
{
border-color: #79916C;
}
</style>