Shades of Oxley #779981
Tints of Oxley #779981
RGB
CMYK
RGB Variations
Color information
#779981 (or 0x779981) is known color: Oxley. HEX triplet: 77, 99 and 81. RGB value is (119,153,129). Sum of RGB (Red+Green+Blue) = 119+153+129=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #779981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779981 is #88667E. Grayscale: #8C8C8C. Windows color (decimal): -8939135 or 8493431. OLE color: 8493431.
HSL color Cylindrical-coordinate representation of color #779981: hue angle of 137.65º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779981 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 129 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.4 |
| HSL | 137.65º | 0.14% | 0.53% | - |
| HSV(B) | 137.65º | 0.22% | 0.6% | - |
| XYZ | 22.96 | 28.29 | 25.02 | - |
| YUV | 140.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 129 | 0.22 | 0 | 0.16 | 0.4 | 137.65 | 0.14 | 0.53 |
| Hex | 77 | 99 | 81 | 16 | 0 | 10 | 28 | 8A | E | 35 |
| Octal | 167 | 231 | 201 | 26 | 0 | 20 | 50 | 212 | 16 | 65 |
| Binary | 1110111 | 10011001 | 10000001 | 10110 | 0 | 10000 | 101000 | 10001010 | 1110 | 110101 |
Color Harmonies of #779981
Complementary color
Monochromatic Colors of #779981
Black with #779981
Text Example
Text Example
White with #779981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779981; }
p { color: rgb(119,153,129); }
H1.HeaderClassName
{
color: #779981;
}
.AnyTagClassName
{
color: #779981;
}
</style>
background-color css
<style>
a { background-color: #779981; }
a { background-color: rgb(119,153,129); }
div.DivClassName
{
background-color: #779981;
}
.BgClassName
{
background-color: #779981;
}
</style>
border-color css
<style>
span { border-color: #779981; }
span { border-color: rgb(119,153,129); }
td.TdClassName
{
border-color: #779981;
}
.TagClassName
{
border-color: #779981;
}
</style>