Shades of Oxley #76A080
Tints of Oxley #76A080
RGB
CMYK
RGB Variations
Color information
#76A080 (or 0x76A080) is known color: Oxley. HEX triplet: 76, A0 and 80. RGB value is (118,160,128). Sum of RGB (Red+Green+Blue) = 118+160+128=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 160 - color contains mainly: green. Hex color #76A080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A080 is #895F7F. Grayscale: #8F8F8F. Windows color (decimal): -9002880 or 8429686. OLE color: 8429686.
HSL color Cylindrical-coordinate representation of color #76A080: hue angle of 134.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76A080 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 128 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.37 |
| HSL | 134.29º | 0.18% | 0.55% | - |
| HSV(B) | 134.29º | 0.26% | 0.63% | - |
| XYZ | 23.94 | 30.55 | 25.06 | - |
| YUV | 143.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 128 | 0.26 | 0 | 0.20 | 0.37 | 134.29 | 0.18 | 0.55 |
| Hex | 76 | A0 | 80 | 1A | 0 | 14 | 25 | 86 | 12 | 37 |
| Octal | 166 | 240 | 200 | 32 | 0 | 24 | 45 | 206 | 22 | 67 |
| Binary | 1110110 | 10100000 | 10000000 | 11010 | 0 | 10100 | 100101 | 10000110 | 10010 | 110111 |
Color Harmonies of #76A080
Complementary color
Monochromatic Colors of #76A080
Black with #76A080
Text Example
Text Example
White with #76A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A080; }
p { color: rgb(118,160,128); }
H1.HeaderClassName
{
color: #76A080;
}
.AnyTagClassName
{
color: #76A080;
}
</style>
background-color css
<style>
a { background-color: #76A080; }
a { background-color: rgb(118,160,128); }
div.DivClassName
{
background-color: #76A080;
}
.BgClassName
{
background-color: #76A080;
}
</style>
border-color css
<style>
span { border-color: #76A080; }
span { border-color: rgb(118,160,128); }
td.TdClassName
{
border-color: #76A080;
}
.TagClassName
{
border-color: #76A080;
}
</style>