Shades of Oxley #779D7D
Tints of Oxley #779D7D
RGB
CMYK
RGB Variations
Color information
#779D7D (or 0x779D7D) is known color: Oxley. HEX triplet: 77, 9D and 7D. RGB value is (119,157,125). Sum of RGB (Red+Green+Blue) = 119+157+125=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 157 - color contains mainly: green. Hex color #779D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779D7D is #886282. Grayscale: #8E8E8E. Windows color (decimal): -8938115 or 8232311. OLE color: 8232311.
HSL color Cylindrical-coordinate representation of color #779D7D: hue angle of 129.47º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779D7D is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 125 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.38 |
| HSL | 129.47º | 0.16% | 0.54% | - |
| HSV(B) | 129.47º | 0.24% | 0.62% | - |
| XYZ | 23.37 | 29.52 | 23.87 | - |
| YUV | 141.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 125 | 0.24 | 0 | 0.20 | 0.38 | 129.47 | 0.16 | 0.54 |
| Hex | 77 | 9D | 7D | 18 | 0 | 14 | 26 | 81 | 10 | 36 |
| Octal | 167 | 235 | 175 | 30 | 0 | 24 | 46 | 201 | 20 | 66 |
| Binary | 1110111 | 10011101 | 1111101 | 11000 | 0 | 10100 | 100110 | 10000001 | 10000 | 110110 |
Color Harmonies of #779D7D
Complementary color
Monochromatic Colors of #779D7D
Black with #779D7D
Text Example
Text Example
White with #779D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D7D; }
p { color: rgb(119,157,125); }
H1.HeaderClassName
{
color: #779D7D;
}
.AnyTagClassName
{
color: #779D7D;
}
</style>
background-color css
<style>
a { background-color: #779D7D; }
a { background-color: rgb(119,157,125); }
div.DivClassName
{
background-color: #779D7D;
}
.BgClassName
{
background-color: #779D7D;
}
</style>
border-color css
<style>
span { border-color: #779D7D; }
span { border-color: rgb(119,157,125); }
td.TdClassName
{
border-color: #779D7D;
}
.TagClassName
{
border-color: #779D7D;
}
</style>