Shades of Oxley #779B7E
Tints of Oxley #779B7E
RGB
CMYK
RGB Variations
Color information
#779B7E (or 0x779B7E) is known color: Oxley. HEX triplet: 77, 9B and 7E. RGB value is (119,155,126). Sum of RGB (Red+Green+Blue) = 119+155+126=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #779B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B7E is #886481. Grayscale: #8D8D8D. Windows color (decimal): -8938626 or 8297335. OLE color: 8297335.
HSL color Cylindrical-coordinate representation of color #779B7E: hue angle of 131.67º 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 #779B7E is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 126 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.39 |
| HSL | 131.67º | 0.15% | 0.54% | - |
| HSV(B) | 131.67º | 0.23% | 0.61% | - |
| XYZ | 23.09 | 28.87 | 24.09 | - |
| YUV | 140.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 126 | 0.23 | 0 | 0.19 | 0.39 | 131.67 | 0.15 | 0.54 |
| Hex | 77 | 9B | 7E | 17 | 0 | 13 | 27 | 84 | F | 36 |
| Octal | 167 | 233 | 176 | 27 | 0 | 23 | 47 | 204 | 17 | 66 |
| Binary | 1110111 | 10011011 | 1111110 | 10111 | 0 | 10011 | 100111 | 10000100 | 1111 | 110110 |
Color Harmonies of #779B7E
Complementary color
Monochromatic Colors of #779B7E
Black with #779B7E
Text Example
Text Example
White with #779B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B7E; }
p { color: rgb(119,155,126); }
H1.HeaderClassName
{
color: #779B7E;
}
.AnyTagClassName
{
color: #779B7E;
}
</style>
background-color css
<style>
a { background-color: #779B7E; }
a { background-color: rgb(119,155,126); }
div.DivClassName
{
background-color: #779B7E;
}
.BgClassName
{
background-color: #779B7E;
}
</style>
border-color css
<style>
span { border-color: #779B7E; }
span { border-color: rgb(119,155,126); }
td.TdClassName
{
border-color: #779B7E;
}
.TagClassName
{
border-color: #779B7E;
}
</style>