Shades of Oxley #779E7B
Tints of Oxley #779E7B
RGB
CMYK
RGB Variations
Color information
#779E7B (or 0x779E7B) is known color: Oxley. HEX triplet: 77, 9E and 7B. RGB value is (119,158,123). Sum of RGB (Red+Green+Blue) = 119+158+123=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #779E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779E7B is #886184. Grayscale: #8E8E8E. Windows color (decimal): -8937861 or 8101495. OLE color: 8101495.
HSL color Cylindrical-coordinate representation of color #779E7B: hue angle of 126.15º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779E7B is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 158 | 123 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.38 |
| HSL | 126.15º | 0.17% | 0.54% | - |
| HSV(B) | 126.15º | 0.25% | 0.62% | - |
| XYZ | 23.41 | 29.81 | 23.26 | - |
| YUV | 142.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 123 | 0.25 | 0 | 0.22 | 0.38 | 126.15 | 0.17 | 0.54 |
| Hex | 77 | 9E | 7B | 19 | 0 | 16 | 26 | 7E | 11 | 36 |
| Octal | 167 | 236 | 173 | 31 | 0 | 26 | 46 | 176 | 21 | 66 |
| Binary | 1110111 | 10011110 | 1111011 | 11001 | 0 | 10110 | 100110 | 1111110 | 10001 | 110110 |
Color Harmonies of #779E7B
Complementary color
Monochromatic Colors of #779E7B
Black with #779E7B
Text Example
Text Example
White with #779E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779E7B; }
p { color: rgb(119,158,123); }
H1.HeaderClassName
{
color: #779E7B;
}
.AnyTagClassName
{
color: #779E7B;
}
</style>
background-color css
<style>
a { background-color: #779E7B; }
a { background-color: rgb(119,158,123); }
div.DivClassName
{
background-color: #779E7B;
}
.BgClassName
{
background-color: #779E7B;
}
</style>
border-color css
<style>
span { border-color: #779E7B; }
span { border-color: rgb(119,158,123); }
td.TdClassName
{
border-color: #779E7B;
}
.TagClassName
{
border-color: #779E7B;
}
</style>