Shades of Oxley #789584
Tints of Oxley #789584
RGB
CMYK
RGB Variations
Color information
#789584 (or 0x789584) is known color: Oxley. HEX triplet: 78, 95 and 84. RGB value is (120,149,132). Sum of RGB (Red+Green+Blue) = 120+149+132=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #789584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789584 is #876A7B. Grayscale: #8A8A8A. Windows color (decimal): -8874620 or 8689016. OLE color: 8689016.
HSL color Cylindrical-coordinate representation of color #789584: hue angle of 144.83º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #789584 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 132 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.42 |
| HSL | 144.83º | 0.12% | 0.53% | - |
| HSV(B) | 144.83º | 0.19% | 0.58% | - |
| XYZ | 22.66 | 27.15 | 25.88 | - |
| YUV | 138.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 132 | 0.19 | 0 | 0.11 | 0.42 | 144.83 | 0.12 | 0.53 |
| Hex | 78 | 95 | 84 | 13 | 0 | B | 2A | 91 | C | 35 |
| Octal | 170 | 225 | 204 | 23 | 0 | 13 | 52 | 221 | 14 | 65 |
| Binary | 1111000 | 10010101 | 10000100 | 10011 | 0 | 1011 | 101010 | 10010001 | 1100 | 110101 |
Color Harmonies of #789584
Complementary color
Monochromatic Colors of #789584
Black with #789584
Text Example
Text Example
White with #789584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789584; }
p { color: rgb(120,149,132); }
H1.HeaderClassName
{
color: #789584;
}
.AnyTagClassName
{
color: #789584;
}
</style>
background-color css
<style>
a { background-color: #789584; }
a { background-color: rgb(120,149,132); }
div.DivClassName
{
background-color: #789584;
}
.BgClassName
{
background-color: #789584;
}
</style>
border-color css
<style>
span { border-color: #789584; }
span { border-color: rgb(120,149,132); }
td.TdClassName
{
border-color: #789584;
}
.TagClassName
{
border-color: #789584;
}
</style>