#808079

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

Shades of Tapa #808079

Tints of Tapa #808079

Color information

#808079 (or 0x808079) is unknown color: approx Tapa. HEX triplet: 80, 80 and 79. RGB value is (128,128,121). Sum of RGB (Red+Green+Blue) = 128+128+121=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808079 is #7F7F86. Grayscale: #7F7F7F. Windows color (decimal): -8355719 or 7962752. OLE color: 7962752.

HSL color Cylindrical-coordinate representation of color #808079: hue angle of 60º degrees, saturation: 0.03, 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 #808079 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB128128121-
CMYK000.050.50
HSL60º2.81%48.82%-
HSV(B)60º5.47%50.2%-
XYZ20.0721.4121.16-
YUV127.2124.5128.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=33.95%
G=33.95%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128128121000.050.50602.8148.82
Hex808079005323c331
Octal2002001710056274361
Binary100000001000000011110010010111001011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808079; }

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

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

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

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

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

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

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

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