#818276

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

Shades of Tapa #818276

Tints of Tapa #818276

Color information

#818276 (or 0x818276) is unknown color: approx Tapa. HEX triplet: 81, 82 and 76. RGB value is (129,130,118). Sum of RGB (Red+Green+Blue) = 129+130+118=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 130 - color contains mainly: green. Hex color #818276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818276 is #7E7D89. Grayscale: #808080. Windows color (decimal): -8289674 or 7766657. OLE color: 7766657.

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

Color convert

RGB129130118-
CMYK0.0100.090.49
HSL65º4.84%48.63%-
HSV(B)65º9.23%50.98%-
XYZ20.3121.9420.3-
YUV128.33122.17128.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=34.22%
G=34.48%
B=31.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291301180.0100.090.49654.8448.63
Hex8182761093141531
Octal201202166101161101561
Binary100000011000001011101101010011100011000001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818276; }

 p { color: rgb(129,130,118); }

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

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

 a { background-color: rgb(129,130,118); }

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

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

 span { border-color: rgb(129,130,118); }

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