#8A7F87

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

Shades of Taupe Grey #8A7F87

Tints of Taupe Grey #8A7F87

Color information

#8A7F87 (or 0x8A7F87) is unknown color: approx Taupe Grey. HEX triplet: 8A, 7F and 87. RGB value is (138,127,135). Sum of RGB (Red+Green+Blue) = 138+127+135=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7F87 is #758078. Grayscale: #838383. Windows color (decimal): -7700601 or 8880010. OLE color: 8880010.

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

Color convert

RGB138127135-
CMYK00.080.020.46
HSL316.36º4.49%51.96%-
HSV(B)316.36º7.97%54.12%-
XYZ22.4422.3326.05-
YUV131.2130.14132.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.5%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 135 (53.12% from 255) = 33.75%
R=34.5%
G=31.75%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812713500.080.020.46316.364.4951.96
Hex8A7F870822E13c434
Octal212177207010256474464
Binary100010101111111100001110100010101110100111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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