Shades of Oxley #77A084
Tints of Oxley #77A084
RGB
CMYK
RGB Variations
Color information
#77A084 (or 0x77A084) is known color: Oxley. HEX triplet: 77, A0 and 84. RGB value is (119,160,132). Sum of RGB (Red+Green+Blue) = 119+160+132=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 160 - color contains mainly: green. Hex color #77A084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A084 is #885F7B. Grayscale: #909090. Windows color (decimal): -8937340 or 8691831. OLE color: 8691831.
HSL color Cylindrical-coordinate representation of color #77A084: hue angle of 139.02º 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 #77A084 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 160 | 132 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.37 |
| HSL | 139.02º | 0.18% | 0.55% | - |
| HSV(B) | 139.02º | 0.26% | 0.63% | - |
| XYZ | 24.34 | 30.73 | 26.48 | - |
| YUV | 144.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 132 | 0.26 | 0 | 0.17 | 0.37 | 139.02 | 0.18 | 0.55 |
| Hex | 77 | A0 | 84 | 1A | 0 | 11 | 25 | 8B | 12 | 37 |
| Octal | 167 | 240 | 204 | 32 | 0 | 21 | 45 | 213 | 22 | 67 |
| Binary | 1110111 | 10100000 | 10000100 | 11010 | 0 | 10001 | 100101 | 10001011 | 10010 | 110111 |
Color Harmonies of #77A084
Complementary color
Monochromatic Colors of #77A084
Black with #77A084
Text Example
Text Example
White with #77A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A084; }
p { color: rgb(119,160,132); }
H1.HeaderClassName
{
color: #77A084;
}
.AnyTagClassName
{
color: #77A084;
}
</style>
background-color css
<style>
a { background-color: #77A084; }
a { background-color: rgb(119,160,132); }
div.DivClassName
{
background-color: #77A084;
}
.BgClassName
{
background-color: #77A084;
}
</style>
border-color css
<style>
span { border-color: #77A084; }
span { border-color: rgb(119,160,132); }
td.TdClassName
{
border-color: #77A084;
}
.TagClassName
{
border-color: #77A084;
}
</style>