#818376

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

Shades of Tapa #818376

Tints of Tapa #818376

Color information

#818376 (or 0x818376) is unknown color: approx Tapa. HEX triplet: 81, 83 and 76. RGB value is (129,131,118). Sum of RGB (Red+Green+Blue) = 129+131+118=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 131 - color contains mainly: green. Hex color #818376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818376 is #7E7C89. Grayscale: #808080. Windows color (decimal): -8289418 or 7766913. OLE color: 7766913.

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

Color convert

RGB129131118-
CMYK0.0200.100.49
HSL69.23º5.22%48.82%-
HSV(B)69.23º9.92%51.37%-
XYZ20.4422.2120.35-
YUV128.92121.84128.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=34.13%
G=34.66%
B=31.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291311180.0200.100.4969.235.2248.82
Hex81837620A3145531
Octal201203166201261105561
Binary1000000110000011111011010010101100011000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818376; }

 p { color: rgb(129,131,118); }

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

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

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

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

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

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

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