Shades of Oxley #789980
Tints of Oxley #789980
RGB
CMYK
RGB Variations
Color information
#789980 (or 0x789980) is known color: Oxley. HEX triplet: 78, 99 and 80. RGB value is (120,153,128). Sum of RGB (Red+Green+Blue) = 120+153+128=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #789980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789980 is #87667F. Grayscale: #8C8C8C. Windows color (decimal): -8873600 or 8427896. OLE color: 8427896.
HSL color Cylindrical-coordinate representation of color #789980: hue angle of 134.55º 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 #789980 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 128 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.4 |
| HSL | 134.55º | 0.14% | 0.54% | - |
| HSV(B) | 134.55º | 0.22% | 0.6% | - |
| XYZ | 23.03 | 28.33 | 24.68 | - |
| YUV | 140.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 128 | 0.22 | 0 | 0.16 | 0.4 | 134.55 | 0.14 | 0.54 |
| Hex | 78 | 99 | 80 | 16 | 0 | 10 | 28 | 87 | E | 36 |
| Octal | 170 | 231 | 200 | 26 | 0 | 20 | 50 | 207 | 16 | 66 |
| Binary | 1111000 | 10011001 | 10000000 | 10110 | 0 | 10000 | 101000 | 10000111 | 1110 | 110110 |
Color Harmonies of #789980
Complementary color
Monochromatic Colors of #789980
Black with #789980
Text Example
Text Example
White with #789980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789980; }
p { color: rgb(120,153,128); }
H1.HeaderClassName
{
color: #789980;
}
.AnyTagClassName
{
color: #789980;
}
</style>
background-color css
<style>
a { background-color: #789980; }
a { background-color: rgb(120,153,128); }
div.DivClassName
{
background-color: #789980;
}
.BgClassName
{
background-color: #789980;
}
</style>
border-color css
<style>
span { border-color: #789980; }
span { border-color: rgb(120,153,128); }
td.TdClassName
{
border-color: #789980;
}
.TagClassName
{
border-color: #789980;
}
</style>