#80806D

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

Shades of Tapa #80806D

Tints of Tapa #80806D

Color information

#80806D (or 0x80806D) is unknown color: approx Tapa. HEX triplet: 80, 80 and 6D. RGB value is (128,128,109). Sum of RGB (Red+Green+Blue) = 128+128+109=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 128 - color contains mainly: red, green. Hex color #80806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80806D is #7F7F92. Grayscale: #7D7D7D. Windows color (decimal): -8355731 or 7176320. OLE color: 7176320.

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

Color convert

RGB128128109-
CMYK000.150.50
HSL60º8.02%46.47%-
HSV(B)60º14.84%50.2%-
XYZ19.3821.1317.53-
YUV125.83118.5129.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 109 (42.97% from 255) = 29.86%
R=35.07%
G=35.07%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128128109000.150.50608.0246.47
Hex80806D00F323c82e
Octal200200155001762741056
Binary100000001000000011011010011111100101111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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