#8F838A

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

Shades of Taupe Grey #8F838A

Tints of Taupe Grey #8F838A

Color information

#8F838A (or 0x8F838A) is unknown color: approx Taupe Grey. HEX triplet: 8F, 83 and 8A. RGB value is (143,131,138). Sum of RGB (Red+Green+Blue) = 143+131+138=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 143 - color contains mainly: red. Hex color #8F838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F838A is #707C75. Grayscale: #878787. Windows color (decimal): -7371894 or 9077647. OLE color: 9077647.

HSL color Cylindrical-coordinate representation of color #8F838A: hue angle of 325º 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 #8F838A is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB143131138-
CMYK00.080.030.44
HSL325º5.08%53.73%-
HSV(B)325º8.39%56.08%-
XYZ24.0323.9127.39-
YUV135.39129.48133.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.71%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=34.71%
G=31.80%
B=33.50%

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
Decimal14313113800.080.030.443255.0853.73
Hex8F838A0832C145536
Octal217203212010354505566
Binary1000111110000011100010100100011101100101000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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