Shades of Oxley #7A9782
Tints of Oxley #7A9782
RGB
CMYK
RGB Variations
Color information
#7A9782 (or 0x7A9782) is known color: Oxley. HEX triplet: 7A, 97 and 82. RGB value is (122,151,130). Sum of RGB (Red+Green+Blue) = 122+151+130=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 151 - color contains mainly: green. Hex color #7A9782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9782 is #85687D. Grayscale: #8B8B8B. Windows color (decimal): -8743038 or 8558458. OLE color: 8558458.
HSL color Cylindrical-coordinate representation of color #7A9782: hue angle of 136.55º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A9782 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 130 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.41 |
| HSL | 136.55º | 0.12% | 0.54% | - |
| HSV(B) | 136.55º | 0.19% | 0.59% | - |
| XYZ | 23.12 | 27.88 | 25.28 | - |
| YUV | 139.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 130 | 0.19 | 0 | 0.14 | 0.41 | 136.55 | 0.12 | 0.54 |
| Hex | 7A | 97 | 82 | 13 | 0 | E | 29 | 89 | C | 36 |
| Octal | 172 | 227 | 202 | 23 | 0 | 16 | 51 | 211 | 14 | 66 |
| Binary | 1111010 | 10010111 | 10000010 | 10011 | 0 | 1110 | 101001 | 10001001 | 1100 | 110110 |
Color Harmonies of #7A9782
Complementary color
Monochromatic Colors of #7A9782
Black with #7A9782
Text Example
Text Example
White with #7A9782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9782; }
p { color: rgb(122,151,130); }
H1.HeaderClassName
{
color: #7A9782;
}
.AnyTagClassName
{
color: #7A9782;
}
</style>
background-color css
<style>
a { background-color: #7A9782; }
a { background-color: rgb(122,151,130); }
div.DivClassName
{
background-color: #7A9782;
}
.BgClassName
{
background-color: #7A9782;
}
</style>
border-color css
<style>
span { border-color: #7A9782; }
span { border-color: rgb(122,151,130); }
td.TdClassName
{
border-color: #7A9782;
}
.TagClassName
{
border-color: #7A9782;
}
</style>