Shades of Oxley #779F7F
Tints of Oxley #779F7F
RGB
CMYK
RGB Variations
Color information
#779F7F (or 0x779F7F) is known color: Oxley. HEX triplet: 77, 9F and 7F. RGB value is (119,159,127). Sum of RGB (Red+Green+Blue) = 119+159+127=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 159 - color contains mainly: green. Hex color #779F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F7F is #886080. Grayscale: #8F8F8F. Windows color (decimal): -8937601 or 8363895. OLE color: 8363895.
HSL color Cylindrical-coordinate representation of color #779F7F: hue angle of 132º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779F7F is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 127 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.38 |
| HSL | 132º | 0.17% | 0.55% | - |
| HSV(B) | 132º | 0.25% | 0.62% | - |
| XYZ | 23.84 | 30.25 | 24.66 | - |
| YUV | 143.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 127 | 0.25 | 0 | 0.20 | 0.38 | 132 | 0.17 | 0.55 |
| Hex | 77 | 9F | 7F | 19 | 0 | 14 | 26 | 84 | 11 | 37 |
| Octal | 167 | 237 | 177 | 31 | 0 | 24 | 46 | 204 | 21 | 67 |
| Binary | 1110111 | 10011111 | 1111111 | 11001 | 0 | 10100 | 100110 | 10000100 | 10001 | 110111 |
Color Harmonies of #779F7F
Complementary color
Monochromatic Colors of #779F7F
Black with #779F7F
Text Example
Text Example
White with #779F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F7F; }
p { color: rgb(119,159,127); }
H1.HeaderClassName
{
color: #779F7F;
}
.AnyTagClassName
{
color: #779F7F;
}
</style>
background-color css
<style>
a { background-color: #779F7F; }
a { background-color: rgb(119,159,127); }
div.DivClassName
{
background-color: #779F7F;
}
.BgClassName
{
background-color: #779F7F;
}
</style>
border-color css
<style>
span { border-color: #779F7F; }
span { border-color: rgb(119,159,127); }
td.TdClassName
{
border-color: #779F7F;
}
.TagClassName
{
border-color: #779F7F;
}
</style>