Shades of Oxley #759F7C
Tints of Oxley #759F7C
RGB
CMYK
RGB Variations
Color information
#759F7C (or 0x759F7C) is known color: Oxley. HEX triplet: 75, 9F and 7C. RGB value is (117,159,124). Sum of RGB (Red+Green+Blue) = 117+159+124=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #759F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F7C is #8A6083. Grayscale: #8E8E8E. Windows color (decimal): -9068676 or 8167285. OLE color: 8167285.
HSL color Cylindrical-coordinate representation of color #759F7C: hue angle of 130º degrees, saturation: 0.18, 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 #759F7C is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 124 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.38 |
| HSL | 130º | 0.18% | 0.54% | - |
| HSV(B) | 130º | 0.26% | 0.62% | - |
| XYZ | 23.37 | 30.03 | 23.63 | - |
| YUV | 142.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 124 | 0.26 | 0 | 0.22 | 0.38 | 130 | 0.18 | 0.54 |
| Hex | 75 | 9F | 7C | 1A | 0 | 16 | 26 | 82 | 12 | 36 |
| Octal | 165 | 237 | 174 | 32 | 0 | 26 | 46 | 202 | 22 | 66 |
| Binary | 1110101 | 10011111 | 1111100 | 11010 | 0 | 10110 | 100110 | 10000010 | 10010 | 110110 |
Color Harmonies of #759F7C
Complementary color
Monochromatic Colors of #759F7C
Black with #759F7C
Text Example
Text Example
White with #759F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F7C; }
p { color: rgb(117,159,124); }
H1.HeaderClassName
{
color: #759F7C;
}
.AnyTagClassName
{
color: #759F7C;
}
</style>
background-color css
<style>
a { background-color: #759F7C; }
a { background-color: rgb(117,159,124); }
div.DivClassName
{
background-color: #759F7C;
}
.BgClassName
{
background-color: #759F7C;
}
</style>
border-color css
<style>
span { border-color: #759F7C; }
span { border-color: rgb(117,159,124); }
td.TdClassName
{
border-color: #759F7C;
}
.TagClassName
{
border-color: #759F7C;
}
</style>