Shades of Oxley #7A9582
Tints of Oxley #7A9582
RGB
CMYK
RGB Variations
Color information
#7A9582 (or 0x7A9582) is known color: Oxley. HEX triplet: 7A, 95 and 82. RGB value is (122,149,130). Sum of RGB (Red+Green+Blue) = 122+149+130=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9582 is #856A7D. Grayscale: #8A8A8A. Windows color (decimal): -8743550 or 8557946. OLE color: 8557946.
HSL color Cylindrical-coordinate representation of color #7A9582: hue angle of 137.78º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A9582 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 149 | 130 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.42 |
| HSL | 137.78º | 0.11% | 0.53% | - |
| HSV(B) | 137.78º | 0.18% | 0.58% | - |
| XYZ | 22.8 | 27.24 | 25.18 | - |
| YUV | 138.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 130 | 0.18 | 0 | 0.13 | 0.42 | 137.78 | 0.11 | 0.53 |
| Hex | 7A | 95 | 82 | 12 | 0 | D | 2A | 8A | B | 35 |
| Octal | 172 | 225 | 202 | 22 | 0 | 15 | 52 | 212 | 13 | 65 |
| Binary | 1111010 | 10010101 | 10000010 | 10010 | 0 | 1101 | 101010 | 10001010 | 1011 | 110101 |
Color Harmonies of #7A9582
Complementary color
Monochromatic Colors of #7A9582
Black with #7A9582
Text Example
Text Example
White with #7A9582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9582; }
p { color: rgb(122,149,130); }
H1.HeaderClassName
{
color: #7A9582;
}
.AnyTagClassName
{
color: #7A9582;
}
</style>
background-color css
<style>
a { background-color: #7A9582; }
a { background-color: rgb(122,149,130); }
div.DivClassName
{
background-color: #7A9582;
}
.BgClassName
{
background-color: #7A9582;
}
</style>
border-color css
<style>
span { border-color: #7A9582; }
span { border-color: rgb(122,149,130); }
td.TdClassName
{
border-color: #7A9582;
}
.TagClassName
{
border-color: #7A9582;
}
</style>