#807579

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

Shades of Venus #807579

Tints of Venus #807579

Color information

#807579 (or 0x807579) is unknown color: approx Venus. HEX triplet: 80, 75 and 79. RGB value is (128,117,121). Sum of RGB (Red+Green+Blue) = 128+117+121=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 128 - color contains mainly: red. Hex color #807579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807579 is #7F8A86. Grayscale: #787878. Windows color (decimal): -8358535 or 7959936. OLE color: 7959936.

HSL color Cylindrical-coordinate representation of color #807579: hue angle of 338.18º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #807579 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB128117121-
CMYK00.090.050.50
HSL338.18º4.49%48.04%-
HSV(B)338.18º8.59%50.2%-
XYZ18.7118.6920.71-
YUV120.74128.14133.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 121 (47.66% from 255) = 33.06%
R=34.97%
G=31.97%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811712100.090.050.50338.184.4948.04
Hex80757909532152430
Octal200165171011562522460
Binary100000001110101111100101001101110010101010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807579; }

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

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

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

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

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

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

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

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