#7E806D

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

Shades of Tapa #7E806D

Tints of Tapa #7E806D

Color information

#7E806D (or 0x7E806D) is unknown color: approx Tapa. HEX triplet: 7E, 80 and 6D. RGB value is (126,128,109). Sum of RGB (Red+Green+Blue) = 126+128+109=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 128 - color contains mainly: green. Hex color #7E806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E806D is #817F92. Grayscale: #7D7D7D. Windows color (decimal): -8486803 or 7176318. OLE color: 7176318.

HSL color Cylindrical-coordinate representation of color #7E806D: hue angle of 66.32º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E806D is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB126128109-
CMYK0.0200.150.50
HSL66.32º8.02%46.47%-
HSV(B)66.32º14.84%50.2%-
XYZ19.0820.9817.51-
YUV125.24118.84128.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=34.71%
G=35.26%
B=30.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1261281090.0200.150.5066.328.0246.47
Hex7E806D20F324282e
Octal1762001552017621021056
Binary1111110100000001101101100111111001010000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E806D; }

 p { color: rgb(126,128,109); }

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

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

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

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

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

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

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