#8F848A

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

Shades of Taupe Grey #8F848A

Tints of Taupe Grey #8F848A

Color information

#8F848A (or 0x8F848A) is unknown color: approx Taupe Grey. HEX triplet: 8F, 84 and 8A. RGB value is (143,132,138). Sum of RGB (Red+Green+Blue) = 143+132+138=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 143 - color contains mainly: red. Hex color #8F848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F848A is #707B75. Grayscale: #878787. Windows color (decimal): -7371638 or 9077903. OLE color: 9077903.

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

Color convert

RGB143132138-
CMYK00.080.030.44
HSL327.27º4.68%53.92%-
HSV(B)327.27º7.69%56.08%-
XYZ24.1724.1827.44-
YUV135.97129.14133.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.62%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=34.62%
G=31.96%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313213800.080.030.44327.274.6853.92
Hex8F848A0832C147536
Octal217204212010354507566
Binary1000111110000100100010100100011101100101000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,132,138); }

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

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

 a { background-color: rgb(143,132,138); }

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

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

 span { border-color: rgb(143,132,138); }

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