Shades of Oxley #7A987F
Tints of Oxley #7A987F
RGB
CMYK
RGB Variations
Color information
#7A987F (or 0x7A987F) is known color: Oxley. HEX triplet: 7A, 98 and 7F. RGB value is (122,152,127). Sum of RGB (Red+Green+Blue) = 122+152+127=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #7A987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A987F is #856780. Grayscale: #8C8C8C. Windows color (decimal): -8742785 or 8362106. OLE color: 8362106.
HSL color Cylindrical-coordinate representation of color #7A987F: hue angle of 130º 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 #7A987F is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 127 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.40 |
| HSL | 130º | 0.13% | 0.54% | - |
| HSV(B) | 130º | 0.2% | 0.6% | - |
| XYZ | 23.09 | 28.13 | 24.29 | - |
| YUV | 140.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 127 | 0.20 | 0 | 0.16 | 0.40 | 130 | 0.13 | 0.54 |
| Hex | 7A | 98 | 7F | 14 | 0 | 10 | 28 | 82 | D | 36 |
| Octal | 172 | 230 | 177 | 24 | 0 | 20 | 50 | 202 | 15 | 66 |
| Binary | 1111010 | 10011000 | 1111111 | 10100 | 0 | 10000 | 101000 | 10000010 | 1101 | 110110 |
Color Harmonies of #7A987F
Complementary color
Monochromatic Colors of #7A987F
Black with #7A987F
Text Example
Text Example
White with #7A987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A987F; }
p { color: rgb(122,152,127); }
H1.HeaderClassName
{
color: #7A987F;
}
.AnyTagClassName
{
color: #7A987F;
}
</style>
background-color css
<style>
a { background-color: #7A987F; }
a { background-color: rgb(122,152,127); }
div.DivClassName
{
background-color: #7A987F;
}
.BgClassName
{
background-color: #7A987F;
}
</style>
border-color css
<style>
span { border-color: #7A987F; }
span { border-color: rgb(122,152,127); }
td.TdClassName
{
border-color: #7A987F;
}
.TagClassName
{
border-color: #7A987F;
}
</style>