Shades of Oxley #779C84
Tints of Oxley #779C84
RGB
CMYK
RGB Variations
Color information
#779C84 (or 0x779C84) is known color: Oxley. HEX triplet: 77, 9C and 84. RGB value is (119,156,132). Sum of RGB (Red+Green+Blue) = 119+156+132=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #779C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779C84 is #88637B. Grayscale: #8E8E8E. Windows color (decimal): -8938364 or 8690807. OLE color: 8690807.
HSL color Cylindrical-coordinate representation of color #779C84: hue angle of 141.08º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779C84 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 156 | 132 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.39 |
| HSL | 141.08º | 0.16% | 0.54% | - |
| HSV(B) | 141.08º | 0.24% | 0.61% | - |
| XYZ | 23.66 | 29.36 | 26.25 | - |
| YUV | 142.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 132 | 0.24 | 0 | 0.15 | 0.39 | 141.08 | 0.16 | 0.54 |
| Hex | 77 | 9C | 84 | 18 | 0 | F | 27 | 8D | 10 | 36 |
| Octal | 167 | 234 | 204 | 30 | 0 | 17 | 47 | 215 | 20 | 66 |
| Binary | 1110111 | 10011100 | 10000100 | 11000 | 0 | 1111 | 100111 | 10001101 | 10000 | 110110 |
Color Harmonies of #779C84
Complementary color
Monochromatic Colors of #779C84
Black with #779C84
Text Example
Text Example
White with #779C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779C84; }
p { color: rgb(119,156,132); }
H1.HeaderClassName
{
color: #779C84;
}
.AnyTagClassName
{
color: #779C84;
}
</style>
background-color css
<style>
a { background-color: #779C84; }
a { background-color: rgb(119,156,132); }
div.DivClassName
{
background-color: #779C84;
}
.BgClassName
{
background-color: #779C84;
}
</style>
border-color css
<style>
span { border-color: #779C84; }
span { border-color: rgb(119,156,132); }
td.TdClassName
{
border-color: #779C84;
}
.TagClassName
{
border-color: #779C84;
}
</style>