Shades of Oxley #77987A
Tints of Oxley #77987A
RGB
CMYK
RGB Variations
Color information
#77987A (or 0x77987A) is known color: Oxley. HEX triplet: 77, 98 and 7A. RGB value is (119,152,122). Sum of RGB (Red+Green+Blue) = 119+152+122=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #77987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77987A is #886785. Grayscale: #8A8A8A. Windows color (decimal): -8939398 or 8034423. OLE color: 8034423.
HSL color Cylindrical-coordinate representation of color #77987A: hue angle of 125.45º 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 #77987A is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 122 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.40 |
| HSL | 125.45º | 0.14% | 0.53% | - |
| HSV(B) | 125.45º | 0.22% | 0.6% | - |
| XYZ | 22.35 | 27.78 | 22.6 | - |
| YUV | 138.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 122 | 0.22 | 0 | 0.20 | 0.40 | 125.45 | 0.14 | 0.53 |
| Hex | 77 | 98 | 7A | 16 | 0 | 14 | 28 | 7D | E | 35 |
| Octal | 167 | 230 | 172 | 26 | 0 | 24 | 50 | 175 | 16 | 65 |
| Binary | 1110111 | 10011000 | 1111010 | 10110 | 0 | 10100 | 101000 | 1111101 | 1110 | 110101 |
Color Harmonies of #77987A
Complementary color
Monochromatic Colors of #77987A
Black with #77987A
Text Example
Text Example
White with #77987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77987A; }
p { color: rgb(119,152,122); }
H1.HeaderClassName
{
color: #77987A;
}
.AnyTagClassName
{
color: #77987A;
}
</style>
background-color css
<style>
a { background-color: #77987A; }
a { background-color: rgb(119,152,122); }
div.DivClassName
{
background-color: #77987A;
}
.BgClassName
{
background-color: #77987A;
}
</style>
border-color css
<style>
span { border-color: #77987A; }
span { border-color: rgb(119,152,122); }
td.TdClassName
{
border-color: #77987A;
}
.TagClassName
{
border-color: #77987A;
}
</style>