#8A7886

Color #8A7886 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #8A7886

Tints of Taupe Grey #8A7886

Color information

#8A7886 (or 0x8A7886) is unknown color: approx Taupe Grey. HEX triplet: 8A, 78 and 86. RGB value is (138,120,134). Sum of RGB (Red+Green+Blue) = 138+120+134=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7886 is #758779. Grayscale: #7E7E7E. Windows color (decimal): -7702394 or 8812682. OLE color: 8812682.

HSL color Cylindrical-coordinate representation of color #8A7886: hue angle of 313.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A7886 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB138120134-
CMYK00.130.030.46
HSL313.33º7.14%50.59%-
HSV(B)313.33º13.04%54.12%-
XYZ21.520.5625.39-
YUV126.98131.96135.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 134 (52.73% from 255) = 34.18%
R=35.20%
G=30.61%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812013400.130.030.46313.337.1450.59
Hex8A78860D32E139733
Octal212170206015356471763
Binary100010101111000100001100110111101110100111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7886; }

 p { color: rgb(138,120,134); }

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

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

 a { background-color: rgb(138,120,134); }

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

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

 span { border-color: rgb(138,120,134); }

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