Shades of Oxley #779080
Tints of Oxley #779080
RGB
CMYK
RGB Variations
Color information
#779080 (or 0x779080) is known color: Oxley. HEX triplet: 77, 90 and 80. RGB value is (119,144,128). Sum of RGB (Red+Green+Blue) = 119+144+128=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #779080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779080 is #886F7F. Grayscale: #868686. Windows color (decimal): -8941440 or 8425591. OLE color: 8425591.
HSL color Cylindrical-coordinate representation of color #779080: hue angle of 141.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #779080 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 128 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.44 |
| HSL | 141.6º | 0.1% | 0.52% | - |
| HSV(B) | 141.6º | 0.17% | 0.56% | - |
| XYZ | 21.48 | 25.43 | 24.2 | - |
| YUV | 134.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 128 | 0.17 | 0 | 0.11 | 0.44 | 141.6 | 0.1 | 0.52 |
| Hex | 77 | 90 | 80 | 11 | 0 | B | 2C | 8E | A | 34 |
| Octal | 167 | 220 | 200 | 21 | 0 | 13 | 54 | 216 | 12 | 64 |
| Binary | 1110111 | 10010000 | 10000000 | 10001 | 0 | 1011 | 101100 | 10001110 | 1010 | 110100 |
Color Harmonies of #779080
Complementary color
Monochromatic Colors of #779080
Black with #779080
Text Example
Text Example
White with #779080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779080; }
p { color: rgb(119,144,128); }
H1.HeaderClassName
{
color: #779080;
}
.AnyTagClassName
{
color: #779080;
}
</style>
background-color css
<style>
a { background-color: #779080; }
a { background-color: rgb(119,144,128); }
div.DivClassName
{
background-color: #779080;
}
.BgClassName
{
background-color: #779080;
}
</style>
border-color css
<style>
span { border-color: #779080; }
span { border-color: rgb(119,144,128); }
td.TdClassName
{
border-color: #779080;
}
.TagClassName
{
border-color: #779080;
}
</style>