#807E6F

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

Shades of Tapa #807E6F

Tints of Tapa #807E6F

Color information

#807E6F (or 0x807E6F) is unknown color: approx Tapa. HEX triplet: 80, 7E and 6F. RGB value is (128,126,111). Sum of RGB (Red+Green+Blue) = 128+126+111=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 128 - color contains mainly: red. Hex color #807E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807E6F is #7F8190. Grayscale: #7C7C7C. Windows color (decimal): -8356241 or 7306880. OLE color: 7306880.

HSL color Cylindrical-coordinate representation of color #807E6F: hue angle of 52.94º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #807E6F is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB128126111-
CMYK00.020.130.50
HSL52.94º7.11%46.86%-
HSV(B)52.94º13.28%50.2%-
XYZ19.2320.6618.01-
YUV124.89120.16130.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=35.07%
G=34.52%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812611100.020.130.5052.947.1146.86
Hex807E6F02D323572f
Octal20017615702156265757
Binary10000000111111011011110101101110010110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807E6F; }

 p { color: rgb(128,126,111); }

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

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

 a { background-color: rgb(128,126,111); }

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

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

 span { border-color: rgb(128,126,111); }

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