Shades of Oxley #779885
Tints of Oxley #779885
RGB
CMYK
RGB Variations
Color information
#779885 (or 0x779885) is known color: Oxley. HEX triplet: 77, 98 and 85. RGB value is (119,152,133). Sum of RGB (Red+Green+Blue) = 119+152+133=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #779885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779885 is #88677A. Grayscale: #8C8C8C. Windows color (decimal): -8939387 or 8755319. OLE color: 8755319.
HSL color Cylindrical-coordinate representation of color #779885: hue angle of 145.45º 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 #779885 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 133 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.40 |
| HSL | 145.45º | 0.14% | 0.53% | - |
| HSV(B) | 145.45º | 0.22% | 0.6% | - |
| XYZ | 23.07 | 28.07 | 26.39 | - |
| YUV | 139.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 133 | 0.22 | 0 | 0.13 | 0.40 | 145.45 | 0.14 | 0.53 |
| Hex | 77 | 98 | 85 | 16 | 0 | D | 28 | 91 | E | 35 |
| Octal | 167 | 230 | 205 | 26 | 0 | 15 | 50 | 221 | 16 | 65 |
| Binary | 1110111 | 10011000 | 10000101 | 10110 | 0 | 1101 | 101000 | 10010001 | 1110 | 110101 |
Color Harmonies of #779885
Complementary color
Monochromatic Colors of #779885
Black with #779885
Text Example
Text Example
White with #779885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779885; }
p { color: rgb(119,152,133); }
H1.HeaderClassName
{
color: #779885;
}
.AnyTagClassName
{
color: #779885;
}
</style>
background-color css
<style>
a { background-color: #779885; }
a { background-color: rgb(119,152,133); }
div.DivClassName
{
background-color: #779885;
}
.BgClassName
{
background-color: #779885;
}
</style>
border-color css
<style>
span { border-color: #779885; }
span { border-color: rgb(119,152,133); }
td.TdClassName
{
border-color: #779885;
}
.TagClassName
{
border-color: #779885;
}
</style>