Shades of Oxley #7F9585
Tints of Oxley #7F9585
RGB
CMYK
RGB Variations
Color information
#7F9585 (or 0x7F9585) is known color: Oxley. HEX triplet: 7F, 95 and 85. RGB value is (127,149,133). Sum of RGB (Red+Green+Blue) = 127+149+133=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 149 - color contains mainly: green. Hex color #7F9585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9585 is #806A7A. Grayscale: #8C8C8C. Windows color (decimal): -8415867 or 8754559. OLE color: 8754559.
HSL color Cylindrical-coordinate representation of color #7F9585: hue angle of 136.36º 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 #7F9585 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 133 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.42 |
| HSL | 136.36º | 0.09% | 0.54% | - |
| HSV(B) | 136.36º | 0.15% | 0.58% | - |
| XYZ | 23.73 | 27.7 | 26.29 | - |
| YUV | 140.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 133 | 0.15 | 0 | 0.11 | 0.42 | 136.36 | 0.09 | 0.54 |
| Hex | 7F | 95 | 85 | F | 0 | B | 2A | 88 | 9 | 36 |
| Octal | 177 | 225 | 205 | 17 | 0 | 13 | 52 | 210 | 11 | 66 |
| Binary | 1111111 | 10010101 | 10000101 | 1111 | 0 | 1011 | 101010 | 10001000 | 1001 | 110110 |
Color Harmonies of #7F9585
Complementary color
Monochromatic Colors of #7F9585
Black with #7F9585
Text Example
Text Example
White with #7F9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9585; }
p { color: rgb(127,149,133); }
H1.HeaderClassName
{
color: #7F9585;
}
.AnyTagClassName
{
color: #7F9585;
}
</style>
background-color css
<style>
a { background-color: #7F9585; }
a { background-color: rgb(127,149,133); }
div.DivClassName
{
background-color: #7F9585;
}
.BgClassName
{
background-color: #7F9585;
}
</style>
border-color css
<style>
span { border-color: #7F9585; }
span { border-color: rgb(127,149,133); }
td.TdClassName
{
border-color: #7F9585;
}
.TagClassName
{
border-color: #7F9585;
}
</style>