#828071

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

Shades of Tapa #828071

Tints of Tapa #828071

Color information

#828071 (or 0x828071) is unknown color: approx Tapa. HEX triplet: 82, 80 and 71. RGB value is (130,128,113). Sum of RGB (Red+Green+Blue) = 130+128+113=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 130 - color contains mainly: red. Hex color #828071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828071 is #7D7F8E. Grayscale: #7E7E7E. Windows color (decimal): -8224655 or 7438466. OLE color: 7438466.

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

Color convert

RGB130128113-
CMYK00.020.130.49
HSL52.94º7%47.65%-
HSV(B)52.94º13.08%50.98%-
XYZ19.9121.3818.7-
YUV126.89120.16130.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=35.04%
G=34.50%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012811300.020.130.4952.94747.65
Hex82807102D3135730
Octal20220016102156165760
Binary100000101000000011100010101101110001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828071; }

 p { color: rgb(130,128,113); }

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

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

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

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

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

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

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