Shades of Oxley #76987A
Tints of Oxley #76987A
RGB
CMYK
RGB Variations
Color information
#76987A (or 0x76987A) is known color: Oxley. HEX triplet: 76, 98 and 7A. RGB value is (118,152,122). Sum of RGB (Red+Green+Blue) = 118+152+122=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #76987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76987A is #896785. Grayscale: #8A8A8A. Windows color (decimal): -9004934 or 8034422. OLE color: 8034422.
HSL color Cylindrical-coordinate representation of color #76987A: hue angle of 127.06º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76987A is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 122 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.40 |
| HSL | 127.06º | 0.14% | 0.53% | - |
| HSV(B) | 127.06º | 0.22% | 0.6% | - |
| XYZ | 22.21 | 27.71 | 22.59 | - |
| YUV | 138.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 122 | 0.22 | 0 | 0.20 | 0.40 | 127.06 | 0.14 | 0.53 |
| Hex | 76 | 98 | 7A | 16 | 0 | 14 | 28 | 7F | E | 35 |
| Octal | 166 | 230 | 172 | 26 | 0 | 24 | 50 | 177 | 16 | 65 |
| Binary | 1110110 | 10011000 | 1111010 | 10110 | 0 | 10100 | 101000 | 1111111 | 1110 | 110101 |
Color Harmonies of #76987A
Complementary color
Monochromatic Colors of #76987A
Black with #76987A
Text Example
Text Example
White with #76987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76987A; }
p { color: rgb(118,152,122); }
H1.HeaderClassName
{
color: #76987A;
}
.AnyTagClassName
{
color: #76987A;
}
</style>
background-color css
<style>
a { background-color: #76987A; }
a { background-color: rgb(118,152,122); }
div.DivClassName
{
background-color: #76987A;
}
.BgClassName
{
background-color: #76987A;
}
</style>
border-color css
<style>
span { border-color: #76987A; }
span { border-color: rgb(118,152,122); }
td.TdClassName
{
border-color: #76987A;
}
.TagClassName
{
border-color: #76987A;
}
</style>