Shades of Oxley #759C7A
Tints of Oxley #759C7A
RGB
CMYK
RGB Variations
Color information
#759C7A (or 0x759C7A) is known color: Oxley. HEX triplet: 75, 9C and 7A. RGB value is (117,156,122). Sum of RGB (Red+Green+Blue) = 117+156+122=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #759C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C7A is #8A6385. Grayscale: #8C8C8C. Windows color (decimal): -9069446 or 8035445. OLE color: 8035445.
HSL color Cylindrical-coordinate representation of color #759C7A: hue angle of 127.69º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759C7A is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 122 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.39 |
| HSL | 127.69º | 0.16% | 0.54% | - |
| HSV(B) | 127.69º | 0.25% | 0.61% | - |
| XYZ | 22.74 | 28.96 | 22.8 | - |
| YUV | 140.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 122 | 0.25 | 0 | 0.22 | 0.39 | 127.69 | 0.16 | 0.54 |
| Hex | 75 | 9C | 7A | 19 | 0 | 16 | 27 | 80 | 10 | 36 |
| Octal | 165 | 234 | 172 | 31 | 0 | 26 | 47 | 200 | 20 | 66 |
| Binary | 1110101 | 10011100 | 1111010 | 11001 | 0 | 10110 | 100111 | 10000000 | 10000 | 110110 |
Color Harmonies of #759C7A
Complementary color
Monochromatic Colors of #759C7A
Black with #759C7A
Text Example
Text Example
White with #759C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C7A; }
p { color: rgb(117,156,122); }
H1.HeaderClassName
{
color: #759C7A;
}
.AnyTagClassName
{
color: #759C7A;
}
</style>
background-color css
<style>
a { background-color: #759C7A; }
a { background-color: rgb(117,156,122); }
div.DivClassName
{
background-color: #759C7A;
}
.BgClassName
{
background-color: #759C7A;
}
</style>
border-color css
<style>
span { border-color: #759C7A; }
span { border-color: rgb(117,156,122); }
td.TdClassName
{
border-color: #759C7A;
}
.TagClassName
{
border-color: #759C7A;
}
</style>