Shades of Oxley #77A080
Tints of Oxley #77A080
RGB
CMYK
RGB Variations
Color information
#77A080 (or 0x77A080) is known color: Oxley. HEX triplet: 77, A0 and 80. RGB value is (119,160,128). Sum of RGB (Red+Green+Blue) = 119+160+128=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #77A080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A080 is #885F7F. Grayscale: #909090. Windows color (decimal): -8937344 or 8429687. OLE color: 8429687.
HSL color Cylindrical-coordinate representation of color #77A080: hue angle of 133.17º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A080 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 160 | 128 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.37 |
| HSL | 133.17º | 0.18% | 0.55% | - |
| HSV(B) | 133.17º | 0.26% | 0.63% | - |
| XYZ | 24.07 | 30.62 | 25.06 | - |
| YUV | 144.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 128 | 0.26 | 0 | 0.20 | 0.37 | 133.17 | 0.18 | 0.55 |
| Hex | 77 | A0 | 80 | 1A | 0 | 14 | 25 | 85 | 12 | 37 |
| Octal | 167 | 240 | 200 | 32 | 0 | 24 | 45 | 205 | 22 | 67 |
| Binary | 1110111 | 10100000 | 10000000 | 11010 | 0 | 10100 | 100101 | 10000101 | 10010 | 110111 |
Color Harmonies of #77A080
Complementary color
Monochromatic Colors of #77A080
Black with #77A080
Text Example
Text Example
White with #77A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A080; }
p { color: rgb(119,160,128); }
H1.HeaderClassName
{
color: #77A080;
}
.AnyTagClassName
{
color: #77A080;
}
</style>
background-color css
<style>
a { background-color: #77A080; }
a { background-color: rgb(119,160,128); }
div.DivClassName
{
background-color: #77A080;
}
.BgClassName
{
background-color: #77A080;
}
</style>
border-color css
<style>
span { border-color: #77A080; }
span { border-color: rgb(119,160,128); }
td.TdClassName
{
border-color: #77A080;
}
.TagClassName
{
border-color: #77A080;
}
</style>