Shades of Oxley #779D83
Tints of Oxley #779D83
RGB
CMYK
RGB Variations
Color information
#779D83 (or 0x779D83) is known color: Oxley. HEX triplet: 77, 9D and 83. RGB value is (119,157,131). Sum of RGB (Red+Green+Blue) = 119+157+131=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 157 - color contains mainly: green. Hex color #779D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D83 is #88627C. Grayscale: #8E8E8E. Windows color (decimal): -8938109 or 8625527. OLE color: 8625527.
HSL color Cylindrical-coordinate representation of color #779D83: hue angle of 138.95º 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 #779D83 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 131 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.38 |
| HSL | 138.95º | 0.16% | 0.54% | - |
| HSV(B) | 138.95º | 0.24% | 0.62% | - |
| XYZ | 23.76 | 29.67 | 25.95 | - |
| YUV | 142.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 131 | 0.24 | 0 | 0.17 | 0.38 | 138.95 | 0.16 | 0.54 |
| Hex | 77 | 9D | 83 | 18 | 0 | 11 | 26 | 8B | 10 | 36 |
| Octal | 167 | 235 | 203 | 30 | 0 | 21 | 46 | 213 | 20 | 66 |
| Binary | 1110111 | 10011101 | 10000011 | 11000 | 0 | 10001 | 100110 | 10001011 | 10000 | 110110 |
Color Harmonies of #779D83
Complementary color
Monochromatic Colors of #779D83
Black with #779D83
Text Example
Text Example
White with #779D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D83; }
p { color: rgb(119,157,131); }
H1.HeaderClassName
{
color: #779D83;
}
.AnyTagClassName
{
color: #779D83;
}
</style>
background-color css
<style>
a { background-color: #779D83; }
a { background-color: rgb(119,157,131); }
div.DivClassName
{
background-color: #779D83;
}
.BgClassName
{
background-color: #779D83;
}
</style>
border-color css
<style>
span { border-color: #779D83; }
span { border-color: rgb(119,157,131); }
td.TdClassName
{
border-color: #779D83;
}
.TagClassName
{
border-color: #779D83;
}
</style>