Shades of Oxley #789784
Tints of Oxley #789784
RGB
CMYK
RGB Variations
Color information
#789784 (or 0x789784) is known color: Oxley. HEX triplet: 78, 97 and 84. RGB value is (120,151,132). Sum of RGB (Red+Green+Blue) = 120+151+132=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 151 - color contains mainly: green. Hex color #789784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789784 is #87687B. Grayscale: #8B8B8B. Windows color (decimal): -8874108 or 8689528. OLE color: 8689528.
HSL color Cylindrical-coordinate representation of color #789784: hue angle of 143.23º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789784 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 151 | 132 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.41 |
| HSL | 143.23º | 0.13% | 0.53% | - |
| HSV(B) | 143.23º | 0.21% | 0.59% | - |
| XYZ | 22.98 | 27.79 | 25.98 | - |
| YUV | 139.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 132 | 0.21 | 0 | 0.13 | 0.41 | 143.23 | 0.13 | 0.53 |
| Hex | 78 | 97 | 84 | 15 | 0 | D | 29 | 8F | D | 35 |
| Octal | 170 | 227 | 204 | 25 | 0 | 15 | 51 | 217 | 15 | 65 |
| Binary | 1111000 | 10010111 | 10000100 | 10101 | 0 | 1101 | 101001 | 10001111 | 1101 | 110101 |
Color Harmonies of #789784
Complementary color
Monochromatic Colors of #789784
Black with #789784
Text Example
Text Example
White with #789784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789784; }
p { color: rgb(120,151,132); }
H1.HeaderClassName
{
color: #789784;
}
.AnyTagClassName
{
color: #789784;
}
</style>
background-color css
<style>
a { background-color: #789784; }
a { background-color: rgb(120,151,132); }
div.DivClassName
{
background-color: #789784;
}
.BgClassName
{
background-color: #789784;
}
</style>
border-color css
<style>
span { border-color: #789784; }
span { border-color: rgb(120,151,132); }
td.TdClassName
{
border-color: #789784;
}
.TagClassName
{
border-color: #789784;
}
</style>