Shades of Oxley #768E80
Tints of Oxley #768E80
RGB
CMYK
RGB Variations
Color information
#768E80 (or 0x768E80) is known color: Oxley. HEX triplet: 76, 8E and 80. RGB value is (118,142,128). Sum of RGB (Red+Green+Blue) = 118+142+128=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 142 - color contains mainly: green. Hex color #768E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768E80 is #89717F. Grayscale: #858585. Windows color (decimal): -9007488 or 8425078. OLE color: 8425078.
HSL color Cylindrical-coordinate representation of color #768E80: hue angle of 145º 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 #768E80 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 128 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.44 |
| HSL | 145º | 0.1% | 0.51% | - |
| HSV(B) | 145º | 0.17% | 0.56% | - |
| XYZ | 21.04 | 24.76 | 24.09 | - |
| YUV | 133.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 128 | 0.17 | 0 | 0.10 | 0.44 | 145 | 0.1 | 0.51 |
| Hex | 76 | 8E | 80 | 11 | 0 | A | 2C | 91 | A | 33 |
| Octal | 166 | 216 | 200 | 21 | 0 | 12 | 54 | 221 | 12 | 63 |
| Binary | 1110110 | 10001110 | 10000000 | 10001 | 0 | 1010 | 101100 | 10010001 | 1010 | 110011 |
Color Harmonies of #768E80
Complementary color
Monochromatic Colors of #768E80
Black with #768E80
Text Example
Text Example
White with #768E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E80; }
p { color: rgb(118,142,128); }
H1.HeaderClassName
{
color: #768E80;
}
.AnyTagClassName
{
color: #768E80;
}
</style>
background-color css
<style>
a { background-color: #768E80; }
a { background-color: rgb(118,142,128); }
div.DivClassName
{
background-color: #768E80;
}
.BgClassName
{
background-color: #768E80;
}
</style>
border-color css
<style>
span { border-color: #768E80; }
span { border-color: rgb(118,142,128); }
td.TdClassName
{
border-color: #768E80;
}
.TagClassName
{
border-color: #768E80;
}
</style>