Shades of Oxley #7A9382
Tints of Oxley #7A9382
RGB
CMYK
RGB Variations
Color information
#7A9382 (or 0x7A9382) is known color: Oxley. HEX triplet: 7A, 93 and 82. RGB value is (122,147,130). Sum of RGB (Red+Green+Blue) = 122+147+130=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9382 is #856C7D. Grayscale: #898989. Windows color (decimal): -8744062 or 8557434. OLE color: 8557434.
HSL color Cylindrical-coordinate representation of color #7A9382: hue angle of 139.2º 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 #7A9382 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 130 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.42 |
| HSL | 139.2º | 0.1% | 0.53% | - |
| HSV(B) | 139.2º | 0.17% | 0.58% | - |
| XYZ | 22.49 | 26.62 | 25.07 | - |
| YUV | 137.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 130 | 0.17 | 0 | 0.12 | 0.42 | 139.2 | 0.1 | 0.53 |
| Hex | 7A | 93 | 82 | 11 | 0 | C | 2A | 8B | A | 35 |
| Octal | 172 | 223 | 202 | 21 | 0 | 14 | 52 | 213 | 12 | 65 |
| Binary | 1111010 | 10010011 | 10000010 | 10001 | 0 | 1100 | 101010 | 10001011 | 1010 | 110101 |
Color Harmonies of #7A9382
Complementary color
Monochromatic Colors of #7A9382
Black with #7A9382
Text Example
Text Example
White with #7A9382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9382; }
p { color: rgb(122,147,130); }
H1.HeaderClassName
{
color: #7A9382;
}
.AnyTagClassName
{
color: #7A9382;
}
</style>
background-color css
<style>
a { background-color: #7A9382; }
a { background-color: rgb(122,147,130); }
div.DivClassName
{
background-color: #7A9382;
}
.BgClassName
{
background-color: #7A9382;
}
</style>
border-color css
<style>
span { border-color: #7A9382; }
span { border-color: rgb(122,147,130); }
td.TdClassName
{
border-color: #7A9382;
}
.TagClassName
{
border-color: #7A9382;
}
</style>