#8A7C87

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

Shades of Taupe Grey #8A7C87

Tints of Taupe Grey #8A7C87

Color information

#8A7C87 (or 0x8A7C87) is unknown color: approx Taupe Grey. HEX triplet: 8A, 7C and 87. RGB value is (138,124,135). Sum of RGB (Red+Green+Blue) = 138+124+135=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7C87 is #758378. Grayscale: #818181. Windows color (decimal): -7701369 or 8879242. OLE color: 8879242.

HSL color Cylindrical-coordinate representation of color #8A7C87: hue angle of 312.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A7C87 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB138124135-
CMYK00.100.020.46
HSL312.86º5.65%51.37%-
HSV(B)312.86º10.14%54.12%-
XYZ22.0621.5725.92-
YUV129.44131.14134.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 135 (53.12% from 255) = 34.01%
R=34.76%
G=31.23%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812413500.100.020.46312.865.6551.37
Hex8A7C870A22E139633
Octal212174207012256471663
Binary100010101111100100001110101010101110100111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,124,135); }

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

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

 a { background-color: rgb(138,124,135); }

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

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

 span { border-color: rgb(138,124,135); }

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