Shades of Oxley #779982
Tints of Oxley #779982
RGB
CMYK
RGB Variations
Color information
#779982 (or 0x779982) is known color: Oxley. HEX triplet: 77, 99 and 82. RGB value is (119,153,130). Sum of RGB (Red+Green+Blue) = 119+153+130=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #779982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779982 is #88667D. Grayscale: #8C8C8C. Windows color (decimal): -8939134 or 8558967. OLE color: 8558967.
HSL color Cylindrical-coordinate representation of color #779982: hue angle of 139.41º 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 #779982 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 130 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.4 |
| HSL | 139.41º | 0.14% | 0.53% | - |
| HSV(B) | 139.41º | 0.22% | 0.6% | - |
| XYZ | 23.03 | 28.32 | 25.37 | - |
| YUV | 140.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 130 | 0.22 | 0 | 0.15 | 0.4 | 139.41 | 0.14 | 0.53 |
| Hex | 77 | 99 | 82 | 16 | 0 | F | 28 | 8B | E | 35 |
| Octal | 167 | 231 | 202 | 26 | 0 | 17 | 50 | 213 | 16 | 65 |
| Binary | 1110111 | 10011001 | 10000010 | 10110 | 0 | 1111 | 101000 | 10001011 | 1110 | 110101 |
Color Harmonies of #779982
Complementary color
Monochromatic Colors of #779982
Black with #779982
Text Example
Text Example
White with #779982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779982; }
p { color: rgb(119,153,130); }
H1.HeaderClassName
{
color: #779982;
}
.AnyTagClassName
{
color: #779982;
}
</style>
background-color css
<style>
a { background-color: #779982; }
a { background-color: rgb(119,153,130); }
div.DivClassName
{
background-color: #779982;
}
.BgClassName
{
background-color: #779982;
}
</style>
border-color css
<style>
span { border-color: #779982; }
span { border-color: rgb(119,153,130); }
td.TdClassName
{
border-color: #779982;
}
.TagClassName
{
border-color: #779982;
}
</style>