#808276

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

Shades of Tapa #808276

Tints of Tapa #808276

Color information

#808276 (or 0x808276) is unknown color: approx Tapa. HEX triplet: 80, 82 and 76. RGB value is (128,130,118). Sum of RGB (Red+Green+Blue) = 128+130+118=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 130 - color contains mainly: green. Hex color #808276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808276 is #7F7D89. Grayscale: #808080. Windows color (decimal): -8355210 or 7766656. OLE color: 7766656.

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

Color convert

RGB128130118-
CMYK0.0200.090.49
HSL70º4.84%48.63%-
HSV(B)70º9.23%50.98%-
XYZ20.1521.8620.3-
YUV128.03122.34127.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 130 (51.17% from 255) = 34.57%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=34.04%
G=34.57%
B=31.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281301180.0200.090.49704.8448.63
Hex8082762093146531
Octal200202166201161106561
Binary1000000010000010111011010010011100011000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808276; }

 p { color: rgb(128,130,118); }

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

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

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

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

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

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

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