Shades of Oxley #7A9885
Tints of Oxley #7A9885
RGB
CMYK
RGB Variations
Color information
#7A9885 (or 0x7A9885) is known color: Oxley. HEX triplet: 7A, 98 and 85. RGB value is (122,152,133). Sum of RGB (Red+Green+Blue) = 122+152+133=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #7A9885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9885 is #85677A. Grayscale: #8C8C8C. Windows color (decimal): -8742779 or 8755322. OLE color: 8755322.
HSL color Cylindrical-coordinate representation of color #7A9885: hue angle of 142º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A9885 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 133 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.40 |
| HSL | 142º | 0.13% | 0.54% | - |
| HSV(B) | 142º | 0.2% | 0.6% | - |
| XYZ | 23.49 | 28.29 | 26.41 | - |
| YUV | 140.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 133 | 0.20 | 0 | 0.13 | 0.40 | 142 | 0.13 | 0.54 |
| Hex | 7A | 98 | 85 | 14 | 0 | D | 28 | 8E | D | 36 |
| Octal | 172 | 230 | 205 | 24 | 0 | 15 | 50 | 216 | 15 | 66 |
| Binary | 1111010 | 10011000 | 10000101 | 10100 | 0 | 1101 | 101000 | 10001110 | 1101 | 110110 |
Color Harmonies of #7A9885
Complementary color
Monochromatic Colors of #7A9885
Black with #7A9885
Text Example
Text Example
White with #7A9885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9885; }
p { color: rgb(122,152,133); }
H1.HeaderClassName
{
color: #7A9885;
}
.AnyTagClassName
{
color: #7A9885;
}
</style>
background-color css
<style>
a { background-color: #7A9885; }
a { background-color: rgb(122,152,133); }
div.DivClassName
{
background-color: #7A9885;
}
.BgClassName
{
background-color: #7A9885;
}
</style>
border-color css
<style>
span { border-color: #7A9885; }
span { border-color: rgb(122,152,133); }
td.TdClassName
{
border-color: #7A9885;
}
.TagClassName
{
border-color: #7A9885;
}
</style>