#80757A

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

Shades of Venus #80757A

Tints of Venus #80757A

Color information

#80757A (or 0x80757A) is unknown color: approx Venus. HEX triplet: 80, 75 and 7A. RGB value is (128,117,122). Sum of RGB (Red+Green+Blue) = 128+117+122=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 128 - color contains mainly: red. Hex color #80757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80757A is #7F8A85. Grayscale: #787878. Windows color (decimal): -8358534 or 8025472. OLE color: 8025472.

HSL color Cylindrical-coordinate representation of color #80757A: hue angle of 332.73º 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 #80757A is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB128117122-
CMYK00.090.050.50
HSL332.73º4.49%48.04%-
HSV(B)332.73º8.59%50.2%-
XYZ18.7818.7221.04-
YUV120.86128.64133.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=34.88%
G=31.88%
B=33.24%

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
Decimal12811712200.090.050.50332.734.4948.04
Hex80757A0953214d430
Octal200165172011562515460
Binary100000001110101111101001001101110010101001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80757A; }

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

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

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

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

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

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

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

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