#828276

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

Shades of Tapa #828276

Tints of Tapa #828276

Color information

#828276 (or 0x828276) is unknown color: approx Tapa. HEX triplet: 82, 82 and 76. RGB value is (130,130,118). Sum of RGB (Red+Green+Blue) = 130+130+118=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828276 is #7D7D89. Grayscale: #808080. Windows color (decimal): -8224138 or 7766658. OLE color: 7766658.

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

Color convert

RGB130130118-
CMYK000.090.49
HSL60º4.84%48.63%-
HSV(B)60º9.23%50.98%-
XYZ20.4622.0220.31-
YUV128.63122128.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=34.39%
G=34.39%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130130118000.090.49604.8448.63
Hex828276009313c531
Octal20220216600116174561
Binary10000010100000101110110001001110001111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828276; }

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

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

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

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

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

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

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

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