#808270

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

Shades of Tapa #808270

Tints of Tapa #808270

Color information

#808270 (or 0x808270) is unknown color: approx Tapa. HEX triplet: 80, 82 and 70. RGB value is (128,130,112). Sum of RGB (Red+Green+Blue) = 128+130+112=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 130 - color contains mainly: green. Hex color #808270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808270 is #7F7D8F. Grayscale: #7F7F7F. Windows color (decimal): -8355216 or 7373440. OLE color: 7373440.

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

Color convert

RGB128130112-
CMYK0.0200.140.49
HSL66.67º7.44%47.45%-
HSV(B)66.67º13.85%50.98%-
XYZ19.8121.7218.48-
YUV127.35119.34128.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=34.59%
G=35.14%
B=30.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281301120.0200.140.4966.677.4447.45
Hex80827020E314372f
Octal200202160201661103757
Binary1000000010000010111000010011101100011000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808270; }

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

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

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

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

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

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

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

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