#8A7584

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

Shades of Taupe Grey #8A7584

Tints of Taupe Grey #8A7584

Color information

#8A7584 (or 0x8A7584) is unknown color: approx Taupe Grey. HEX triplet: 8A, 75 and 84. RGB value is (138,117,132). Sum of RGB (Red+Green+Blue) = 138+117+132=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7584 is #758A7B. Grayscale: #7C7C7C. Windows color (decimal): -7703164 or 8680842. OLE color: 8680842.

HSL color Cylindrical-coordinate representation of color #8A7584: hue angle of 317.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A7584 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB138117132-
CMYK00.150.040.46
HSL317.14º8.24%50%-
HSV(B)317.14º15.22%54.12%-
XYZ21.0119.7924.54-
YUV124.99131.96137.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.66%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=35.66%
G=30.23%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811713200.150.040.46317.148.2450
Hex8A75840F42E13d832
Octal2121652040174564751062
Binary10001010111010110000100011111001011101001111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,117,132); }

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

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

 a { background-color: rgb(138,117,132); }

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

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

 span { border-color: rgb(138,117,132); }

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