Shades of Oxley #768E7E
Tints of Oxley #768E7E
RGB
CMYK
RGB Variations
Color information
#768E7E (or 0x768E7E) is known color: Oxley. HEX triplet: 76, 8E and 7E. RGB value is (118,142,126). Sum of RGB (Red+Green+Blue) = 118+142+126=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 142 - color contains mainly: green. Hex color #768E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E7E is #897181. Grayscale: #858585. Windows color (decimal): -9007490 or 8294006. OLE color: 8294006.
HSL color Cylindrical-coordinate representation of color #768E7E: hue angle of 140º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768E7E is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 126 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.44 |
| HSL | 140º | 0.1% | 0.51% | - |
| HSV(B) | 140º | 0.17% | 0.56% | - |
| XYZ | 20.91 | 24.7 | 23.4 | - |
| YUV | 133 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 126 | 0.17 | 0 | 0.11 | 0.44 | 140 | 0.1 | 0.51 |
| Hex | 76 | 8E | 7E | 11 | 0 | B | 2C | 8C | A | 33 |
| Octal | 166 | 216 | 176 | 21 | 0 | 13 | 54 | 214 | 12 | 63 |
| Binary | 1110110 | 10001110 | 1111110 | 10001 | 0 | 1011 | 101100 | 10001100 | 1010 | 110011 |
Color Harmonies of #768E7E
Complementary color
Monochromatic Colors of #768E7E
Black with #768E7E
Text Example
Text Example
White with #768E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E7E; }
p { color: rgb(118,142,126); }
H1.HeaderClassName
{
color: #768E7E;
}
.AnyTagClassName
{
color: #768E7E;
}
</style>
background-color css
<style>
a { background-color: #768E7E; }
a { background-color: rgb(118,142,126); }
div.DivClassName
{
background-color: #768E7E;
}
.BgClassName
{
background-color: #768E7E;
}
</style>
border-color css
<style>
span { border-color: #768E7E; }
span { border-color: rgb(118,142,126); }
td.TdClassName
{
border-color: #768E7E;
}
.TagClassName
{
border-color: #768E7E;
}
</style>