Shades of Oxley #779D86
Tints of Oxley #779D86
RGB
CMYK
RGB Variations
Color information
#779D86 (or 0x779D86) is known color: Oxley. HEX triplet: 77, 9D and 86. RGB value is (119,157,134). Sum of RGB (Red+Green+Blue) = 119+157+134=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 157 - color contains mainly: green. Hex color #779D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D86 is #886279. Grayscale: #8F8F8F. Windows color (decimal): -8938106 or 8822135. OLE color: 8822135.
HSL color Cylindrical-coordinate representation of color #779D86: hue angle of 143.68º 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 #779D86 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 134 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.38 |
| HSL | 143.68º | 0.16% | 0.54% | - |
| HSV(B) | 143.68º | 0.24% | 0.62% | - |
| XYZ | 23.97 | 29.76 | 27.03 | - |
| YUV | 143.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 134 | 0.24 | 0 | 0.15 | 0.38 | 143.68 | 0.16 | 0.54 |
| Hex | 77 | 9D | 86 | 18 | 0 | F | 26 | 90 | 10 | 36 |
| Octal | 167 | 235 | 206 | 30 | 0 | 17 | 46 | 220 | 20 | 66 |
| Binary | 1110111 | 10011101 | 10000110 | 11000 | 0 | 1111 | 100110 | 10010000 | 10000 | 110110 |
Color Harmonies of #779D86
Complementary color
Monochromatic Colors of #779D86
Black with #779D86
Text Example
Text Example
White with #779D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D86; }
p { color: rgb(119,157,134); }
H1.HeaderClassName
{
color: #779D86;
}
.AnyTagClassName
{
color: #779D86;
}
</style>
background-color css
<style>
a { background-color: #779D86; }
a { background-color: rgb(119,157,134); }
div.DivClassName
{
background-color: #779D86;
}
.BgClassName
{
background-color: #779D86;
}
</style>
border-color css
<style>
span { border-color: #779D86; }
span { border-color: rgb(119,157,134); }
td.TdClassName
{
border-color: #779D86;
}
.TagClassName
{
border-color: #779D86;
}
</style>