Shades of Oxley #799180
Tints of Oxley #799180
RGB
CMYK
RGB Variations
Color information
#799180 (or 0x799180) is known color: Oxley. HEX triplet: 79, 91 and 80. RGB value is (121,145,128). Sum of RGB (Red+Green+Blue) = 121+145+128=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #799180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799180 is #866E7F. Grayscale: #878787. Windows color (decimal): -8810112 or 8425849. OLE color: 8425849.
HSL color Cylindrical-coordinate representation of color #799180: hue angle of 137.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 #799180 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 128 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.43 |
| HSL | 137.5º | 0.1% | 0.52% | - |
| HSV(B) | 137.5º | 0.17% | 0.57% | - |
| XYZ | 21.91 | 25.87 | 24.26 | - |
| YUV | 135.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 128 | 0.17 | 0 | 0.12 | 0.43 | 137.5 | 0.1 | 0.52 |
| Hex | 79 | 91 | 80 | 11 | 0 | C | 2B | 8A | A | 34 |
| Octal | 171 | 221 | 200 | 21 | 0 | 14 | 53 | 212 | 12 | 64 |
| Binary | 1111001 | 10010001 | 10000000 | 10001 | 0 | 1100 | 101011 | 10001010 | 1010 | 110100 |
Color Harmonies of #799180
Complementary color
Monochromatic Colors of #799180
Black with #799180
Text Example
Text Example
White with #799180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799180; }
p { color: rgb(121,145,128); }
H1.HeaderClassName
{
color: #799180;
}
.AnyTagClassName
{
color: #799180;
}
</style>
background-color css
<style>
a { background-color: #799180; }
a { background-color: rgb(121,145,128); }
div.DivClassName
{
background-color: #799180;
}
.BgClassName
{
background-color: #799180;
}
</style>
border-color css
<style>
span { border-color: #799180; }
span { border-color: rgb(121,145,128); }
td.TdClassName
{
border-color: #799180;
}
.TagClassName
{
border-color: #799180;
}
</style>