#81827A

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

Shades of Tapa #81827A

Tints of Tapa #81827A

Color information

#81827A (or 0x81827A) is unknown color: approx Tapa. HEX triplet: 81, 82 and 7A. RGB value is (129,130,122). Sum of RGB (Red+Green+Blue) = 129+130+122=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 130 - color contains mainly: green. Hex color #81827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81827A is #7E7D85. Grayscale: #808080. Windows color (decimal): -8289670 or 8028801. OLE color: 8028801.

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

Color convert

RGB129130122-
CMYK0.0100.060.49
HSL67.5º3.17%49.41%-
HSV(B)67.5º6.15%50.98%-
XYZ20.5522.0421.58-
YUV128.79124.17128.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.86%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=33.86%
G=34.12%
B=32.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291301220.0100.060.4967.53.1749.41
Hex81827A1063143331
Octal20120217210661103361
Binary1000000110000010111101010110110001100001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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