Shades of Oxley #779A83
Tints of Oxley #779A83
RGB
CMYK
RGB Variations
Color information
#779A83 (or 0x779A83) is known color: Oxley. HEX triplet: 77, 9A and 83. RGB value is (119,154,131). Sum of RGB (Red+Green+Blue) = 119+154+131=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 154 - color contains mainly: green. Hex color #779A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779A83 is #88657C. Grayscale: #8C8C8C. Windows color (decimal): -8938877 or 8624759. OLE color: 8624759.
HSL color Cylindrical-coordinate representation of color #779A83: hue angle of 140.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A83 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 131 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.40 |
| HSL | 140.57º | 0.15% | 0.54% | - |
| HSV(B) | 140.57º | 0.23% | 0.6% | - |
| XYZ | 23.26 | 28.67 | 25.78 | - |
| YUV | 140.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 131 | 0.23 | 0 | 0.15 | 0.40 | 140.57 | 0.15 | 0.54 |
| Hex | 77 | 9A | 83 | 17 | 0 | F | 28 | 8D | F | 36 |
| Octal | 167 | 232 | 203 | 27 | 0 | 17 | 50 | 215 | 17 | 66 |
| Binary | 1110111 | 10011010 | 10000011 | 10111 | 0 | 1111 | 101000 | 10001101 | 1111 | 110110 |
Color Harmonies of #779A83
Complementary color
Monochromatic Colors of #779A83
Black with #779A83
Text Example
Text Example
White with #779A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A83; }
p { color: rgb(119,154,131); }
H1.HeaderClassName
{
color: #779A83;
}
.AnyTagClassName
{
color: #779A83;
}
</style>
background-color css
<style>
a { background-color: #779A83; }
a { background-color: rgb(119,154,131); }
div.DivClassName
{
background-color: #779A83;
}
.BgClassName
{
background-color: #779A83;
}
</style>
border-color css
<style>
span { border-color: #779A83; }
span { border-color: rgb(119,154,131); }
td.TdClassName
{
border-color: #779A83;
}
.TagClassName
{
border-color: #779A83;
}
</style>