Shades of Oxley #76957C
Tints of Oxley #76957C
RGB
CMYK
RGB Variations
Color information
#76957C (or 0x76957C) is known color: Oxley. HEX triplet: 76, 95 and 7C. RGB value is (118,149,124). Sum of RGB (Red+Green+Blue) = 118+149+124=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #76957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76957C is #896A83. Grayscale: #888888. Windows color (decimal): -9005700 or 8164726. OLE color: 8164726.
HSL color Cylindrical-coordinate representation of color #76957C: hue angle of 131.61º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76957C is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 124 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.42 |
| HSL | 131.61º | 0.13% | 0.52% | - |
| HSV(B) | 131.61º | 0.21% | 0.58% | - |
| XYZ | 21.86 | 26.8 | 23.09 | - |
| YUV | 136.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 124 | 0.21 | 0 | 0.17 | 0.42 | 131.61 | 0.13 | 0.52 |
| Hex | 76 | 95 | 7C | 15 | 0 | 11 | 2A | 84 | D | 34 |
| Octal | 166 | 225 | 174 | 25 | 0 | 21 | 52 | 204 | 15 | 64 |
| Binary | 1110110 | 10010101 | 1111100 | 10101 | 0 | 10001 | 101010 | 10000100 | 1101 | 110100 |
Color Harmonies of #76957C
Complementary color
Monochromatic Colors of #76957C
Black with #76957C
Text Example
Text Example
White with #76957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76957C; }
p { color: rgb(118,149,124); }
H1.HeaderClassName
{
color: #76957C;
}
.AnyTagClassName
{
color: #76957C;
}
</style>
background-color css
<style>
a { background-color: #76957C; }
a { background-color: rgb(118,149,124); }
div.DivClassName
{
background-color: #76957C;
}
.BgClassName
{
background-color: #76957C;
}
</style>
border-color css
<style>
span { border-color: #76957C; }
span { border-color: rgb(118,149,124); }
td.TdClassName
{
border-color: #76957C;
}
.TagClassName
{
border-color: #76957C;
}
</style>