Shades of Oxley #78977E
Tints of Oxley #78977E
RGB
CMYK
RGB Variations
Color information
#78977E (or 0x78977E) is known color: Oxley. HEX triplet: 78, 97 and 7E. RGB value is (120,151,126). Sum of RGB (Red+Green+Blue) = 120+151+126=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #78977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78977E is #876881. Grayscale: #8A8A8A. Windows color (decimal): -8874114 or 8296312. OLE color: 8296312.
HSL color Cylindrical-coordinate representation of color #78977E: hue angle of 131.61º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78977E is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 151 | 126 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.41 |
| HSL | 131.61º | 0.13% | 0.53% | - |
| HSV(B) | 131.61º | 0.21% | 0.59% | - |
| XYZ | 22.58 | 27.63 | 23.88 | - |
| YUV | 138.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 126 | 0.21 | 0 | 0.17 | 0.41 | 131.61 | 0.13 | 0.53 |
| Hex | 78 | 97 | 7E | 15 | 0 | 11 | 29 | 84 | D | 35 |
| Octal | 170 | 227 | 176 | 25 | 0 | 21 | 51 | 204 | 15 | 65 |
| Binary | 1111000 | 10010111 | 1111110 | 10101 | 0 | 10001 | 101001 | 10000100 | 1101 | 110101 |
Color Harmonies of #78977E
Complementary color
Monochromatic Colors of #78977E
Black with #78977E
Text Example
Text Example
White with #78977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78977E; }
p { color: rgb(120,151,126); }
H1.HeaderClassName
{
color: #78977E;
}
.AnyTagClassName
{
color: #78977E;
}
</style>
background-color css
<style>
a { background-color: #78977E; }
a { background-color: rgb(120,151,126); }
div.DivClassName
{
background-color: #78977E;
}
.BgClassName
{
background-color: #78977E;
}
</style>
border-color css
<style>
span { border-color: #78977E; }
span { border-color: rgb(120,151,126); }
td.TdClassName
{
border-color: #78977E;
}
.TagClassName
{
border-color: #78977E;
}
</style>