Shades of Xanadu #7A8772
Tints of Xanadu #7A8772
RGB
CMYK
RGB Variations
Color information
#7A8772 (or 0x7A8772) is known color: Xanadu. HEX triplet: 7A, 87 and 72. RGB value is (122,135,114). Sum of RGB (Red+Green+Blue) = 122+135+114=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #7A8772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8772 is #85788D. Grayscale: #808080. Windows color (decimal): -8747150 or 7505786. OLE color: 7505786.
HSL color Cylindrical-coordinate representation of color #7A8772: hue angle of 97.14º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A8772 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 114 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.47 |
| HSL | 97.14º | 0.08% | 0.49% | - |
| HSV(B) | 97.14º | 0.16% | 0.53% | - |
| XYZ | 19.73 | 22.68 | 19.26 | - |
| YUV | 128.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 114 | 0.10 | 0 | 0.16 | 0.47 | 97.14 | 0.08 | 0.49 |
| Hex | 7A | 87 | 72 | A | 0 | 10 | 2F | 61 | 8 | 31 |
| Octal | 172 | 207 | 162 | 12 | 0 | 20 | 57 | 141 | 10 | 61 |
| Binary | 1111010 | 10000111 | 1110010 | 1010 | 0 | 10000 | 101111 | 1100001 | 1000 | 110001 |
Color Harmonies of #7A8772
Complementary color
Monochromatic Colors of #7A8772
Black with #7A8772
Text Example
Text Example
White with #7A8772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8772; }
p { color: rgb(122,135,114); }
H1.HeaderClassName
{
color: #7A8772;
}
.AnyTagClassName
{
color: #7A8772;
}
</style>
background-color css
<style>
a { background-color: #7A8772; }
a { background-color: rgb(122,135,114); }
div.DivClassName
{
background-color: #7A8772;
}
.BgClassName
{
background-color: #7A8772;
}
</style>
border-color css
<style>
span { border-color: #7A8772; }
span { border-color: rgb(122,135,114); }
td.TdClassName
{
border-color: #7A8772;
}
.TagClassName
{
border-color: #7A8772;
}
</style>