#808175

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

Shades of Tapa #808175

Tints of Tapa #808175

Color information

#808175 (or 0x808175) is unknown color: approx Tapa. HEX triplet: 80, 81 and 75. RGB value is (128,129,117). Sum of RGB (Red+Green+Blue) = 128+129+117=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 129 - color contains mainly: green. Hex color #808175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808175 is #7F7E8A. Grayscale: #7F7F7F. Windows color (decimal): -8355467 or 7700864. OLE color: 7700864.

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

Color convert

RGB128129117-
CMYK0.0100.090.49
HSL65º4.88%48.24%-
HSV(B)65º9.3%50.59%-
XYZ19.9621.5719.94-
YUV127.33122.17128.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.22%
GREEN value IS 129 (50.78% from 255) = 34.49%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=34.22%
G=34.49%
B=31.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281291170.0100.090.49654.8848.24
Hex8081751093141530
Octal200201165101161101560
Binary100000001000000111101011010011100011000001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808175; }

 p { color: rgb(128,129,117); }

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

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

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

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

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

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

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