Shades of Oxley #759A7D
Tints of Oxley #759A7D
RGB
CMYK
RGB Variations
Color information
#759A7D (or 0x759A7D) is known color: Oxley. HEX triplet: 75, 9A and 7D. RGB value is (117,154,125). Sum of RGB (Red+Green+Blue) = 117+154+125=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 154 - color contains mainly: green. Hex color #759A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A7D is #8A6582. Grayscale: #8B8B8B. Windows color (decimal): -9069955 or 8231541. OLE color: 8231541.
HSL color Cylindrical-coordinate representation of color #759A7D: hue angle of 132.97º 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 #759A7D is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 154 | 125 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.40 |
| HSL | 132.97º | 0.15% | 0.53% | - |
| HSV(B) | 132.97º | 0.24% | 0.6% | - |
| XYZ | 22.59 | 28.37 | 23.69 | - |
| YUV | 139.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 125 | 0.24 | 0 | 0.19 | 0.40 | 132.97 | 0.15 | 0.53 |
| Hex | 75 | 9A | 7D | 18 | 0 | 13 | 28 | 85 | F | 35 |
| Octal | 165 | 232 | 175 | 30 | 0 | 23 | 50 | 205 | 17 | 65 |
| Binary | 1110101 | 10011010 | 1111101 | 11000 | 0 | 10011 | 101000 | 10000101 | 1111 | 110101 |
Color Harmonies of #759A7D
Complementary color
Monochromatic Colors of #759A7D
Black with #759A7D
Text Example
Text Example
White with #759A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759A7D; }
p { color: rgb(117,154,125); }
H1.HeaderClassName
{
color: #759A7D;
}
.AnyTagClassName
{
color: #759A7D;
}
</style>
background-color css
<style>
a { background-color: #759A7D; }
a { background-color: rgb(117,154,125); }
div.DivClassName
{
background-color: #759A7D;
}
.BgClassName
{
background-color: #759A7D;
}
</style>
border-color css
<style>
span { border-color: #759A7D; }
span { border-color: rgb(117,154,125); }
td.TdClassName
{
border-color: #759A7D;
}
.TagClassName
{
border-color: #759A7D;
}
</style>