#8F878E

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

Shades of Taupe Grey #8F878E

Tints of Taupe Grey #8F878E

Color information

#8F878E (or 0x8F878E) is unknown color: approx Taupe Grey. HEX triplet: 8F, 87 and 8E. RGB value is (143,135,142). Sum of RGB (Red+Green+Blue) = 143+135+142=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 143 - color contains mainly: red. Hex color #8F878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F878E is #707871. Grayscale: #8A8A8A. Windows color (decimal): -7370866 or 9340815. OLE color: 9340815.

HSL color Cylindrical-coordinate representation of color #8F878E: hue angle of 307.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8F878E is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB143135142-
CMYK00.060.010.44
HSL307.5º3.45%54.51%-
HSV(B)307.5º5.59%56.08%-
XYZ24.8725.1229.13-
YUV138.19130.15131.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.05%
GREEN value IS 135 (53.12% from 255) = 32.14%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=34.05%
G=32.14%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313514200.060.010.44307.53.4554.51
Hex8F878E0612C134337
Octal21720721606154464367
Binary1000111110000111100011100110110110010011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,135,142); }

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

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

 a { background-color: rgb(143,135,142); }

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

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

 span { border-color: rgb(143,135,142); }

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