#799980

Color #799980 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #799980

Tints of Oxley #799980

Color information

#799980 (or 0x799980) is unknown color: approx Oxley. HEX triplet: 79, 99 and 80. RGB value is (121,153,128). Sum of RGB (Red+Green+Blue) = 121+153+128=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #799980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799980 is #86667F. Grayscale: #8C8C8C. Windows color (decimal): -8808064 or 8427897. OLE color: 8427897.

HSL color Cylindrical-coordinate representation of color #799980: hue angle of 133.12º 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 #799980 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB121153128-
CMYK0.2100.160.4
HSL133.12º13.56%53.73%-
HSV(B)133.12º20.92%60%-
XYZ23.1728.4124.68-
YUV140.58120.9114.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 30.10%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=30.10%
G=38.06%
B=31.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211531280.2100.160.4133.1213.5653.73
Hex799980150102885e36
Octal17123120025020502051666
Binary1111001100110011000000010101010000101000100001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799980; }

 p { color: rgb(121,153,128); }

 H1.HeaderClassName
 {
   color: #799980;
 }
 .AnyTagClassName
 {
   color: #799980;
 }
</style>
background-color css

<style>
 a { background-color: #799980; }

 a { background-color: rgb(121,153,128); }

 div.DivClassName
 {
   background-color: #799980;
 }
 .BgClassName
 {
   background-color: #799980;
 }
</style>
border-color css

<style>
 span { border-color: #799980; }

 span { border-color: rgb(121,153,128); }

 td.TdClassName
 {
   border-color: #799980;
 }
 .TagClassName
 {
   border-color: #799980;
 }
</style>