#828279

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

Shades of Tapa #828279

Tints of Tapa #828279

Color information

#828279 (or 0x828279) is unknown color: approx Tapa. HEX triplet: 82, 82 and 79. RGB value is (130,130,121). Sum of RGB (Red+Green+Blue) = 130+130+121=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828279 is #7D7D86. Grayscale: #818181. Windows color (decimal): -8224135 or 7963266. OLE color: 7963266.

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

Color convert

RGB130130121-
CMYK000.070.49
HSL60º3.59%49.22%-
HSV(B)60º6.92%50.98%-
XYZ20.6422.0921.27-
YUV128.97123.5128.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=34.12%
G=34.12%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130130121000.070.49603.5949.22
Hex828279007313c431
Octal2022021710076174461
Binary1000001010000010111100100111110001111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828279; }

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

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

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

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

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

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

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

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