Shades of Oxley #75927A
Tints of Oxley #75927A
RGB
CMYK
RGB Variations
Color information
#75927A (or 0x75927A) is known color: Oxley. HEX triplet: 75, 92 and 7A. RGB value is (117,146,122). Sum of RGB (Red+Green+Blue) = 117+146+122=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #75927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75927A is #8A6D85. Grayscale: #868686. Windows color (decimal): -9072006 or 8032885. OLE color: 8032885.
HSL color Cylindrical-coordinate representation of color #75927A: hue angle of 130.34º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75927A is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 146 | 122 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.43 |
| HSL | 130.34º | 0.12% | 0.52% | - |
| HSV(B) | 130.34º | 0.2% | 0.57% | - |
| XYZ | 21.13 | 25.74 | 22.27 | - |
| YUV | 134.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 122 | 0.20 | 0 | 0.16 | 0.43 | 130.34 | 0.12 | 0.52 |
| Hex | 75 | 92 | 7A | 14 | 0 | 10 | 2B | 82 | C | 34 |
| Octal | 165 | 222 | 172 | 24 | 0 | 20 | 53 | 202 | 14 | 64 |
| Binary | 1110101 | 10010010 | 1111010 | 10100 | 0 | 10000 | 101011 | 10000010 | 1100 | 110100 |
Color Harmonies of #75927A
Complementary color
Monochromatic Colors of #75927A
Black with #75927A
Text Example
Text Example
White with #75927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75927A; }
p { color: rgb(117,146,122); }
H1.HeaderClassName
{
color: #75927A;
}
.AnyTagClassName
{
color: #75927A;
}
</style>
background-color css
<style>
a { background-color: #75927A; }
a { background-color: rgb(117,146,122); }
div.DivClassName
{
background-color: #75927A;
}
.BgClassName
{
background-color: #75927A;
}
</style>
border-color css
<style>
span { border-color: #75927A; }
span { border-color: rgb(117,146,122); }
td.TdClassName
{
border-color: #75927A;
}
.TagClassName
{
border-color: #75927A;
}
</style>