Shades of Oxley #7C9C80
Tints of Oxley #7C9C80
RGB
CMYK
RGB Variations
Color information
#7C9C80 (or 0x7C9C80) is known color: Oxley. HEX triplet: 7C, 9C and 80. RGB value is (124,156,128). Sum of RGB (Red+Green+Blue) = 124+156+128=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9C80 is #83637F. Grayscale: #8F8F8F. Windows color (decimal): -8610688 or 8428668. OLE color: 8428668.
HSL color Cylindrical-coordinate representation of color #7C9C80: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9C80 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 156 | 128 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.39 |
| HSL | 127.5º | 0.14% | 0.55% | - |
| HSV(B) | 127.5º | 0.21% | 0.61% | - |
| XYZ | 24.1 | 29.62 | 24.87 | - |
| YUV | 143.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 128 | 0.21 | 0 | 0.18 | 0.39 | 127.5 | 0.14 | 0.55 |
| Hex | 7C | 9C | 80 | 15 | 0 | 12 | 27 | 80 | E | 37 |
| Octal | 174 | 234 | 200 | 25 | 0 | 22 | 47 | 200 | 16 | 67 |
| Binary | 1111100 | 10011100 | 10000000 | 10101 | 0 | 10010 | 100111 | 10000000 | 1110 | 110111 |
Color Harmonies of #7C9C80
Complementary color
Monochromatic Colors of #7C9C80
Black with #7C9C80
Text Example
Text Example
White with #7C9C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9C80; }
p { color: rgb(124,156,128); }
H1.HeaderClassName
{
color: #7C9C80;
}
.AnyTagClassName
{
color: #7C9C80;
}
</style>
background-color css
<style>
a { background-color: #7C9C80; }
a { background-color: rgb(124,156,128); }
div.DivClassName
{
background-color: #7C9C80;
}
.BgClassName
{
background-color: #7C9C80;
}
</style>
border-color css
<style>
span { border-color: #7C9C80; }
span { border-color: rgb(124,156,128); }
td.TdClassName
{
border-color: #7C9C80;
}
.TagClassName
{
border-color: #7C9C80;
}
</style>