Shades of Oxley #799784
Tints of Oxley #799784
RGB
CMYK
RGB Variations
Color information
#799784 (or 0x799784) is known color: Oxley. HEX triplet: 79, 97 and 84. RGB value is (121,151,132). Sum of RGB (Red+Green+Blue) = 121+151+132=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #799784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799784 is #86687B. Grayscale: #8B8B8B. Windows color (decimal): -8808572 or 8689529. OLE color: 8689529.
HSL color Cylindrical-coordinate representation of color #799784: hue angle of 142º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #799784 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 151 | 132 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.41 |
| HSL | 142º | 0.13% | 0.53% | - |
| HSV(B) | 142º | 0.2% | 0.59% | - |
| XYZ | 23.12 | 27.86 | 25.99 | - |
| YUV | 139.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 151 | 132 | 0.20 | 0 | 0.13 | 0.41 | 142 | 0.13 | 0.53 |
| Hex | 79 | 97 | 84 | 14 | 0 | D | 29 | 8E | D | 35 |
| Octal | 171 | 227 | 204 | 24 | 0 | 15 | 51 | 216 | 15 | 65 |
| Binary | 1111001 | 10010111 | 10000100 | 10100 | 0 | 1101 | 101001 | 10001110 | 1101 | 110101 |
Color Harmonies of #799784
Complementary color
Monochromatic Colors of #799784
Black with #799784
Text Example
Text Example
White with #799784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799784; }
p { color: rgb(121,151,132); }
H1.HeaderClassName
{
color: #799784;
}
.AnyTagClassName
{
color: #799784;
}
</style>
background-color css
<style>
a { background-color: #799784; }
a { background-color: rgb(121,151,132); }
div.DivClassName
{
background-color: #799784;
}
.BgClassName
{
background-color: #799784;
}
</style>
border-color css
<style>
span { border-color: #799784; }
span { border-color: rgb(121,151,132); }
td.TdClassName
{
border-color: #799784;
}
.TagClassName
{
border-color: #799784;
}
</style>