Shades of Oxley #759983
Tints of Oxley #759983
RGB
CMYK
RGB Variations
Color information
#759983 (or 0x759983) is known color: Oxley. HEX triplet: 75, 99 and 83. RGB value is (117,153,131). Sum of RGB (Red+Green+Blue) = 117+153+131=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #759983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759983 is #8A667C. Grayscale: #8B8B8B. Windows color (decimal): -9070205 or 8624501. OLE color: 8624501.
HSL color Cylindrical-coordinate representation of color #759983: hue angle of 143.33º 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 #759983 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 131 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.4 |
| HSL | 143.33º | 0.15% | 0.53% | - |
| HSV(B) | 143.33º | 0.24% | 0.6% | - |
| XYZ | 22.82 | 28.2 | 25.71 | - |
| YUV | 139.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 131 | 0.24 | 0 | 0.14 | 0.4 | 143.33 | 0.15 | 0.53 |
| Hex | 75 | 99 | 83 | 18 | 0 | E | 28 | 8F | F | 35 |
| Octal | 165 | 231 | 203 | 30 | 0 | 16 | 50 | 217 | 17 | 65 |
| Binary | 1110101 | 10011001 | 10000011 | 11000 | 0 | 1110 | 101000 | 10001111 | 1111 | 110101 |
Color Harmonies of #759983
Complementary color
Monochromatic Colors of #759983
Black with #759983
Text Example
Text Example
White with #759983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759983; }
p { color: rgb(117,153,131); }
H1.HeaderClassName
{
color: #759983;
}
.AnyTagClassName
{
color: #759983;
}
</style>
background-color css
<style>
a { background-color: #759983; }
a { background-color: rgb(117,153,131); }
div.DivClassName
{
background-color: #759983;
}
.BgClassName
{
background-color: #759983;
}
</style>
border-color css
<style>
span { border-color: #759983; }
span { border-color: rgb(117,153,131); }
td.TdClassName
{
border-color: #759983;
}
.TagClassName
{
border-color: #759983;
}
</style>