Shades of Oxley #7A9584
Tints of Oxley #7A9584
RGB
CMYK
RGB Variations
Color information
#7A9584 (or 0x7A9584) is known color: Oxley. HEX triplet: 7A, 95 and 84. RGB value is (122,149,132). Sum of RGB (Red+Green+Blue) = 122+149+132=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9584 is #856A7B. Grayscale: #8B8B8B. Windows color (decimal): -8743548 or 8689018. OLE color: 8689018.
HSL color Cylindrical-coordinate representation of color #7A9584: hue angle of 142.22º 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 #7A9584 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 149 | 132 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.42 |
| HSL | 142.22º | 0.11% | 0.53% | - |
| HSV(B) | 142.22º | 0.18% | 0.58% | - |
| XYZ | 22.94 | 27.3 | 25.89 | - |
| YUV | 138.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 132 | 0.18 | 0 | 0.11 | 0.42 | 142.22 | 0.11 | 0.53 |
| Hex | 7A | 95 | 84 | 12 | 0 | B | 2A | 8E | B | 35 |
| Octal | 172 | 225 | 204 | 22 | 0 | 13 | 52 | 216 | 13 | 65 |
| Binary | 1111010 | 10010101 | 10000100 | 10010 | 0 | 1011 | 101010 | 10001110 | 1011 | 110101 |
Color Harmonies of #7A9584
Complementary color
Monochromatic Colors of #7A9584
Black with #7A9584
Text Example
Text Example
White with #7A9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9584; }
p { color: rgb(122,149,132); }
H1.HeaderClassName
{
color: #7A9584;
}
.AnyTagClassName
{
color: #7A9584;
}
</style>
background-color css
<style>
a { background-color: #7A9584; }
a { background-color: rgb(122,149,132); }
div.DivClassName
{
background-color: #7A9584;
}
.BgClassName
{
background-color: #7A9584;
}
</style>
border-color css
<style>
span { border-color: #7A9584; }
span { border-color: rgb(122,149,132); }
td.TdClassName
{
border-color: #7A9584;
}
.TagClassName
{
border-color: #7A9584;
}
</style>