#8F7F8C

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

Shades of Taupe Grey #8F7F8C

Tints of Taupe Grey #8F7F8C

Color information

#8F7F8C (or 0x8F7F8C) is unknown color: approx Taupe Grey. HEX triplet: 8F, 7F and 8C. RGB value is (143,127,140). Sum of RGB (Red+Green+Blue) = 143+127+140=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7F8C is #708073. Grayscale: #858585. Windows color (decimal): -7372916 or 9207695. OLE color: 9207695.

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

Color convert

RGB143127140-
CMYK00.110.020.44
HSL311.25º6.67%52.94%-
HSV(B)311.25º11.19%56.08%-
XYZ23.6522.9127.99-
YUV133.27131.8134.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.88%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=34.88%
G=30.98%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312714000.110.020.44311.256.6752.94
Hex8F7F8C0B22C137735
Octal217177214013254467765
Binary100011111111111100011000101110101100100110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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