Shades of Oxley #759E83
Tints of Oxley #759E83
RGB
CMYK
RGB Variations
Color information
#759E83 (or 0x759E83) is known color: Oxley. HEX triplet: 75, 9E and 83. RGB value is (117,158,131). Sum of RGB (Red+Green+Blue) = 117+158+131=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 158 - color contains mainly: green. Hex color #759E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759E83 is #8A617C. Grayscale: #8E8E8E. Windows color (decimal): -9068925 or 8625781. OLE color: 8625781.
HSL color Cylindrical-coordinate representation of color #759E83: hue angle of 140.49º 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 #759E83 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 158 | 131 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.38 |
| HSL | 140.49º | 0.17% | 0.54% | - |
| HSV(B) | 140.49º | 0.26% | 0.62% | - |
| XYZ | 23.66 | 29.87 | 25.99 | - |
| YUV | 142.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 131 | 0.26 | 0 | 0.17 | 0.38 | 140.49 | 0.17 | 0.54 |
| Hex | 75 | 9E | 83 | 1A | 0 | 11 | 26 | 8C | 11 | 36 |
| Octal | 165 | 236 | 203 | 32 | 0 | 21 | 46 | 214 | 21 | 66 |
| Binary | 1110101 | 10011110 | 10000011 | 11010 | 0 | 10001 | 100110 | 10001100 | 10001 | 110110 |
Color Harmonies of #759E83
Complementary color
Monochromatic Colors of #759E83
Black with #759E83
Text Example
Text Example
White with #759E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759E83; }
p { color: rgb(117,158,131); }
H1.HeaderClassName
{
color: #759E83;
}
.AnyTagClassName
{
color: #759E83;
}
</style>
background-color css
<style>
a { background-color: #759E83; }
a { background-color: rgb(117,158,131); }
div.DivClassName
{
background-color: #759E83;
}
.BgClassName
{
background-color: #759E83;
}
</style>
border-color css
<style>
span { border-color: #759E83; }
span { border-color: rgb(117,158,131); }
td.TdClassName
{
border-color: #759E83;
}
.TagClassName
{
border-color: #759E83;
}
</style>