#808071

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

Shades of Tapa #808071

Tints of Tapa #808071

Color information

#808071 (or 0x808071) is unknown color: approx Tapa. HEX triplet: 80, 80 and 71. RGB value is (128,128,113). Sum of RGB (Red+Green+Blue) = 128+128+113=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808071 is #7F7F8E. Grayscale: #7E7E7E. Windows color (decimal): -8355727 or 7438464. OLE color: 7438464.

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

Color convert

RGB128128113-
CMYK000.120.50
HSL60º6.22%47.25%-
HSV(B)60º11.72%50.2%-
XYZ19.621.2218.69-
YUV126.29120.5129.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=34.69%
G=34.69%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128128113000.120.50606.2247.25
Hex80807100C323c62f
Octal20020016100146274657
Binary10000000100000001110001001100110010111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808071; }

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

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

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

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

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

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

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

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