#80807A

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

Shades of Tapa #80807A

Tints of Tapa #80807A

Color information

#80807A (or 0x80807A) is unknown color: approx Tapa. HEX triplet: 80, 80 and 7A. RGB value is (128,128,122). Sum of RGB (Red+Green+Blue) = 128+128+122=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 128 - color contains mainly: red, green. Hex color #80807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80807A is #7F7F85. Grayscale: #7F7F7F. Windows color (decimal): -8355718 or 8028288. OLE color: 8028288.

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

Color convert

RGB128128122-
CMYK000.050.50
HSL60º2.4%49.02%-
HSV(B)60º4.69%50.2%-
XYZ20.1321.4321.49-
YUV127.32125128.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=33.86%
G=33.86%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128128122000.050.50602.449.02
Hex80807A005323c231
Octal2002001720056274261
Binary100000001000000011110100010111001011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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