#7E8065

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

Shades of Tapa #7E8065

Tints of Tapa #7E8065

Color information

#7E8065 (or 0x7E8065) is unknown color: approx Tapa. HEX triplet: 7E, 80 and 65. RGB value is (126,128,101). Sum of RGB (Red+Green+Blue) = 126+128+101=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 128 - color contains mainly: green. Hex color #7E8065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8065 is #817F9A. Grayscale: #7C7C7C. Windows color (decimal): -8486811 or 6652030. OLE color: 6652030.

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

Color convert

RGB126128101-
CMYK0.0200.210.50
HSL64.44º11.79%44.9%-
HSV(B)64.44º21.09%50.2%-
XYZ18.6720.8115.35-
YUV124.32114.84129.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.49%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=35.49%
G=36.06%
B=28.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1261281010.0200.210.5064.4411.7944.9
Hex7E806520153240c2d
Octal1762001452025621001455
Binary11111101000000011001011001010111001010000001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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