Shades of Oxley #759E7D
Tints of Oxley #759E7D
RGB
CMYK
RGB Variations
Color information
#759E7D (or 0x759E7D) is known color: Oxley. HEX triplet: 75, 9E and 7D. RGB value is (117,158,125). Sum of RGB (Red+Green+Blue) = 117+158+125=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #759E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759E7D is #8A6182. Grayscale: #8E8E8E. Windows color (decimal): -9068931 or 8232565. OLE color: 8232565.
HSL color Cylindrical-coordinate representation of color #759E7D: hue angle of 131.71º 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 #759E7D is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 158 | 125 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.38 |
| HSL | 131.71º | 0.17% | 0.54% | - |
| HSV(B) | 131.71º | 0.26% | 0.62% | - |
| XYZ | 23.26 | 29.72 | 23.91 | - |
| YUV | 141.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 125 | 0.26 | 0 | 0.21 | 0.38 | 131.71 | 0.17 | 0.54 |
| Hex | 75 | 9E | 7D | 1A | 0 | 15 | 26 | 84 | 11 | 36 |
| Octal | 165 | 236 | 175 | 32 | 0 | 25 | 46 | 204 | 21 | 66 |
| Binary | 1110101 | 10011110 | 1111101 | 11010 | 0 | 10101 | 100110 | 10000100 | 10001 | 110110 |
Color Harmonies of #759E7D
Complementary color
Monochromatic Colors of #759E7D
Black with #759E7D
Text Example
Text Example
White with #759E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759E7D; }
p { color: rgb(117,158,125); }
H1.HeaderClassName
{
color: #759E7D;
}
.AnyTagClassName
{
color: #759E7D;
}
</style>
background-color css
<style>
a { background-color: #759E7D; }
a { background-color: rgb(117,158,125); }
div.DivClassName
{
background-color: #759E7D;
}
.BgClassName
{
background-color: #759E7D;
}
</style>
border-color css
<style>
span { border-color: #759E7D; }
span { border-color: rgb(117,158,125); }
td.TdClassName
{
border-color: #759E7D;
}
.TagClassName
{
border-color: #759E7D;
}
</style>