#81817B

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

Shades of Tapa #81817B

Tints of Tapa #81817B

Color information

#81817B (or 0x81817B) is unknown color: approx Tapa. HEX triplet: 81, 81 and 7B. RGB value is (129,129,123). Sum of RGB (Red+Green+Blue) = 129+129+123=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 129 - color contains mainly: red, green. Hex color #81817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81817B is #7E7E84. Grayscale: #808080. Windows color (decimal): -8289925 or 8094081. OLE color: 8094081.

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

Color convert

RGB129129123-
CMYK000.050.49
HSL60º2.38%49.41%-
HSV(B)60º4.65%50.59%-
XYZ20.4821.821.87-
YUV128.32125128.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.86%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=33.86%
G=33.86%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129129123000.050.49602.3849.41
Hex81817B005313c231
Octal2012011730056174261
Binary100000011000000111110110010111000111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81817B; }

 p { color: rgb(129,129,123); }

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

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

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

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

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

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

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