Shades of Oxley #78997E
Tints of Oxley #78997E
RGB
CMYK
RGB Variations
Color information
#78997E (or 0x78997E) is known color: Oxley. HEX triplet: 78, 99 and 7E. RGB value is (120,153,126). Sum of RGB (Red+Green+Blue) = 120+153+126=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #78997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78997E is #876681. Grayscale: #8C8C8C. Windows color (decimal): -8873602 or 8296824. OLE color: 8296824.
HSL color Cylindrical-coordinate representation of color #78997E: hue angle of 130.91º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #78997E is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 126 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.4 |
| HSL | 130.91º | 0.14% | 0.54% | - |
| HSV(B) | 130.91º | 0.22% | 0.6% | - |
| XYZ | 22.9 | 28.28 | 23.99 | - |
| YUV | 140.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 126 | 0.22 | 0 | 0.18 | 0.4 | 130.91 | 0.14 | 0.54 |
| Hex | 78 | 99 | 7E | 16 | 0 | 12 | 28 | 83 | E | 36 |
| Octal | 170 | 231 | 176 | 26 | 0 | 22 | 50 | 203 | 16 | 66 |
| Binary | 1111000 | 10011001 | 1111110 | 10110 | 0 | 10010 | 101000 | 10000011 | 1110 | 110110 |
Color Harmonies of #78997E
Complementary color
Monochromatic Colors of #78997E
Black with #78997E
Text Example
Text Example
White with #78997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78997E; }
p { color: rgb(120,153,126); }
H1.HeaderClassName
{
color: #78997E;
}
.AnyTagClassName
{
color: #78997E;
}
</style>
background-color css
<style>
a { background-color: #78997E; }
a { background-color: rgb(120,153,126); }
div.DivClassName
{
background-color: #78997E;
}
.BgClassName
{
background-color: #78997E;
}
</style>
border-color css
<style>
span { border-color: #78997E; }
span { border-color: rgb(120,153,126); }
td.TdClassName
{
border-color: #78997E;
}
.TagClassName
{
border-color: #78997E;
}
</style>