#8F7F8E

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

Shades of Taupe Grey #8F7F8E

Tints of Taupe Grey #8F7F8E

Color information

#8F7F8E (or 0x8F7F8E) is unknown color: approx Taupe Grey. HEX triplet: 8F, 7F and 8E. RGB value is (143,127,142). Sum of RGB (Red+Green+Blue) = 143+127+142=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7F8E is #708071. Grayscale: #858585. Windows color (decimal): -7372914 or 9338767. OLE color: 9338767.

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

Color convert

RGB143127142-
CMYK00.110.010.44
HSL303.75º6.67%52.94%-
HSV(B)303.75º11.19%56.08%-
XYZ23.822.9728.77-
YUV133.49132.8134.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.71%
GREEN value IS 127 (50% from 255) = 30.83%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=34.71%
G=30.83%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312714200.110.010.44303.756.6752.94
Hex8F7F8E0B12C130735
Octal217177216013154460765
Binary10001111111111110001110010111101100100110000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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