Shades of Oxley #76977E
Tints of Oxley #76977E
RGB
CMYK
RGB Variations
Color information
#76977E (or 0x76977E) is known color: Oxley. HEX triplet: 76, 97 and 7E. RGB value is (118,151,126). Sum of RGB (Red+Green+Blue) = 118+151+126=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #76977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76977E is #896881. Grayscale: #8A8A8A. Windows color (decimal): -9005186 or 8296310. OLE color: 8296310.
HSL color Cylindrical-coordinate representation of color #76977E: hue angle of 134.55º 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 #76977E is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 126 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.41 |
| HSL | 134.55º | 0.14% | 0.53% | - |
| HSV(B) | 134.55º | 0.22% | 0.59% | - |
| XYZ | 22.3 | 27.49 | 23.87 | - |
| YUV | 138.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 126 | 0.22 | 0 | 0.17 | 0.41 | 134.55 | 0.14 | 0.53 |
| Hex | 76 | 97 | 7E | 16 | 0 | 11 | 29 | 87 | E | 35 |
| Octal | 166 | 227 | 176 | 26 | 0 | 21 | 51 | 207 | 16 | 65 |
| Binary | 1110110 | 10010111 | 1111110 | 10110 | 0 | 10001 | 101001 | 10000111 | 1110 | 110101 |
Color Harmonies of #76977E
Complementary color
Monochromatic Colors of #76977E
Black with #76977E
Text Example
Text Example
White with #76977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76977E; }
p { color: rgb(118,151,126); }
H1.HeaderClassName
{
color: #76977E;
}
.AnyTagClassName
{
color: #76977E;
}
</style>
background-color css
<style>
a { background-color: #76977E; }
a { background-color: rgb(118,151,126); }
div.DivClassName
{
background-color: #76977E;
}
.BgClassName
{
background-color: #76977E;
}
</style>
border-color css
<style>
span { border-color: #76977E; }
span { border-color: rgb(118,151,126); }
td.TdClassName
{
border-color: #76977E;
}
.TagClassName
{
border-color: #76977E;
}
</style>