#80806E

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

Shades of Tapa #80806E

Tints of Tapa #80806E

Color information

#80806E (or 0x80806E) is unknown color: approx Tapa. HEX triplet: 80, 80 and 6E. RGB value is (128,128,110). Sum of RGB (Red+Green+Blue) = 128+128+110=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 128 - color contains mainly: red, green. Hex color #80806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80806E is #7F7F91. Grayscale: #7E7E7E. Windows color (decimal): -8355730 or 7241856. OLE color: 7241856.

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

Color convert

RGB128128110-
CMYK000.140.50
HSL60º7.56%46.67%-
HSV(B)60º14.06%50.2%-
XYZ19.4421.1517.81-
YUV125.95119129.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=34.97%
G=34.97%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128128110000.140.50607.5646.67
Hex80806E00E323c82f
Octal200200156001662741057
Binary100000001000000011011100011101100101111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80806E; }

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

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

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

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

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

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

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

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