Shades of Xanadu #7A8F6E
Tints of Xanadu #7A8F6E
RGB
CMYK
RGB Variations
Color information
#7A8F6E (or 0x7A8F6E) is known color: Xanadu. HEX triplet: 7A, 8F and 6E. RGB value is (122,143,110). Sum of RGB (Red+Green+Blue) = 122+143+110=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8F6E is #857091. Grayscale: #858585. Windows color (decimal): -8745106 or 7245690. OLE color: 7245690.
HSL color Cylindrical-coordinate representation of color #7A8F6E: hue angle of 98.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A8F6E is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 143 | 110 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.44 |
| HSL | 98.18º | 0.13% | 0.5% | - |
| HSV(B) | 98.18º | 0.23% | 0.56% | - |
| XYZ | 20.66 | 24.91 | 18.47 | - |
| YUV | 132.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 110 | 0.15 | 0 | 0.23 | 0.44 | 98.18 | 0.13 | 0.5 |
| Hex | 7A | 8F | 6E | F | 0 | 17 | 2C | 62 | D | 32 |
| Octal | 172 | 217 | 156 | 17 | 0 | 27 | 54 | 142 | 15 | 62 |
| Binary | 1111010 | 10001111 | 1101110 | 1111 | 0 | 10111 | 101100 | 1100010 | 1101 | 110010 |
Color Harmonies of #7A8F6E
Complementary color
Monochromatic Colors of #7A8F6E
Black with #7A8F6E
Text Example
Text Example
White with #7A8F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8F6E; }
p { color: rgb(122,143,110); }
H1.HeaderClassName
{
color: #7A8F6E;
}
.AnyTagClassName
{
color: #7A8F6E;
}
</style>
background-color css
<style>
a { background-color: #7A8F6E; }
a { background-color: rgb(122,143,110); }
div.DivClassName
{
background-color: #7A8F6E;
}
.BgClassName
{
background-color: #7A8F6E;
}
</style>
border-color css
<style>
span { border-color: #7A8F6E; }
span { border-color: rgb(122,143,110); }
td.TdClassName
{
border-color: #7A8F6E;
}
.TagClassName
{
border-color: #7A8F6E;
}
</style>