Shades of Oxley #75907E
Tints of Oxley #75907E
RGB
CMYK
RGB Variations
Color information
#75907E (or 0x75907E) is known color: Oxley. HEX triplet: 75, 90 and 7E. RGB value is (117,144,126). Sum of RGB (Red+Green+Blue) = 117+144+126=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #75907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75907E is #8A6F81. Grayscale: #858585. Windows color (decimal): -9072514 or 8294517. OLE color: 8294517.
HSL color Cylindrical-coordinate representation of color #75907E: hue angle of 140º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75907E is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 144 | 126 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.44 |
| HSL | 140º | 0.11% | 0.51% | - |
| HSV(B) | 140º | 0.19% | 0.56% | - |
| XYZ | 21.08 | 25.23 | 23.5 | - |
| YUV | 133.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 144 | 126 | 0.19 | 0 | 0.12 | 0.44 | 140 | 0.11 | 0.51 |
| Hex | 75 | 90 | 7E | 13 | 0 | C | 2C | 8C | B | 33 |
| Octal | 165 | 220 | 176 | 23 | 0 | 14 | 54 | 214 | 13 | 63 |
| Binary | 1110101 | 10010000 | 1111110 | 10011 | 0 | 1100 | 101100 | 10001100 | 1011 | 110011 |
Color Harmonies of #75907E
Complementary color
Monochromatic Colors of #75907E
Black with #75907E
Text Example
Text Example
White with #75907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75907E; }
p { color: rgb(117,144,126); }
H1.HeaderClassName
{
color: #75907E;
}
.AnyTagClassName
{
color: #75907E;
}
</style>
background-color css
<style>
a { background-color: #75907E; }
a { background-color: rgb(117,144,126); }
div.DivClassName
{
background-color: #75907E;
}
.BgClassName
{
background-color: #75907E;
}
</style>
border-color css
<style>
span { border-color: #75907E; }
span { border-color: rgb(117,144,126); }
td.TdClassName
{
border-color: #75907E;
}
.TagClassName
{
border-color: #75907E;
}
</style>