Shades of Oxley #759E7C
Tints of Oxley #759E7C
RGB
CMYK
RGB Variations
Color information
#759E7C (or 0x759E7C) is known color: Oxley. HEX triplet: 75, 9E and 7C. RGB value is (117,158,124). Sum of RGB (Red+Green+Blue) = 117+158+124=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 158 - color contains mainly: green. Hex color #759E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759E7C is #8A6183. Grayscale: #8D8D8D. Windows color (decimal): -9068932 or 8167029. OLE color: 8167029.
HSL color Cylindrical-coordinate representation of color #759E7C: hue angle of 130.24º 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 #759E7C is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 158 | 124 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.38 |
| HSL | 130.24º | 0.17% | 0.54% | - |
| HSV(B) | 130.24º | 0.26% | 0.62% | - |
| XYZ | 23.2 | 29.69 | 23.58 | - |
| YUV | 141.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 124 | 0.26 | 0 | 0.22 | 0.38 | 130.24 | 0.17 | 0.54 |
| Hex | 75 | 9E | 7C | 1A | 0 | 16 | 26 | 82 | 11 | 36 |
| Octal | 165 | 236 | 174 | 32 | 0 | 26 | 46 | 202 | 21 | 66 |
| Binary | 1110101 | 10011110 | 1111100 | 11010 | 0 | 10110 | 100110 | 10000010 | 10001 | 110110 |
Color Harmonies of #759E7C
Complementary color
Monochromatic Colors of #759E7C
Black with #759E7C
Text Example
Text Example
White with #759E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759E7C; }
p { color: rgb(117,158,124); }
H1.HeaderClassName
{
color: #759E7C;
}
.AnyTagClassName
{
color: #759E7C;
}
</style>
background-color css
<style>
a { background-color: #759E7C; }
a { background-color: rgb(117,158,124); }
div.DivClassName
{
background-color: #759E7C;
}
.BgClassName
{
background-color: #759E7C;
}
</style>
border-color css
<style>
span { border-color: #759E7C; }
span { border-color: rgb(117,158,124); }
td.TdClassName
{
border-color: #759E7C;
}
.TagClassName
{
border-color: #759E7C;
}
</style>