Shades of Oxley #799984
Tints of Oxley #799984
RGB
CMYK
RGB Variations
Color information
#799984 (or 0x799984) is known color: Oxley. HEX triplet: 79, 99 and 84. RGB value is (121,153,132). Sum of RGB (Red+Green+Blue) = 121+153+132=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #799984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799984 is #86667B. Grayscale: #8D8D8D. Windows color (decimal): -8808060 or 8690041. OLE color: 8690041.
HSL color Cylindrical-coordinate representation of color #799984: hue angle of 140.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799984 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 153 | 132 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.4 |
| HSL | 140.63º | 0.14% | 0.54% | - |
| HSV(B) | 140.63º | 0.21% | 0.6% | - |
| XYZ | 23.44 | 28.51 | 26.1 | - |
| YUV | 141.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 153 | 132 | 0.21 | 0 | 0.14 | 0.4 | 140.63 | 0.14 | 0.54 |
| Hex | 79 | 99 | 84 | 15 | 0 | E | 28 | 8D | E | 36 |
| Octal | 171 | 231 | 204 | 25 | 0 | 16 | 50 | 215 | 16 | 66 |
| Binary | 1111001 | 10011001 | 10000100 | 10101 | 0 | 1110 | 101000 | 10001101 | 1110 | 110110 |
Color Harmonies of #799984
Complementary color
Monochromatic Colors of #799984
Black with #799984
Text Example
Text Example
White with #799984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799984; }
p { color: rgb(121,153,132); }
H1.HeaderClassName
{
color: #799984;
}
.AnyTagClassName
{
color: #799984;
}
</style>
background-color css
<style>
a { background-color: #799984; }
a { background-color: rgb(121,153,132); }
div.DivClassName
{
background-color: #799984;
}
.BgClassName
{
background-color: #799984;
}
</style>
border-color css
<style>
span { border-color: #799984; }
span { border-color: rgb(121,153,132); }
td.TdClassName
{
border-color: #799984;
}
.TagClassName
{
border-color: #799984;
}
</style>