Shades of Oxley #799182
Tints of Oxley #799182
RGB
CMYK
RGB Variations
Color information
#799182 (or 0x799182) is known color: Oxley. HEX triplet: 79, 91 and 82. RGB value is (121,145,130). Sum of RGB (Red+Green+Blue) = 121+145+130=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #799182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799182 is #866E7D. Grayscale: #888888. Windows color (decimal): -8810110 or 8556921. OLE color: 8556921.
HSL color Cylindrical-coordinate representation of color #799182: hue angle of 142.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #799182 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 130 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.43 |
| HSL | 142.5º | 0.1% | 0.52% | - |
| HSV(B) | 142.5º | 0.17% | 0.57% | - |
| XYZ | 22.04 | 25.93 | 24.96 | - |
| YUV | 136.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 130 | 0.17 | 0 | 0.10 | 0.43 | 142.5 | 0.1 | 0.52 |
| Hex | 79 | 91 | 82 | 11 | 0 | A | 2B | 8E | A | 34 |
| Octal | 171 | 221 | 202 | 21 | 0 | 12 | 53 | 216 | 12 | 64 |
| Binary | 1111001 | 10010001 | 10000010 | 10001 | 0 | 1010 | 101011 | 10001110 | 1010 | 110100 |
Color Harmonies of #799182
Complementary color
Monochromatic Colors of #799182
Black with #799182
Text Example
Text Example
White with #799182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799182; }
p { color: rgb(121,145,130); }
H1.HeaderClassName
{
color: #799182;
}
.AnyTagClassName
{
color: #799182;
}
</style>
background-color css
<style>
a { background-color: #799182; }
a { background-color: rgb(121,145,130); }
div.DivClassName
{
background-color: #799182;
}
.BgClassName
{
background-color: #799182;
}
</style>
border-color css
<style>
span { border-color: #799182; }
span { border-color: rgb(121,145,130); }
td.TdClassName
{
border-color: #799182;
}
.TagClassName
{
border-color: #799182;
}
</style>