#80826E

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

Shades of Tapa #80826E

Tints of Tapa #80826E

Color information

#80826E (or 0x80826E) is unknown color: approx Tapa. HEX triplet: 80, 82 and 6E. RGB value is (128,130,110). Sum of RGB (Red+Green+Blue) = 128+130+110=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 130 - color contains mainly: green. Hex color #80826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80826E is #7F7D91. Grayscale: #7F7F7F. Windows color (decimal): -8355218 or 7242368. OLE color: 7242368.

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

Color convert

RGB128130110-
CMYK0.0200.150.49
HSL66º8.33%47.06%-
HSV(B)66º15.38%50.98%-
XYZ19.721.6817.9-
YUV127.12118.34128.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=34.78%
G=35.33%
B=29.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281301100.0200.150.49668.3347.06
Hex80826E20F314282f
Octal2002021562017611021057
Binary10000000100000101101110100111111000110000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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