Shades of Oxley #76A084
Tints of Oxley #76A084
RGB
CMYK
RGB Variations
Color information
#76A084 (or 0x76A084) is known color: Oxley. HEX triplet: 76, A0 and 84. RGB value is (118,160,132). Sum of RGB (Red+Green+Blue) = 118+160+132=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #76A084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A084 is #895F7B. Grayscale: #909090. Windows color (decimal): -9002876 or 8691830. OLE color: 8691830.
HSL color Cylindrical-coordinate representation of color #76A084: hue angle of 140º 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 #76A084 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 132 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.37 |
| HSL | 140º | 0.18% | 0.55% | - |
| HSV(B) | 140º | 0.26% | 0.63% | - |
| XYZ | 24.21 | 30.66 | 26.47 | - |
| YUV | 144.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 132 | 0.26 | 0 | 0.17 | 0.37 | 140 | 0.18 | 0.55 |
| Hex | 76 | A0 | 84 | 1A | 0 | 11 | 25 | 8C | 12 | 37 |
| Octal | 166 | 240 | 204 | 32 | 0 | 21 | 45 | 214 | 22 | 67 |
| Binary | 1110110 | 10100000 | 10000100 | 11010 | 0 | 10001 | 100101 | 10001100 | 10010 | 110111 |
Color Harmonies of #76A084
Complementary color
Monochromatic Colors of #76A084
Black with #76A084
Text Example
Text Example
White with #76A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A084; }
p { color: rgb(118,160,132); }
H1.HeaderClassName
{
color: #76A084;
}
.AnyTagClassName
{
color: #76A084;
}
</style>
background-color css
<style>
a { background-color: #76A084; }
a { background-color: rgb(118,160,132); }
div.DivClassName
{
background-color: #76A084;
}
.BgClassName
{
background-color: #76A084;
}
</style>
border-color css
<style>
span { border-color: #76A084; }
span { border-color: rgb(118,160,132); }
td.TdClassName
{
border-color: #76A084;
}
.TagClassName
{
border-color: #76A084;
}
</style>