Shades of Oxley #779A7E
Tints of Oxley #779A7E
RGB
CMYK
RGB Variations
Color information
#779A7E (or 0x779A7E) is known color: Oxley. HEX triplet: 77, 9A and 7E. RGB value is (119,154,126). Sum of RGB (Red+Green+Blue) = 119+154+126=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #779A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779A7E is #886581. Grayscale: #8C8C8C. Windows color (decimal): -8938882 or 8297079. OLE color: 8297079.
HSL color Cylindrical-coordinate representation of color #779A7E: hue angle of 132º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A7E is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 126 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.40 |
| HSL | 132º | 0.15% | 0.54% | - |
| HSV(B) | 132º | 0.23% | 0.6% | - |
| XYZ | 22.93 | 28.54 | 24.04 | - |
| YUV | 140.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 126 | 0.23 | 0 | 0.18 | 0.40 | 132 | 0.15 | 0.54 |
| Hex | 77 | 9A | 7E | 17 | 0 | 12 | 28 | 84 | F | 36 |
| Octal | 167 | 232 | 176 | 27 | 0 | 22 | 50 | 204 | 17 | 66 |
| Binary | 1110111 | 10011010 | 1111110 | 10111 | 0 | 10010 | 101000 | 10000100 | 1111 | 110110 |
Color Harmonies of #779A7E
Complementary color
Monochromatic Colors of #779A7E
Black with #779A7E
Text Example
Text Example
White with #779A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A7E; }
p { color: rgb(119,154,126); }
H1.HeaderClassName
{
color: #779A7E;
}
.AnyTagClassName
{
color: #779A7E;
}
</style>
background-color css
<style>
a { background-color: #779A7E; }
a { background-color: rgb(119,154,126); }
div.DivClassName
{
background-color: #779A7E;
}
.BgClassName
{
background-color: #779A7E;
}
</style>
border-color css
<style>
span { border-color: #779A7E; }
span { border-color: rgb(119,154,126); }
td.TdClassName
{
border-color: #779A7E;
}
.TagClassName
{
border-color: #779A7E;
}
</style>