Shades of Oxley #78937E
Tints of Oxley #78937E
RGB
CMYK
RGB Variations
Color information
#78937E (or 0x78937E) is known color: Oxley. HEX triplet: 78, 93 and 7E. RGB value is (120,147,126). Sum of RGB (Red+Green+Blue) = 120+147+126=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #78937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78937E is #876C81. Grayscale: #888888. Windows color (decimal): -8875138 or 8295288. OLE color: 8295288.
HSL color Cylindrical-coordinate representation of color #78937E: hue angle of 133.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78937E is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 147 | 126 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.42 |
| HSL | 133.33º | 0.11% | 0.52% | - |
| HSV(B) | 133.33º | 0.18% | 0.58% | - |
| XYZ | 21.95 | 26.37 | 23.67 | - |
| YUV | 136.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 147 | 126 | 0.18 | 0 | 0.14 | 0.42 | 133.33 | 0.11 | 0.52 |
| Hex | 78 | 93 | 7E | 12 | 0 | E | 2A | 85 | B | 34 |
| Octal | 170 | 223 | 176 | 22 | 0 | 16 | 52 | 205 | 13 | 64 |
| Binary | 1111000 | 10010011 | 1111110 | 10010 | 0 | 1110 | 101010 | 10000101 | 1011 | 110100 |
Color Harmonies of #78937E
Complementary color
Monochromatic Colors of #78937E
Black with #78937E
Text Example
Text Example
White with #78937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78937E; }
p { color: rgb(120,147,126); }
H1.HeaderClassName
{
color: #78937E;
}
.AnyTagClassName
{
color: #78937E;
}
</style>
background-color css
<style>
a { background-color: #78937E; }
a { background-color: rgb(120,147,126); }
div.DivClassName
{
background-color: #78937E;
}
.BgClassName
{
background-color: #78937E;
}
</style>
border-color css
<style>
span { border-color: #78937E; }
span { border-color: rgb(120,147,126); }
td.TdClassName
{
border-color: #78937E;
}
.TagClassName
{
border-color: #78937E;
}
</style>