Shades of Oxley #779884
Tints of Oxley #779884
RGB
CMYK
RGB Variations
Color information
#779884 (or 0x779884) is known color: Oxley. HEX triplet: 77, 98 and 84. RGB value is (119,152,132). Sum of RGB (Red+Green+Blue) = 119+152+132=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #779884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779884 is #88677B. Grayscale: #8B8B8B. Windows color (decimal): -8939388 or 8689783. OLE color: 8689783.
HSL color Cylindrical-coordinate representation of color #779884: hue angle of 143.64º 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 #779884 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 132 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.40 |
| HSL | 143.64º | 0.14% | 0.53% | - |
| HSV(B) | 143.64º | 0.22% | 0.6% | - |
| XYZ | 23 | 28.04 | 26.03 | - |
| YUV | 139.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 132 | 0.22 | 0 | 0.13 | 0.40 | 143.64 | 0.14 | 0.53 |
| Hex | 77 | 98 | 84 | 16 | 0 | D | 28 | 90 | E | 35 |
| Octal | 167 | 230 | 204 | 26 | 0 | 15 | 50 | 220 | 16 | 65 |
| Binary | 1110111 | 10011000 | 10000100 | 10110 | 0 | 1101 | 101000 | 10010000 | 1110 | 110101 |
Color Harmonies of #779884
Complementary color
Monochromatic Colors of #779884
Black with #779884
Text Example
Text Example
White with #779884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779884; }
p { color: rgb(119,152,132); }
H1.HeaderClassName
{
color: #779884;
}
.AnyTagClassName
{
color: #779884;
}
</style>
background-color css
<style>
a { background-color: #779884; }
a { background-color: rgb(119,152,132); }
div.DivClassName
{
background-color: #779884;
}
.BgClassName
{
background-color: #779884;
}
</style>
border-color css
<style>
span { border-color: #779884; }
span { border-color: rgb(119,152,132); }
td.TdClassName
{
border-color: #779884;
}
.TagClassName
{
border-color: #779884;
}
</style>