#818377

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

Shades of Tapa #818377

Tints of Tapa #818377

Color information

#818377 (or 0x818377) is unknown color: approx Tapa. HEX triplet: 81, 83 and 77. RGB value is (129,131,119). Sum of RGB (Red+Green+Blue) = 129+131+119=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 131 - color contains mainly: green. Hex color #818377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818377 is #7E7C88. Grayscale: #818181. Windows color (decimal): -8289417 or 7832449. OLE color: 7832449.

HSL color Cylindrical-coordinate representation of color #818377: 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 #818377 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB129131119-
CMYK0.0200.090.49
HSL70º4.8%49.02%-
HSV(B)70º9.16%51.37%-
XYZ20.522.2320.66-
YUV129.03122.34127.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=34.04%
G=34.56%
B=31.40%

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
Decimal1291311190.0200.090.49704.849.02
Hex8183772093146531
Octal201203167201161106561
Binary1000000110000011111011110010011100011000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818377; }

 p { color: rgb(129,131,119); }

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

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

 a { background-color: rgb(129,131,119); }

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

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

 span { border-color: rgb(129,131,119); }

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