#818077

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

Shades of Tapa #818077

Tints of Tapa #818077

Color information

#818077 (or 0x818077) is unknown color: approx Tapa. HEX triplet: 81, 80 and 77. RGB value is (129,128,119). Sum of RGB (Red+Green+Blue) = 129+128+119=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 129 - color contains mainly: red. Hex color #818077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818077 is #7E7F88. Grayscale: #7F7F7F. Windows color (decimal): -8290185 or 7831681. OLE color: 7831681.

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

Color convert

RGB129128119-
CMYK00.010.080.49
HSL54º4.03%48.63%-
HSV(B)54º7.75%50.59%-
XYZ20.121.4420.53-
YUV127.27123.33129.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=34.31%
G=34.04%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912811900.010.080.49544.0348.63
Hex8180770183136431
Octal20120016701106166461
Binary10000001100000001110111011000110001110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818077; }

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

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

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

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

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

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

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

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