Shades of Oxley #7A9583
Tints of Oxley #7A9583
RGB
CMYK
RGB Variations
Color information
#7A9583 (or 0x7A9583) is known color: Oxley. HEX triplet: 7A, 95 and 83. RGB value is (122,149,131). Sum of RGB (Red+Green+Blue) = 122+149+131=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9583 is #856A7C. Grayscale: #8A8A8A. Windows color (decimal): -8743549 or 8623482. OLE color: 8623482.
HSL color Cylindrical-coordinate representation of color #7A9583: hue angle of 140º 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 #7A9583 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 149 | 131 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.42 |
| HSL | 140º | 0.11% | 0.53% | - |
| HSV(B) | 140º | 0.18% | 0.58% | - |
| XYZ | 22.87 | 27.27 | 25.53 | - |
| YUV | 138.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 131 | 0.18 | 0 | 0.12 | 0.42 | 140 | 0.11 | 0.53 |
| Hex | 7A | 95 | 83 | 12 | 0 | C | 2A | 8C | B | 35 |
| Octal | 172 | 225 | 203 | 22 | 0 | 14 | 52 | 214 | 13 | 65 |
| Binary | 1111010 | 10010101 | 10000011 | 10010 | 0 | 1100 | 101010 | 10001100 | 1011 | 110101 |
Color Harmonies of #7A9583
Complementary color
Monochromatic Colors of #7A9583
Black with #7A9583
Text Example
Text Example
White with #7A9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9583; }
p { color: rgb(122,149,131); }
H1.HeaderClassName
{
color: #7A9583;
}
.AnyTagClassName
{
color: #7A9583;
}
</style>
background-color css
<style>
a { background-color: #7A9583; }
a { background-color: rgb(122,149,131); }
div.DivClassName
{
background-color: #7A9583;
}
.BgClassName
{
background-color: #7A9583;
}
</style>
border-color css
<style>
span { border-color: #7A9583; }
span { border-color: rgb(122,149,131); }
td.TdClassName
{
border-color: #7A9583;
}
.TagClassName
{
border-color: #7A9583;
}
</style>