Shades of Oxley #789080
Tints of Oxley #789080
RGB
CMYK
RGB Variations
Color information
#789080 (or 0x789080) is known color: Oxley. HEX triplet: 78, 90 and 80. RGB value is (120,144,128). Sum of RGB (Red+Green+Blue) = 120+144+128=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #789080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789080 is #876F7F. Grayscale: #878787. Windows color (decimal): -8875904 or 8425592. OLE color: 8425592.
HSL color Cylindrical-coordinate representation of color #789080: hue angle of 140º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #789080 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 128 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.44 |
| HSL | 140º | 0.1% | 0.52% | - |
| HSV(B) | 140º | 0.17% | 0.56% | - |
| XYZ | 21.62 | 25.5 | 24.2 | - |
| YUV | 135 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 128 | 0.17 | 0 | 0.11 | 0.44 | 140 | 0.1 | 0.52 |
| Hex | 78 | 90 | 80 | 11 | 0 | B | 2C | 8C | A | 34 |
| Octal | 170 | 220 | 200 | 21 | 0 | 13 | 54 | 214 | 12 | 64 |
| Binary | 1111000 | 10010000 | 10000000 | 10001 | 0 | 1011 | 101100 | 10001100 | 1010 | 110100 |
Color Harmonies of #789080
Complementary color
Monochromatic Colors of #789080
Black with #789080
Text Example
Text Example
White with #789080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789080; }
p { color: rgb(120,144,128); }
H1.HeaderClassName
{
color: #789080;
}
.AnyTagClassName
{
color: #789080;
}
</style>
background-color css
<style>
a { background-color: #789080; }
a { background-color: rgb(120,144,128); }
div.DivClassName
{
background-color: #789080;
}
.BgClassName
{
background-color: #789080;
}
</style>
border-color css
<style>
span { border-color: #789080; }
span { border-color: rgb(120,144,128); }
td.TdClassName
{
border-color: #789080;
}
.TagClassName
{
border-color: #789080;
}
</style>