Shades of Oxley #7E9885
Tints of Oxley #7E9885
RGB
CMYK
RGB Variations
Color information
#7E9885 (or 0x7E9885) is known color: Oxley. HEX triplet: 7E, 98 and 85. RGB value is (126,152,133). Sum of RGB (Red+Green+Blue) = 126+152+133=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #7E9885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9885 is #81677A. Grayscale: #8E8E8E. Windows color (decimal): -8480635 or 8755326. OLE color: 8755326.
HSL color Cylindrical-coordinate representation of color #7E9885: hue angle of 136.15º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E9885 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 152 | 133 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.40 |
| HSL | 136.15º | 0.11% | 0.55% | - |
| HSV(B) | 136.15º | 0.17% | 0.6% | - |
| XYZ | 24.07 | 28.59 | 26.44 | - |
| YUV | 142.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 152 | 133 | 0.17 | 0 | 0.13 | 0.40 | 136.15 | 0.11 | 0.55 |
| Hex | 7E | 98 | 85 | 11 | 0 | D | 28 | 88 | B | 37 |
| Octal | 176 | 230 | 205 | 21 | 0 | 15 | 50 | 210 | 13 | 67 |
| Binary | 1111110 | 10011000 | 10000101 | 10001 | 0 | 1101 | 101000 | 10001000 | 1011 | 110111 |
Color Harmonies of #7E9885
Complementary color
Monochromatic Colors of #7E9885
Black with #7E9885
Text Example
Text Example
White with #7E9885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9885; }
p { color: rgb(126,152,133); }
H1.HeaderClassName
{
color: #7E9885;
}
.AnyTagClassName
{
color: #7E9885;
}
</style>
background-color css
<style>
a { background-color: #7E9885; }
a { background-color: rgb(126,152,133); }
div.DivClassName
{
background-color: #7E9885;
}
.BgClassName
{
background-color: #7E9885;
}
</style>
border-color css
<style>
span { border-color: #7E9885; }
span { border-color: rgb(126,152,133); }
td.TdClassName
{
border-color: #7E9885;
}
.TagClassName
{
border-color: #7E9885;
}
</style>