Shades of Oxley #7E9584
Tints of Oxley #7E9584
RGB
CMYK
RGB Variations
Color information
#7E9584 (or 0x7E9584) is known color: Oxley. HEX triplet: 7E, 95 and 84. RGB value is (126,149,132). Sum of RGB (Red+Green+Blue) = 126+149+132=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9584 is #816A7B. Grayscale: #8C8C8C. Windows color (decimal): -8481404 or 8689022. OLE color: 8689022.
HSL color Cylindrical-coordinate representation of color #7E9584: hue angle of 135.65º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E9584 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 149 | 132 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.42 |
| HSL | 135.65º | 0.1% | 0.54% | - |
| HSV(B) | 135.65º | 0.15% | 0.58% | - |
| XYZ | 23.52 | 27.6 | 25.92 | - |
| YUV | 140.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 132 | 0.15 | 0 | 0.11 | 0.42 | 135.65 | 0.1 | 0.54 |
| Hex | 7E | 95 | 84 | F | 0 | B | 2A | 88 | A | 36 |
| Octal | 176 | 225 | 204 | 17 | 0 | 13 | 52 | 210 | 12 | 66 |
| Binary | 1111110 | 10010101 | 10000100 | 1111 | 0 | 1011 | 101010 | 10001000 | 1010 | 110110 |
Color Harmonies of #7E9584
Complementary color
Monochromatic Colors of #7E9584
Black with #7E9584
Text Example
Text Example
White with #7E9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9584; }
p { color: rgb(126,149,132); }
H1.HeaderClassName
{
color: #7E9584;
}
.AnyTagClassName
{
color: #7E9584;
}
</style>
background-color css
<style>
a { background-color: #7E9584; }
a { background-color: rgb(126,149,132); }
div.DivClassName
{
background-color: #7E9584;
}
.BgClassName
{
background-color: #7E9584;
}
</style>
border-color css
<style>
span { border-color: #7E9584; }
span { border-color: rgb(126,149,132); }
td.TdClassName
{
border-color: #7E9584;
}
.TagClassName
{
border-color: #7E9584;
}
</style>