#82837A

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

Shades of Tapa #82837A

Tints of Tapa #82837A

Color information

#82837A (or 0x82837A) is unknown color: approx Tapa. HEX triplet: 82, 83 and 7A. RGB value is (130,131,122). Sum of RGB (Red+Green+Blue) = 130+131+122=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 131 - color contains mainly: green. Hex color #82837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82837A is #7D7C85. Grayscale: #818181. Windows color (decimal): -8223878 or 8029058. OLE color: 8029058.

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

Color convert

RGB130131122-
CMYK0.0100.070.49
HSL66.67º3.56%49.61%-
HSV(B)66.67º6.87%51.37%-
XYZ20.8422.3821.63-
YUV129.68123.67128.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=33.94%
G=34.20%
B=31.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301311220.0100.070.4966.673.5649.61
Hex82837A1073143432
Octal20220317210761103462
Binary10000010100000111111010101111100011000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82837A; }

 p { color: rgb(130,131,122); }

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

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

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

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

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

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

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