Shades of Oxley #779E7C
Tints of Oxley #779E7C
RGB
CMYK
RGB Variations
Color information
#779E7C (or 0x779E7C) is known color: Oxley. HEX triplet: 77, 9E and 7C. RGB value is (119,158,124). Sum of RGB (Red+Green+Blue) = 119+158+124=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 158 - color contains mainly: green. Hex color #779E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779E7C is #886183. Grayscale: #8E8E8E. Windows color (decimal): -8937860 or 8167031. OLE color: 8167031.
HSL color Cylindrical-coordinate representation of color #779E7C: hue angle of 127.69º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779E7C is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 158 | 124 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.38 |
| HSL | 127.69º | 0.17% | 0.54% | - |
| HSV(B) | 127.69º | 0.25% | 0.62% | - |
| XYZ | 23.47 | 29.83 | 23.59 | - |
| YUV | 142.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 124 | 0.25 | 0 | 0.22 | 0.38 | 127.69 | 0.17 | 0.54 |
| Hex | 77 | 9E | 7C | 19 | 0 | 16 | 26 | 80 | 11 | 36 |
| Octal | 167 | 236 | 174 | 31 | 0 | 26 | 46 | 200 | 21 | 66 |
| Binary | 1110111 | 10011110 | 1111100 | 11001 | 0 | 10110 | 100110 | 10000000 | 10001 | 110110 |
Color Harmonies of #779E7C
Complementary color
Monochromatic Colors of #779E7C
Black with #779E7C
Text Example
Text Example
White with #779E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779E7C; }
p { color: rgb(119,158,124); }
H1.HeaderClassName
{
color: #779E7C;
}
.AnyTagClassName
{
color: #779E7C;
}
</style>
background-color css
<style>
a { background-color: #779E7C; }
a { background-color: rgb(119,158,124); }
div.DivClassName
{
background-color: #779E7C;
}
.BgClassName
{
background-color: #779E7C;
}
</style>
border-color css
<style>
span { border-color: #779E7C; }
span { border-color: rgb(119,158,124); }
td.TdClassName
{
border-color: #779E7C;
}
.TagClassName
{
border-color: #779E7C;
}
</style>