Shades of Oxley #779B7A
Tints of Oxley #779B7A
RGB
CMYK
RGB Variations
Color information
#779B7A (or 0x779B7A) is known color: Oxley. HEX triplet: 77, 9B and 7A. RGB value is (119,155,122). Sum of RGB (Red+Green+Blue) = 119+155+122=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 155 - color contains mainly: green. Hex color #779B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B7A is #886485. Grayscale: #8C8C8C. Windows color (decimal): -8938630 or 8035191. OLE color: 8035191.
HSL color Cylindrical-coordinate representation of color #779B7A: hue angle of 125º 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 #779B7A is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 122 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.39 |
| HSL | 125º | 0.15% | 0.54% | - |
| HSV(B) | 125º | 0.23% | 0.61% | - |
| XYZ | 22.84 | 28.77 | 22.76 | - |
| YUV | 140.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 122 | 0.23 | 0 | 0.21 | 0.39 | 125 | 0.15 | 0.54 |
| Hex | 77 | 9B | 7A | 17 | 0 | 15 | 27 | 7D | F | 36 |
| Octal | 167 | 233 | 172 | 27 | 0 | 25 | 47 | 175 | 17 | 66 |
| Binary | 1110111 | 10011011 | 1111010 | 10111 | 0 | 10101 | 100111 | 1111101 | 1111 | 110110 |
Color Harmonies of #779B7A
Complementary color
Monochromatic Colors of #779B7A
Black with #779B7A
Text Example
Text Example
White with #779B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B7A; }
p { color: rgb(119,155,122); }
H1.HeaderClassName
{
color: #779B7A;
}
.AnyTagClassName
{
color: #779B7A;
}
</style>
background-color css
<style>
a { background-color: #779B7A; }
a { background-color: rgb(119,155,122); }
div.DivClassName
{
background-color: #779B7A;
}
.BgClassName
{
background-color: #779B7A;
}
</style>
border-color css
<style>
span { border-color: #779B7A; }
span { border-color: rgb(119,155,122); }
td.TdClassName
{
border-color: #779B7A;
}
.TagClassName
{
border-color: #779B7A;
}
</style>