Shades of Oxley #759984
Tints of Oxley #759984
RGB
CMYK
RGB Variations
Color information
#759984 (or 0x759984) is known color: Oxley. HEX triplet: 75, 99 and 84. RGB value is (117,153,132). Sum of RGB (Red+Green+Blue) = 117+153+132=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #759984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759984 is #8A667B. Grayscale: #8B8B8B. Windows color (decimal): -9070204 or 8690037. OLE color: 8690037.
HSL color Cylindrical-coordinate representation of color #759984: hue angle of 145º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #759984 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 132 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.4 |
| HSL | 145º | 0.15% | 0.53% | - |
| HSV(B) | 145º | 0.24% | 0.6% | - |
| XYZ | 22.89 | 28.23 | 26.07 | - |
| YUV | 139.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 132 | 0.24 | 0 | 0.14 | 0.4 | 145 | 0.15 | 0.53 |
| Hex | 75 | 99 | 84 | 18 | 0 | E | 28 | 91 | F | 35 |
| Octal | 165 | 231 | 204 | 30 | 0 | 16 | 50 | 221 | 17 | 65 |
| Binary | 1110101 | 10011001 | 10000100 | 11000 | 0 | 1110 | 101000 | 10010001 | 1111 | 110101 |
Color Harmonies of #759984
Complementary color
Monochromatic Colors of #759984
Black with #759984
Text Example
Text Example
White with #759984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759984; }
p { color: rgb(117,153,132); }
H1.HeaderClassName
{
color: #759984;
}
.AnyTagClassName
{
color: #759984;
}
</style>
background-color css
<style>
a { background-color: #759984; }
a { background-color: rgb(117,153,132); }
div.DivClassName
{
background-color: #759984;
}
.BgClassName
{
background-color: #759984;
}
</style>
border-color css
<style>
span { border-color: #759984; }
span { border-color: rgb(117,153,132); }
td.TdClassName
{
border-color: #759984;
}
.TagClassName
{
border-color: #759984;
}
</style>