Shades of Oxley #7A9A87
Tints of Oxley #7A9A87
RGB
CMYK
RGB Variations
Color information
#7A9A87 (or 0x7A9A87) is known color: Oxley. HEX triplet: 7A, 9A and 87. RGB value is (122,154,135). Sum of RGB (Red+Green+Blue) = 122+154+135=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 154 - color contains mainly: green. Hex color #7A9A87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9A87 is #856578. Grayscale: #8E8E8E. Windows color (decimal): -8742265 or 8886906. OLE color: 8886906.
HSL color Cylindrical-coordinate representation of color #7A9A87: hue angle of 144.38º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9A87 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 154 | 135 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.40 |
| HSL | 144.38º | 0.14% | 0.54% | - |
| HSV(B) | 144.38º | 0.21% | 0.6% | - |
| XYZ | 23.95 | 29 | 27.26 | - |
| YUV | 142.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 135 | 0.21 | 0 | 0.12 | 0.40 | 144.38 | 0.14 | 0.54 |
| Hex | 7A | 9A | 87 | 15 | 0 | C | 28 | 90 | E | 36 |
| Octal | 172 | 232 | 207 | 25 | 0 | 14 | 50 | 220 | 16 | 66 |
| Binary | 1111010 | 10011010 | 10000111 | 10101 | 0 | 1100 | 101000 | 10010000 | 1110 | 110110 |
Color Harmonies of #7A9A87
Complementary color
Monochromatic Colors of #7A9A87
Black with #7A9A87
Text Example
Text Example
White with #7A9A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9A87; }
p { color: rgb(122,154,135); }
H1.HeaderClassName
{
color: #7A9A87;
}
.AnyTagClassName
{
color: #7A9A87;
}
</style>
background-color css
<style>
a { background-color: #7A9A87; }
a { background-color: rgb(122,154,135); }
div.DivClassName
{
background-color: #7A9A87;
}
.BgClassName
{
background-color: #7A9A87;
}
</style>
border-color css
<style>
span { border-color: #7A9A87; }
span { border-color: rgb(122,154,135); }
td.TdClassName
{
border-color: #7A9A87;
}
.TagClassName
{
border-color: #7A9A87;
}
</style>