Shades of Oxley #758D7F
Tints of Oxley #758D7F
RGB
CMYK
RGB Variations
Color information
#758D7F (or 0x758D7F) is known color: Oxley. HEX triplet: 75, 8D and 7F. RGB value is (117,141,127). Sum of RGB (Red+Green+Blue) = 117+141+127=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 141 - color contains mainly: green. Hex color #758D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D7F is #8A7280. Grayscale: #848484. Windows color (decimal): -9073281 or 8359285. OLE color: 8359285.
HSL color Cylindrical-coordinate representation of color #758D7F: hue angle of 145º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #758D7F is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 127 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.45 |
| HSL | 145º | 0.1% | 0.51% | - |
| HSV(B) | 145º | 0.17% | 0.55% | - |
| XYZ | 20.69 | 24.36 | 23.69 | - |
| YUV | 132.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 127 | 0.17 | 0 | 0.10 | 0.45 | 145 | 0.1 | 0.51 |
| Hex | 75 | 8D | 7F | 11 | 0 | A | 2D | 91 | A | 33 |
| Octal | 165 | 215 | 177 | 21 | 0 | 12 | 55 | 221 | 12 | 63 |
| Binary | 1110101 | 10001101 | 1111111 | 10001 | 0 | 1010 | 101101 | 10010001 | 1010 | 110011 |
Color Harmonies of #758D7F
Complementary color
Monochromatic Colors of #758D7F
Black with #758D7F
Text Example
Text Example
White with #758D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D7F; }
p { color: rgb(117,141,127); }
H1.HeaderClassName
{
color: #758D7F;
}
.AnyTagClassName
{
color: #758D7F;
}
</style>
background-color css
<style>
a { background-color: #758D7F; }
a { background-color: rgb(117,141,127); }
div.DivClassName
{
background-color: #758D7F;
}
.BgClassName
{
background-color: #758D7F;
}
</style>
border-color css
<style>
span { border-color: #758D7F; }
span { border-color: rgb(117,141,127); }
td.TdClassName
{
border-color: #758D7F;
}
.TagClassName
{
border-color: #758D7F;
}
</style>