Shades of Oxley #75A07F
Tints of Oxley #75A07F
RGB
CMYK
RGB Variations
Color information
#75A07F (or 0x75A07F) is known color: Oxley. HEX triplet: 75, A0 and 7F. RGB value is (117,160,127). Sum of RGB (Red+Green+Blue) = 117+160+127=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 160 - color contains mainly: green. Hex color #75A07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A07F is #8A5F80. Grayscale: #8F8F8F. Windows color (decimal): -9068417 or 8364149. OLE color: 8364149.
HSL color Cylindrical-coordinate representation of color #75A07F: hue angle of 133.95º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A07F is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 160 | 127 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.37 |
| HSL | 133.95º | 0.18% | 0.54% | - |
| HSV(B) | 133.95º | 0.27% | 0.63% | - |
| XYZ | 23.74 | 30.46 | 24.71 | - |
| YUV | 143.38 | 118.75 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 127 | 0.27 | 0 | 0.21 | 0.37 | 133.95 | 0.18 | 0.54 |
| Hex | 75 | A0 | 7F | 1B | 0 | 15 | 25 | 86 | 12 | 36 |
| Octal | 165 | 240 | 177 | 33 | 0 | 25 | 45 | 206 | 22 | 66 |
| Binary | 1110101 | 10100000 | 1111111 | 11011 | 0 | 10101 | 100101 | 10000110 | 10010 | 110110 |
Color Harmonies of #75A07F
Complementary color
Monochromatic Colors of #75A07F
Black with #75A07F
Text Example
Text Example
White with #75A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A07F; }
p { color: rgb(117,160,127); }
H1.HeaderClassName
{
color: #75A07F;
}
.AnyTagClassName
{
color: #75A07F;
}
</style>
background-color css
<style>
a { background-color: #75A07F; }
a { background-color: rgb(117,160,127); }
div.DivClassName
{
background-color: #75A07F;
}
.BgClassName
{
background-color: #75A07F;
}
</style>
border-color css
<style>
span { border-color: #75A07F; }
span { border-color: rgb(117,160,127); }
td.TdClassName
{
border-color: #75A07F;
}
.TagClassName
{
border-color: #75A07F;
}
</style>