Shades of Oxley #779D80
Tints of Oxley #779D80
RGB
CMYK
RGB Variations
Color information
#779D80 (or 0x779D80) is known color: Oxley. HEX triplet: 77, 9D and 80. RGB value is (119,157,128). Sum of RGB (Red+Green+Blue) = 119+157+128=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #779D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D80 is #88627F. Grayscale: #8E8E8E. Windows color (decimal): -8938112 or 8428919. OLE color: 8428919.
HSL color Cylindrical-coordinate representation of color #779D80: hue angle of 134.21º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779D80 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 128 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.38 |
| HSL | 134.21º | 0.16% | 0.54% | - |
| HSV(B) | 134.21º | 0.24% | 0.62% | - |
| XYZ | 23.56 | 29.59 | 24.89 | - |
| YUV | 142.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 128 | 0.24 | 0 | 0.18 | 0.38 | 134.21 | 0.16 | 0.54 |
| Hex | 77 | 9D | 80 | 18 | 0 | 12 | 26 | 86 | 10 | 36 |
| Octal | 167 | 235 | 200 | 30 | 0 | 22 | 46 | 206 | 20 | 66 |
| Binary | 1110111 | 10011101 | 10000000 | 11000 | 0 | 10010 | 100110 | 10000110 | 10000 | 110110 |
Color Harmonies of #779D80
Complementary color
Monochromatic Colors of #779D80
Black with #779D80
Text Example
Text Example
White with #779D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D80; }
p { color: rgb(119,157,128); }
H1.HeaderClassName
{
color: #779D80;
}
.AnyTagClassName
{
color: #779D80;
}
</style>
background-color css
<style>
a { background-color: #779D80; }
a { background-color: rgb(119,157,128); }
div.DivClassName
{
background-color: #779D80;
}
.BgClassName
{
background-color: #779D80;
}
</style>
border-color css
<style>
span { border-color: #779D80; }
span { border-color: rgb(119,157,128); }
td.TdClassName
{
border-color: #779D80;
}
.TagClassName
{
border-color: #779D80;
}
</style>