Shades of Oxley #7F9587
Tints of Oxley #7F9587
RGB
CMYK
RGB Variations
Color information
#7F9587 (or 0x7F9587) is known color: Oxley. HEX triplet: 7F, 95 and 87. RGB value is (127,149,135). Sum of RGB (Red+Green+Blue) = 127+149+135=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 149 - color contains mainly: green. Hex color #7F9587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9587 is #806A78. Grayscale: #8C8C8C. Windows color (decimal): -8415865 or 8885631. OLE color: 8885631.
HSL color Cylindrical-coordinate representation of color #7F9587: hue angle of 141.82º degrees, saturation: 0.09, 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 #7F9587 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 135 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.42 |
| HSL | 141.82º | 0.09% | 0.54% | - |
| HSV(B) | 141.82º | 0.15% | 0.58% | - |
| XYZ | 23.87 | 27.76 | 27.02 | - |
| YUV | 140.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 135 | 0.15 | 0 | 0.09 | 0.42 | 141.82 | 0.09 | 0.54 |
| Hex | 7F | 95 | 87 | F | 0 | 9 | 2A | 8E | 9 | 36 |
| Octal | 177 | 225 | 207 | 17 | 0 | 11 | 52 | 216 | 11 | 66 |
| Binary | 1111111 | 10010101 | 10000111 | 1111 | 0 | 1001 | 101010 | 10001110 | 1001 | 110110 |
Color Harmonies of #7F9587
Complementary color
Monochromatic Colors of #7F9587
Black with #7F9587
Text Example
Text Example
White with #7F9587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9587; }
p { color: rgb(127,149,135); }
H1.HeaderClassName
{
color: #7F9587;
}
.AnyTagClassName
{
color: #7F9587;
}
</style>
background-color css
<style>
a { background-color: #7F9587; }
a { background-color: rgb(127,149,135); }
div.DivClassName
{
background-color: #7F9587;
}
.BgClassName
{
background-color: #7F9587;
}
</style>
border-color css
<style>
span { border-color: #7F9587; }
span { border-color: rgb(127,149,135); }
td.TdClassName
{
border-color: #7F9587;
}
.TagClassName
{
border-color: #7F9587;
}
</style>