Shades of Oxley #76907F
Tints of Oxley #76907F
RGB
CMYK
RGB Variations
Color information
#76907F (or 0x76907F) is known color: Oxley. HEX triplet: 76, 90 and 7F. RGB value is (118,144,127). Sum of RGB (Red+Green+Blue) = 118+144+127=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #76907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76907F is #896F80. Grayscale: #868686. Windows color (decimal): -9006977 or 8360054. OLE color: 8360054.
HSL color Cylindrical-coordinate representation of color #76907F: hue angle of 140.77º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76907F is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 127 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.44 |
| HSL | 140.77º | 0.1% | 0.51% | - |
| HSV(B) | 140.77º | 0.18% | 0.56% | - |
| XYZ | 21.28 | 25.33 | 23.85 | - |
| YUV | 134.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 127 | 0.18 | 0 | 0.12 | 0.44 | 140.77 | 0.1 | 0.51 |
| Hex | 76 | 90 | 7F | 12 | 0 | C | 2C | 8D | A | 33 |
| Octal | 166 | 220 | 177 | 22 | 0 | 14 | 54 | 215 | 12 | 63 |
| Binary | 1110110 | 10010000 | 1111111 | 10010 | 0 | 1100 | 101100 | 10001101 | 1010 | 110011 |
Color Harmonies of #76907F
Complementary color
Monochromatic Colors of #76907F
Black with #76907F
Text Example
Text Example
White with #76907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76907F; }
p { color: rgb(118,144,127); }
H1.HeaderClassName
{
color: #76907F;
}
.AnyTagClassName
{
color: #76907F;
}
</style>
background-color css
<style>
a { background-color: #76907F; }
a { background-color: rgb(118,144,127); }
div.DivClassName
{
background-color: #76907F;
}
.BgClassName
{
background-color: #76907F;
}
</style>
border-color css
<style>
span { border-color: #76907F; }
span { border-color: rgb(118,144,127); }
td.TdClassName
{
border-color: #76907F;
}
.TagClassName
{
border-color: #76907F;
}
</style>