#8F738D

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

Shades of Taupe Grey #8F738D

Tints of Taupe Grey #8F738D

Color information

#8F738D (or 0x8F738D) is unknown color: approx Taupe Grey. HEX triplet: 8F, 73 and 8D. RGB value is (143,115,141). Sum of RGB (Red+Green+Blue) = 143+115+141=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 143 - color contains mainly: red. Hex color #8F738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F738D is #708C72. Grayscale: #7E7E7E. Windows color (decimal): -7375987 or 9270159. OLE color: 9270159.

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

Color convert

RGB143115141-
CMYK00.200.010.44
HSL304.29º11.11%50.59%-
HSV(B)304.29º19.58%56.08%-
XYZ22.2720.0227.89-
YUV126.34136.28139.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=35.84%
G=28.82%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311514100.200.010.44304.2911.1150.59
Hex8F738D01412C130b33
Octal2171632150241544601363
Binary1000111111100111000110101010011011001001100001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,115,141); }

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

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

 a { background-color: rgb(143,115,141); }

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

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

 span { border-color: rgb(143,115,141); }

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