Shades of Oxley #75927D
Tints of Oxley #75927D
RGB
CMYK
RGB Variations
Color information
#75927D (or 0x75927D) is known color: Oxley. HEX triplet: 75, 92 and 7D. RGB value is (117,146,125). Sum of RGB (Red+Green+Blue) = 117+146+125=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #75927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75927D is #8A6D82. Grayscale: #868686. Windows color (decimal): -9072003 or 8229493. OLE color: 8229493.
HSL color Cylindrical-coordinate representation of color #75927D: hue angle of 136.55º 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 #75927D is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 146 | 125 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.43 |
| HSL | 136.55º | 0.12% | 0.52% | - |
| HSV(B) | 136.55º | 0.2% | 0.57% | - |
| XYZ | 21.32 | 25.82 | 23.26 | - |
| YUV | 134.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 125 | 0.20 | 0 | 0.14 | 0.43 | 136.55 | 0.12 | 0.52 |
| Hex | 75 | 92 | 7D | 14 | 0 | E | 2B | 89 | C | 34 |
| Octal | 165 | 222 | 175 | 24 | 0 | 16 | 53 | 211 | 14 | 64 |
| Binary | 1110101 | 10010010 | 1111101 | 10100 | 0 | 1110 | 101011 | 10001001 | 1100 | 110100 |
Color Harmonies of #75927D
Complementary color
Monochromatic Colors of #75927D
Black with #75927D
Text Example
Text Example
White with #75927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75927D; }
p { color: rgb(117,146,125); }
H1.HeaderClassName
{
color: #75927D;
}
.AnyTagClassName
{
color: #75927D;
}
</style>
background-color css
<style>
a { background-color: #75927D; }
a { background-color: rgb(117,146,125); }
div.DivClassName
{
background-color: #75927D;
}
.BgClassName
{
background-color: #75927D;
}
</style>
border-color css
<style>
span { border-color: #75927D; }
span { border-color: rgb(117,146,125); }
td.TdClassName
{
border-color: #75927D;
}
.TagClassName
{
border-color: #75927D;
}
</style>