#80777A

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

Shades of Venus #80777A

Tints of Venus #80777A

Color information

#80777A (or 0x80777A) is unknown color: approx Venus. HEX triplet: 80, 77 and 7A. RGB value is (128,119,122). Sum of RGB (Red+Green+Blue) = 128+119+122=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 128 - color contains mainly: red. Hex color #80777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80777A is #7F8885. Grayscale: #7A7A7A. Windows color (decimal): -8358022 or 8025984. OLE color: 8025984.

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

Color convert

RGB128119122-
CMYK00.070.050.50
HSL340º3.64%48.43%-
HSV(B)340º7.03%50.2%-
XYZ19.0119.1921.11-
YUV122.03127.98132.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=34.69%
G=32.25%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811912200.070.050.503403.6448.43
Hex80777A07532154430
Octal20016717207562524460
Binary10000000111011111110100111101110010101010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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