#8F818E

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

Shades of Taupe Grey #8F818E

Tints of Taupe Grey #8F818E

Color information

#8F818E (or 0x8F818E) is unknown color: approx Taupe Grey. HEX triplet: 8F, 81 and 8E. RGB value is (143,129,142). Sum of RGB (Red+Green+Blue) = 143+129+142=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 143 - color contains mainly: red. Hex color #8F818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F818E is #707E71. Grayscale: #868686. Windows color (decimal): -7372402 or 9339279. OLE color: 9339279.

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

Color convert

RGB143129142-
CMYK00.100.010.44
HSL304.29º5.88%53.33%-
HSV(B)304.29º9.79%56.08%-
XYZ24.0623.4928.86-
YUV134.67132.14133.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.54%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=34.54%
G=31.16%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312914200.100.010.44304.295.8853.33
Hex8F818E0A12C130635
Octal217201216012154460665
Binary100011111000000110001110010101101100100110000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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