Shades of Oxley #779985
Tints of Oxley #779985
RGB
CMYK
RGB Variations
Color information
#779985 (or 0x779985) is known color: Oxley. HEX triplet: 77, 99 and 85. RGB value is (119,153,133). Sum of RGB (Red+Green+Blue) = 119+153+133=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #779985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779985 is #88667A. Grayscale: #8C8C8C. Windows color (decimal): -8939131 or 8755575. OLE color: 8755575.
HSL color Cylindrical-coordinate representation of color #779985: hue angle of 144.71º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779985 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 133 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.4 |
| HSL | 144.71º | 0.14% | 0.53% | - |
| HSV(B) | 144.71º | 0.22% | 0.6% | - |
| XYZ | 23.23 | 28.4 | 26.45 | - |
| YUV | 140.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 133 | 0.22 | 0 | 0.13 | 0.4 | 144.71 | 0.14 | 0.53 |
| Hex | 77 | 99 | 85 | 16 | 0 | D | 28 | 91 | E | 35 |
| Octal | 167 | 231 | 205 | 26 | 0 | 15 | 50 | 221 | 16 | 65 |
| Binary | 1110111 | 10011001 | 10000101 | 10110 | 0 | 1101 | 101000 | 10010001 | 1110 | 110101 |
Color Harmonies of #779985
Complementary color
Monochromatic Colors of #779985
Black with #779985
Text Example
Text Example
White with #779985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779985; }
p { color: rgb(119,153,133); }
H1.HeaderClassName
{
color: #779985;
}
.AnyTagClassName
{
color: #779985;
}
</style>
background-color css
<style>
a { background-color: #779985; }
a { background-color: rgb(119,153,133); }
div.DivClassName
{
background-color: #779985;
}
.BgClassName
{
background-color: #779985;
}
</style>
border-color css
<style>
span { border-color: #779985; }
span { border-color: rgb(119,153,133); }
td.TdClassName
{
border-color: #779985;
}
.TagClassName
{
border-color: #779985;
}
</style>