Shades of Oxley #76977A
Tints of Oxley #76977A
RGB
CMYK
RGB Variations
Color information
#76977A (or 0x76977A) is known color: Oxley. HEX triplet: 76, 97 and 7A. RGB value is (118,151,122). Sum of RGB (Red+Green+Blue) = 118+151+122=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #76977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76977A is #896885. Grayscale: #898989. Windows color (decimal): -9005190 or 8034166. OLE color: 8034166.
HSL color Cylindrical-coordinate representation of color #76977A: hue angle of 127.27º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76977A is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 122 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.41 |
| HSL | 127.27º | 0.14% | 0.53% | - |
| HSV(B) | 127.27º | 0.22% | 0.59% | - |
| XYZ | 22.05 | 27.39 | 22.54 | - |
| YUV | 137.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 122 | 0.22 | 0 | 0.19 | 0.41 | 127.27 | 0.14 | 0.53 |
| Hex | 76 | 97 | 7A | 16 | 0 | 13 | 29 | 7F | E | 35 |
| Octal | 166 | 227 | 172 | 26 | 0 | 23 | 51 | 177 | 16 | 65 |
| Binary | 1110110 | 10010111 | 1111010 | 10110 | 0 | 10011 | 101001 | 1111111 | 1110 | 110101 |
Color Harmonies of #76977A
Complementary color
Monochromatic Colors of #76977A
Black with #76977A
Text Example
Text Example
White with #76977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76977A; }
p { color: rgb(118,151,122); }
H1.HeaderClassName
{
color: #76977A;
}
.AnyTagClassName
{
color: #76977A;
}
</style>
background-color css
<style>
a { background-color: #76977A; }
a { background-color: rgb(118,151,122); }
div.DivClassName
{
background-color: #76977A;
}
.BgClassName
{
background-color: #76977A;
}
</style>
border-color css
<style>
span { border-color: #76977A; }
span { border-color: rgb(118,151,122); }
td.TdClassName
{
border-color: #76977A;
}
.TagClassName
{
border-color: #76977A;
}
</style>