Shades of Oxley #779683
Tints of Oxley #779683
RGB
CMYK
RGB Variations
Color information
#779683 (or 0x779683) is known color: Oxley. HEX triplet: 77, 96 and 83. RGB value is (119,150,131). Sum of RGB (Red+Green+Blue) = 119+150+131=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #779683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779683 is #88697C. Grayscale: #8A8A8A. Windows color (decimal): -8939901 or 8623735. OLE color: 8623735.
HSL color Cylindrical-coordinate representation of color #779683: hue angle of 143.23º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779683 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 150 | 131 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.41 |
| HSL | 143.23º | 0.13% | 0.53% | - |
| HSV(B) | 143.23º | 0.21% | 0.59% | - |
| XYZ | 22.61 | 27.37 | 25.56 | - |
| YUV | 138.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 131 | 0.21 | 0 | 0.13 | 0.41 | 143.23 | 0.13 | 0.53 |
| Hex | 77 | 96 | 83 | 15 | 0 | D | 29 | 8F | D | 35 |
| Octal | 167 | 226 | 203 | 25 | 0 | 15 | 51 | 217 | 15 | 65 |
| Binary | 1110111 | 10010110 | 10000011 | 10101 | 0 | 1101 | 101001 | 10001111 | 1101 | 110101 |
Color Harmonies of #779683
Complementary color
Monochromatic Colors of #779683
Black with #779683
Text Example
Text Example
White with #779683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779683; }
p { color: rgb(119,150,131); }
H1.HeaderClassName
{
color: #779683;
}
.AnyTagClassName
{
color: #779683;
}
</style>
background-color css
<style>
a { background-color: #779683; }
a { background-color: rgb(119,150,131); }
div.DivClassName
{
background-color: #779683;
}
.BgClassName
{
background-color: #779683;
}
</style>
border-color css
<style>
span { border-color: #779683; }
span { border-color: rgb(119,150,131); }
td.TdClassName
{
border-color: #779683;
}
.TagClassName
{
border-color: #779683;
}
</style>