#8C8187

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

Shades of Taupe Grey #8C8187

Tints of Taupe Grey #8C8187

Color information

#8C8187 (or 0x8C8187) is unknown color: approx Taupe Grey. HEX triplet: 8C, 81 and 87. RGB value is (140,129,135). Sum of RGB (Red+Green+Blue) = 140+129+135=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8187 is #737E78. Grayscale: #848484. Windows color (decimal): -7569017 or 8880524. OLE color: 8880524.

HSL color Cylindrical-coordinate representation of color #8C8187: hue angle of 327.27º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C8187 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB140129135-
CMYK00.080.040.45
HSL327.27º4.56%52.75%-
HSV(B)327.27º7.86%54.9%-
XYZ23.0423.0326.15-
YUV132.97129.14133.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.65%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=34.65%
G=31.93%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012913500.080.040.45327.274.5652.75
Hex8C81870842D147535
Octal214201207010455507565
Binary10001100100000011000011101000100101101101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,129,135); }

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

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

 a { background-color: rgb(140,129,135); }

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

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

 span { border-color: rgb(140,129,135); }

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