Shades of Oxley #7C9A85
Tints of Oxley #7C9A85
RGB
CMYK
RGB Variations
Color information
#7C9A85 (or 0x7C9A85) is known color: Oxley. HEX triplet: 7C, 9A and 85. RGB value is (124,154,133). Sum of RGB (Red+Green+Blue) = 124+154+133=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 154 - color contains mainly: green. Hex color #7C9A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9A85 is #83657A. Grayscale: #8E8E8E. Windows color (decimal): -8611195 or 8755836. OLE color: 8755836.
HSL color Cylindrical-coordinate representation of color #7C9A85: hue angle of 138º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C9A85 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 154 | 133 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.40 |
| HSL | 138º | 0.13% | 0.55% | - |
| HSV(B) | 138º | 0.19% | 0.6% | - |
| XYZ | 24.1 | 29.09 | 26.53 | - |
| YUV | 142.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 154 | 133 | 0.19 | 0 | 0.14 | 0.40 | 138 | 0.13 | 0.55 |
| Hex | 7C | 9A | 85 | 13 | 0 | E | 28 | 8A | D | 37 |
| Octal | 174 | 232 | 205 | 23 | 0 | 16 | 50 | 212 | 15 | 67 |
| Binary | 1111100 | 10011010 | 10000101 | 10011 | 0 | 1110 | 101000 | 10001010 | 1101 | 110111 |
Color Harmonies of #7C9A85
Complementary color
Monochromatic Colors of #7C9A85
Black with #7C9A85
Text Example
Text Example
White with #7C9A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9A85; }
p { color: rgb(124,154,133); }
H1.HeaderClassName
{
color: #7C9A85;
}
.AnyTagClassName
{
color: #7C9A85;
}
</style>
background-color css
<style>
a { background-color: #7C9A85; }
a { background-color: rgb(124,154,133); }
div.DivClassName
{
background-color: #7C9A85;
}
.BgClassName
{
background-color: #7C9A85;
}
</style>
border-color css
<style>
span { border-color: #7C9A85; }
span { border-color: rgb(124,154,133); }
td.TdClassName
{
border-color: #7C9A85;
}
.TagClassName
{
border-color: #7C9A85;
}
</style>