Shades of Oxley #76917E
Tints of Oxley #76917E
RGB
CMYK
RGB Variations
Color information
#76917E (or 0x76917E) is known color: Oxley. HEX triplet: 76, 91 and 7E. RGB value is (118,145,126). Sum of RGB (Red+Green+Blue) = 118+145+126=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 145 - color contains mainly: green. Hex color #76917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76917E is #896E81. Grayscale: #868686. Windows color (decimal): -9006722 or 8294774. OLE color: 8294774.
HSL color Cylindrical-coordinate representation of color #76917E: hue angle of 137.78º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76917E is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 145 | 126 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.43 |
| HSL | 137.78º | 0.11% | 0.52% | - |
| HSV(B) | 137.78º | 0.19% | 0.57% | - |
| XYZ | 21.36 | 25.61 | 23.56 | - |
| YUV | 134.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 126 | 0.19 | 0 | 0.13 | 0.43 | 137.78 | 0.11 | 0.52 |
| Hex | 76 | 91 | 7E | 13 | 0 | D | 2B | 8A | B | 34 |
| Octal | 166 | 221 | 176 | 23 | 0 | 15 | 53 | 212 | 13 | 64 |
| Binary | 1110110 | 10010001 | 1111110 | 10011 | 0 | 1101 | 101011 | 10001010 | 1011 | 110100 |
Color Harmonies of #76917E
Complementary color
Monochromatic Colors of #76917E
Black with #76917E
Text Example
Text Example
White with #76917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76917E; }
p { color: rgb(118,145,126); }
H1.HeaderClassName
{
color: #76917E;
}
.AnyTagClassName
{
color: #76917E;
}
</style>
background-color css
<style>
a { background-color: #76917E; }
a { background-color: rgb(118,145,126); }
div.DivClassName
{
background-color: #76917E;
}
.BgClassName
{
background-color: #76917E;
}
</style>
border-color css
<style>
span { border-color: #76917E; }
span { border-color: rgb(118,145,126); }
td.TdClassName
{
border-color: #76917E;
}
.TagClassName
{
border-color: #76917E;
}
</style>