Shades of Oxley #7B9986
Tints of Oxley #7B9986
RGB
CMYK
RGB Variations
Color information
#7B9986 (or 0x7B9986) is known color: Oxley. HEX triplet: 7B, 99 and 86. RGB value is (123,153,134). Sum of RGB (Red+Green+Blue) = 123+153+134=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #7B9986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9986 is #846679. Grayscale: #8D8D8D. Windows color (decimal): -8676986 or 8821115. OLE color: 8821115.
HSL color Cylindrical-coordinate representation of color #7B9986: 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 #7B9986 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 153 | 134 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.4 |
| HSL | 142º | 0.13% | 0.54% | - |
| HSV(B) | 142º | 0.2% | 0.6% | - |
| XYZ | 23.86 | 28.71 | 26.84 | - |
| YUV | 141.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 153 | 134 | 0.20 | 0 | 0.12 | 0.4 | 142 | 0.13 | 0.54 |
| Hex | 7B | 99 | 86 | 14 | 0 | C | 28 | 8E | D | 36 |
| Octal | 173 | 231 | 206 | 24 | 0 | 14 | 50 | 216 | 15 | 66 |
| Binary | 1111011 | 10011001 | 10000110 | 10100 | 0 | 1100 | 101000 | 10001110 | 1101 | 110110 |
Color Harmonies of #7B9986
Complementary color
Monochromatic Colors of #7B9986
Black with #7B9986
Text Example
Text Example
White with #7B9986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9986; }
p { color: rgb(123,153,134); }
H1.HeaderClassName
{
color: #7B9986;
}
.AnyTagClassName
{
color: #7B9986;
}
</style>
background-color css
<style>
a { background-color: #7B9986; }
a { background-color: rgb(123,153,134); }
div.DivClassName
{
background-color: #7B9986;
}
.BgClassName
{
background-color: #7B9986;
}
</style>
border-color css
<style>
span { border-color: #7B9986; }
span { border-color: rgb(123,153,134); }
td.TdClassName
{
border-color: #7B9986;
}
.TagClassName
{
border-color: #7B9986;
}
</style>