Shades of Oxley #7A9380
Tints of Oxley #7A9380
RGB
CMYK
RGB Variations
Color information
#7A9380 (or 0x7A9380) is known color: Oxley. HEX triplet: 7A, 93 and 80. RGB value is (122,147,128). Sum of RGB (Red+Green+Blue) = 122+147+128=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9380 is #856C7F. Grayscale: #898989. Windows color (decimal): -8744064 or 8426362. OLE color: 8426362.
HSL color Cylindrical-coordinate representation of color #7A9380: hue angle of 134.4º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A9380 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 128 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.42 |
| HSL | 134.4º | 0.1% | 0.53% | - |
| HSV(B) | 134.4º | 0.17% | 0.58% | - |
| XYZ | 22.36 | 26.56 | 24.37 | - |
| YUV | 137.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 128 | 0.17 | 0 | 0.13 | 0.42 | 134.4 | 0.1 | 0.53 |
| Hex | 7A | 93 | 80 | 11 | 0 | D | 2A | 86 | A | 35 |
| Octal | 172 | 223 | 200 | 21 | 0 | 15 | 52 | 206 | 12 | 65 |
| Binary | 1111010 | 10010011 | 10000000 | 10001 | 0 | 1101 | 101010 | 10000110 | 1010 | 110101 |
Color Harmonies of #7A9380
Complementary color
Monochromatic Colors of #7A9380
Black with #7A9380
Text Example
Text Example
White with #7A9380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9380; }
p { color: rgb(122,147,128); }
H1.HeaderClassName
{
color: #7A9380;
}
.AnyTagClassName
{
color: #7A9380;
}
</style>
background-color css
<style>
a { background-color: #7A9380; }
a { background-color: rgb(122,147,128); }
div.DivClassName
{
background-color: #7A9380;
}
.BgClassName
{
background-color: #7A9380;
}
</style>
border-color css
<style>
span { border-color: #7A9380; }
span { border-color: rgb(122,147,128); }
td.TdClassName
{
border-color: #7A9380;
}
.TagClassName
{
border-color: #7A9380;
}
</style>