Shades of Oxley #759B80
Tints of Oxley #759B80
RGB
CMYK
RGB Variations
Color information
#759B80 (or 0x759B80) is known color: Oxley. HEX triplet: 75, 9B and 80. RGB value is (117,155,128). Sum of RGB (Red+Green+Blue) = 117+155+128=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #759B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B80 is #8A647F. Grayscale: #8C8C8C. Windows color (decimal): -9069696 or 8428405. OLE color: 8428405.
HSL color Cylindrical-coordinate representation of color #759B80: hue angle of 137.37º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759B80 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 155 | 128 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.39 |
| HSL | 137.37º | 0.16% | 0.53% | - |
| HSV(B) | 137.37º | 0.25% | 0.61% | - |
| XYZ | 22.95 | 28.78 | 24.77 | - |
| YUV | 140.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 128 | 0.25 | 0 | 0.17 | 0.39 | 137.37 | 0.16 | 0.53 |
| Hex | 75 | 9B | 80 | 19 | 0 | 11 | 27 | 89 | 10 | 35 |
| Octal | 165 | 233 | 200 | 31 | 0 | 21 | 47 | 211 | 20 | 65 |
| Binary | 1110101 | 10011011 | 10000000 | 11001 | 0 | 10001 | 100111 | 10001001 | 10000 | 110101 |
Color Harmonies of #759B80
Complementary color
Monochromatic Colors of #759B80
Black with #759B80
Text Example
Text Example
White with #759B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759B80; }
p { color: rgb(117,155,128); }
H1.HeaderClassName
{
color: #759B80;
}
.AnyTagClassName
{
color: #759B80;
}
</style>
background-color css
<style>
a { background-color: #759B80; }
a { background-color: rgb(117,155,128); }
div.DivClassName
{
background-color: #759B80;
}
.BgClassName
{
background-color: #759B80;
}
</style>
border-color css
<style>
span { border-color: #759B80; }
span { border-color: rgb(117,155,128); }
td.TdClassName
{
border-color: #759B80;
}
.TagClassName
{
border-color: #759B80;
}
</style>