Shades of Oxley #789880
Tints of Oxley #789880
RGB
CMYK
RGB Variations
Color information
#789880 (or 0x789880) is known color: Oxley. HEX triplet: 78, 98 and 80. RGB value is (120,152,128). Sum of RGB (Red+Green+Blue) = 120+152+128=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #789880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789880 is #87677F. Grayscale: #8B8B8B. Windows color (decimal): -8873856 or 8427640. OLE color: 8427640.
HSL color Cylindrical-coordinate representation of color #789880: hue angle of 135º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789880 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 152 | 128 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.40 |
| HSL | 135º | 0.13% | 0.53% | - |
| HSV(B) | 135º | 0.21% | 0.6% | - |
| XYZ | 22.87 | 28.01 | 24.62 | - |
| YUV | 139.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 128 | 0.21 | 0 | 0.16 | 0.40 | 135 | 0.13 | 0.53 |
| Hex | 78 | 98 | 80 | 15 | 0 | 10 | 28 | 87 | D | 35 |
| Octal | 170 | 230 | 200 | 25 | 0 | 20 | 50 | 207 | 15 | 65 |
| Binary | 1111000 | 10011000 | 10000000 | 10101 | 0 | 10000 | 101000 | 10000111 | 1101 | 110101 |
Color Harmonies of #789880
Complementary color
Monochromatic Colors of #789880
Black with #789880
Text Example
Text Example
White with #789880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789880; }
p { color: rgb(120,152,128); }
H1.HeaderClassName
{
color: #789880;
}
.AnyTagClassName
{
color: #789880;
}
</style>
background-color css
<style>
a { background-color: #789880; }
a { background-color: rgb(120,152,128); }
div.DivClassName
{
background-color: #789880;
}
.BgClassName
{
background-color: #789880;
}
</style>
border-color css
<style>
span { border-color: #789880; }
span { border-color: rgb(120,152,128); }
td.TdClassName
{
border-color: #789880;
}
.TagClassName
{
border-color: #789880;
}
</style>