Shades of Oxley #77AA7A
Tints of Oxley #77AA7A
RGB
CMYK
RGB Variations
Color information
#77AA7A (or 0x77AA7A) is known color: Oxley. HEX triplet: 77, AA and 7A. RGB value is (119,170,122). Sum of RGB (Red+Green+Blue) = 119+170+122=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA7A is #885585. Grayscale: #959595. Windows color (decimal): -8934790 or 8039031. OLE color: 8039031.
HSL color Cylindrical-coordinate representation of color #77AA7A: hue angle of 123.53º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AA7A is Cyan = 0.3, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 122 | - |
| CMYK | 0.3 | 0 | 0.28 | 0.33 |
| HSL | 123.53º | 0.23% | 0.57% | - |
| HSV(B) | 123.53º | 0.3% | 0.67% | - |
| XYZ | 25.5 | 34.08 | 23.65 | - |
| YUV | 149.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 122 | 0.3 | 0 | 0.28 | 0.33 | 123.53 | 0.23 | 0.57 |
| Hex | 77 | AA | 7A | 1E | 0 | 1C | 21 | 7C | 17 | 39 |
| Octal | 167 | 252 | 172 | 36 | 0 | 34 | 41 | 174 | 27 | 71 |
| Binary | 1110111 | 10101010 | 1111010 | 11110 | 0 | 11100 | 100001 | 1111100 | 10111 | 111001 |
Color Harmonies of #77AA7A
Complementary color
Monochromatic Colors of #77AA7A
Black with #77AA7A
Text Example
Text Example
White with #77AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA7A; }
p { color: rgb(119,170,122); }
H1.HeaderClassName
{
color: #77AA7A;
}
.AnyTagClassName
{
color: #77AA7A;
}
</style>
background-color css
<style>
a { background-color: #77AA7A; }
a { background-color: rgb(119,170,122); }
div.DivClassName
{
background-color: #77AA7A;
}
.BgClassName
{
background-color: #77AA7A;
}
</style>
border-color css
<style>
span { border-color: #77AA7A; }
span { border-color: rgb(119,170,122); }
td.TdClassName
{
border-color: #77AA7A;
}
.TagClassName
{
border-color: #77AA7A;
}
</style>