Shades of Oxley #779D84
Tints of Oxley #779D84
RGB
CMYK
RGB Variations
Color information
#779D84 (or 0x779D84) is known color: Oxley. HEX triplet: 77, 9D and 84. RGB value is (119,157,132). Sum of RGB (Red+Green+Blue) = 119+157+132=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #779D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D84 is #88627B. Grayscale: #8E8E8E. Windows color (decimal): -8938108 or 8691063. OLE color: 8691063.
HSL color Cylindrical-coordinate representation of color #779D84: hue angle of 140.53º 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 #779D84 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 132 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.38 |
| HSL | 140.53º | 0.16% | 0.54% | - |
| HSV(B) | 140.53º | 0.24% | 0.62% | - |
| XYZ | 23.83 | 29.7 | 26.31 | - |
| YUV | 142.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 132 | 0.24 | 0 | 0.16 | 0.38 | 140.53 | 0.16 | 0.54 |
| Hex | 77 | 9D | 84 | 18 | 0 | 10 | 26 | 8D | 10 | 36 |
| Octal | 167 | 235 | 204 | 30 | 0 | 20 | 46 | 215 | 20 | 66 |
| Binary | 1110111 | 10011101 | 10000100 | 11000 | 0 | 10000 | 100110 | 10001101 | 10000 | 110110 |
Color Harmonies of #779D84
Complementary color
Monochromatic Colors of #779D84
Black with #779D84
Text Example
Text Example
White with #779D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D84; }
p { color: rgb(119,157,132); }
H1.HeaderClassName
{
color: #779D84;
}
.AnyTagClassName
{
color: #779D84;
}
</style>
background-color css
<style>
a { background-color: #779D84; }
a { background-color: rgb(119,157,132); }
div.DivClassName
{
background-color: #779D84;
}
.BgClassName
{
background-color: #779D84;
}
</style>
border-color css
<style>
span { border-color: #779D84; }
span { border-color: rgb(119,157,132); }
td.TdClassName
{
border-color: #779D84;
}
.TagClassName
{
border-color: #779D84;
}
</style>