#808179

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

Shades of Tapa #808179

Tints of Tapa #808179

Color information

#808179 (or 0x808179) is unknown color: approx Tapa. HEX triplet: 80, 81 and 79. RGB value is (128,129,121). Sum of RGB (Red+Green+Blue) = 128+129+121=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 129 - color contains mainly: green. Hex color #808179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808179 is #7F7E86. Grayscale: #7F7F7F. Windows color (decimal): -8355463 or 7963008. OLE color: 7963008.

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

Color convert

RGB128129121-
CMYK0.0100.060.49
HSL67.5º3.2%49.02%-
HSV(B)67.5º6.2%50.59%-
XYZ20.221.6721.21-
YUV127.79124.17128.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=33.86%
G=34.13%
B=32.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281291210.0100.060.4967.53.249.02
Hex8081791063143331
Octal20020117110661103361
Binary1000000010000001111100110110110001100001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808179; }

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

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

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

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

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

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

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

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