Shades of Oxley #759E80
Tints of Oxley #759E80
RGB
CMYK
RGB Variations
Color information
#759E80 (or 0x759E80) is known color: Oxley. HEX triplet: 75, 9E and 80. RGB value is (117,158,128). Sum of RGB (Red+Green+Blue) = 117+158+128=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 158 - color contains mainly: green. Hex color #759E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759E80 is #8A617F. Grayscale: #8E8E8E. Windows color (decimal): -9068928 or 8429173. OLE color: 8429173.
HSL color Cylindrical-coordinate representation of color #759E80: hue angle of 136.1º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759E80 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 158 | 128 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.38 |
| HSL | 136.1º | 0.17% | 0.54% | - |
| HSV(B) | 136.1º | 0.26% | 0.62% | - |
| XYZ | 23.46 | 29.79 | 24.94 | - |
| YUV | 142.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 128 | 0.26 | 0 | 0.19 | 0.38 | 136.1 | 0.17 | 0.54 |
| Hex | 75 | 9E | 80 | 1A | 0 | 13 | 26 | 88 | 11 | 36 |
| Octal | 165 | 236 | 200 | 32 | 0 | 23 | 46 | 210 | 21 | 66 |
| Binary | 1110101 | 10011110 | 10000000 | 11010 | 0 | 10011 | 100110 | 10001000 | 10001 | 110110 |
Color Harmonies of #759E80
Complementary color
Monochromatic Colors of #759E80
Black with #759E80
Text Example
Text Example
White with #759E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759E80; }
p { color: rgb(117,158,128); }
H1.HeaderClassName
{
color: #759E80;
}
.AnyTagClassName
{
color: #759E80;
}
</style>
background-color css
<style>
a { background-color: #759E80; }
a { background-color: rgb(117,158,128); }
div.DivClassName
{
background-color: #759E80;
}
.BgClassName
{
background-color: #759E80;
}
</style>
border-color css
<style>
span { border-color: #759E80; }
span { border-color: rgb(117,158,128); }
td.TdClassName
{
border-color: #759E80;
}
.TagClassName
{
border-color: #759E80;
}
</style>