#8F888E

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

Shades of Taupe Grey #8F888E

Tints of Taupe Grey #8F888E

Color information

#8F888E (or 0x8F888E) is unknown color: approx Taupe Grey. HEX triplet: 8F, 88 and 8E. RGB value is (143,136,142). Sum of RGB (Red+Green+Blue) = 143+136+142=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 143 - color contains mainly: red. Hex color #8F888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F888E is #707771. Grayscale: #8A8A8A. Windows color (decimal): -7370610 or 9341071. OLE color: 9341071.

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

Color convert

RGB143136142-
CMYK00.050.010.44
HSL308.57º3.03%54.71%-
HSV(B)308.57º4.9%56.08%-
XYZ25.0125.429.18-
YUV138.78129.82131.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=33.97%
G=32.30%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313614200.050.010.44308.573.0354.71
Hex8F888E0512C135337
Octal21721021605154465367
Binary1000111110001000100011100101110110010011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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