#8F8189

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

Shades of Taupe Grey #8F8189

Tints of Taupe Grey #8F8189

Color information

#8F8189 (or 0x8F8189) is unknown color: approx Taupe Grey. HEX triplet: 8F, 81 and 89. RGB value is (143,129,137). Sum of RGB (Red+Green+Blue) = 143+129+137=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8189 is #707E76. Grayscale: #868686. Windows color (decimal): -7372407 or 9011599. OLE color: 9011599.

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

Color convert

RGB143129137-
CMYK00.100.040.44
HSL325.71º5.88%53.33%-
HSV(B)325.71º9.79%56.08%-
XYZ23.6923.3526.92-
YUV134.1129.64134.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.96%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 137 (53.91% from 255) = 33.50%
R=34.96%
G=31.54%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312913700.100.040.44325.715.8853.33
Hex8F81890A42C146635
Octal217201211012454506665
Binary10001111100000011000100101010100101100101000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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