Shades of Oxley #77A579
Tints of Oxley #77A579
RGB
CMYK
RGB Variations
Color information
#77A579 (or 0x77A579) is known color: Oxley. HEX triplet: 77, A5 and 79. RGB value is (119,165,121). Sum of RGB (Red+Green+Blue) = 119+165+121=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 165 - color contains mainly: green. Hex color #77A579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A579 is #885A86. Grayscale: #929292. Windows color (decimal): -8936071 or 7972215. OLE color: 7972215.
HSL color Cylindrical-coordinate representation of color #77A579: hue angle of 122.61º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77A579 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 165 | 121 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.35 |
| HSL | 122.61º | 0.2% | 0.56% | - |
| HSV(B) | 122.61º | 0.28% | 0.65% | - |
| XYZ | 24.51 | 32.21 | 23.01 | - |
| YUV | 146.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 165 | 121 | 0.28 | 0 | 0.27 | 0.35 | 122.61 | 0.2 | 0.56 |
| Hex | 77 | A5 | 79 | 1C | 0 | 1B | 23 | 7B | 14 | 38 |
| Octal | 167 | 245 | 171 | 34 | 0 | 33 | 43 | 173 | 24 | 70 |
| Binary | 1110111 | 10100101 | 1111001 | 11100 | 0 | 11011 | 100011 | 1111011 | 10100 | 111000 |
Color Harmonies of #77A579
Complementary color
Monochromatic Colors of #77A579
Black with #77A579
Text Example
Text Example
White with #77A579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A579; }
p { color: rgb(119,165,121); }
H1.HeaderClassName
{
color: #77A579;
}
.AnyTagClassName
{
color: #77A579;
}
</style>
background-color css
<style>
a { background-color: #77A579; }
a { background-color: rgb(119,165,121); }
div.DivClassName
{
background-color: #77A579;
}
.BgClassName
{
background-color: #77A579;
}
</style>
border-color css
<style>
span { border-color: #77A579; }
span { border-color: rgb(119,165,121); }
td.TdClassName
{
border-color: #77A579;
}
.TagClassName
{
border-color: #77A579;
}
</style>