Shades of Oxley #779D7E
Tints of Oxley #779D7E
RGB
CMYK
RGB Variations
Color information
#779D7E (or 0x779D7E) is known color: Oxley. HEX triplet: 77, 9D and 7E. RGB value is (119,157,126). Sum of RGB (Red+Green+Blue) = 119+157+126=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 157 - color contains mainly: green. Hex color #779D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779D7E is #886281. Grayscale: #8E8E8E. Windows color (decimal): -8938114 or 8297847. OLE color: 8297847.
HSL color Cylindrical-coordinate representation of color #779D7E: hue angle of 131.05º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779D7E is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 126 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.38 |
| HSL | 131.05º | 0.16% | 0.54% | - |
| HSV(B) | 131.05º | 0.24% | 0.62% | - |
| XYZ | 23.43 | 29.54 | 24.21 | - |
| YUV | 142.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 126 | 0.24 | 0 | 0.20 | 0.38 | 131.05 | 0.16 | 0.54 |
| Hex | 77 | 9D | 7E | 18 | 0 | 14 | 26 | 83 | 10 | 36 |
| Octal | 167 | 235 | 176 | 30 | 0 | 24 | 46 | 203 | 20 | 66 |
| Binary | 1110111 | 10011101 | 1111110 | 11000 | 0 | 10100 | 100110 | 10000011 | 10000 | 110110 |
Color Harmonies of #779D7E
Complementary color
Monochromatic Colors of #779D7E
Black with #779D7E
Text Example
Text Example
White with #779D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D7E; }
p { color: rgb(119,157,126); }
H1.HeaderClassName
{
color: #779D7E;
}
.AnyTagClassName
{
color: #779D7E;
}
</style>
background-color css
<style>
a { background-color: #779D7E; }
a { background-color: rgb(119,157,126); }
div.DivClassName
{
background-color: #779D7E;
}
.BgClassName
{
background-color: #779D7E;
}
</style>
border-color css
<style>
span { border-color: #779D7E; }
span { border-color: rgb(119,157,126); }
td.TdClassName
{
border-color: #779D7E;
}
.TagClassName
{
border-color: #779D7E;
}
</style>