Shades of Oxley #779B7C
Tints of Oxley #779B7C
RGB
CMYK
RGB Variations
Color information
#779B7C (or 0x779B7C) is known color: Oxley. HEX triplet: 77, 9B and 7C. RGB value is (119,155,124). Sum of RGB (Red+Green+Blue) = 119+155+124=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #779B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B7C is #886483. Grayscale: #8C8C8C. Windows color (decimal): -8938628 or 8166263. OLE color: 8166263.
HSL color Cylindrical-coordinate representation of color #779B7C: hue angle of 128.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779B7C is Cyan = 0.23, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 124 | - |
| CMYK | 0.23 | 0 | 0.2 | 0.39 |
| HSL | 128.33º | 0.15% | 0.54% | - |
| HSV(B) | 128.33º | 0.23% | 0.61% | - |
| XYZ | 22.97 | 28.82 | 23.42 | - |
| YUV | 140.7 | 118.57 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 124 | 0.23 | 0 | 0.2 | 0.39 | 128.33 | 0.15 | 0.54 |
| Hex | 77 | 9B | 7C | 17 | 0 | 14 | 27 | 80 | F | 36 |
| Octal | 167 | 233 | 174 | 27 | 0 | 24 | 47 | 200 | 17 | 66 |
| Binary | 1110111 | 10011011 | 1111100 | 10111 | 0 | 10100 | 100111 | 10000000 | 1111 | 110110 |
Color Harmonies of #779B7C
Complementary color
Monochromatic Colors of #779B7C
Black with #779B7C
Text Example
Text Example
White with #779B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B7C; }
p { color: rgb(119,155,124); }
H1.HeaderClassName
{
color: #779B7C;
}
.AnyTagClassName
{
color: #779B7C;
}
</style>
background-color css
<style>
a { background-color: #779B7C; }
a { background-color: rgb(119,155,124); }
div.DivClassName
{
background-color: #779B7C;
}
.BgClassName
{
background-color: #779B7C;
}
</style>
border-color css
<style>
span { border-color: #779B7C; }
span { border-color: rgb(119,155,124); }
td.TdClassName
{
border-color: #779B7C;
}
.TagClassName
{
border-color: #779B7C;
}
</style>