#8F848C

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

Shades of Taupe Grey #8F848C

Tints of Taupe Grey #8F848C

Color information

#8F848C (or 0x8F848C) is unknown color: approx Taupe Grey. HEX triplet: 8F, 84 and 8C. RGB value is (143,132,140). Sum of RGB (Red+Green+Blue) = 143+132+140=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 143 - color contains mainly: red. Hex color #8F848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F848C is #707B73. Grayscale: #888888. Windows color (decimal): -7371636 or 9208975. OLE color: 9208975.

HSL color Cylindrical-coordinate representation of color #8F848C: hue angle of 316.36º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F848C is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB143132140-
CMYK00.080.020.44
HSL316.36º4.68%53.92%-
HSV(B)316.36º7.69%56.08%-
XYZ24.3124.2428.21-
YUV136.2130.14132.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.46%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=34.46%
G=31.81%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313214000.080.020.44316.364.6853.92
Hex8F848C0822C13c536
Octal217204214010254474566
Binary1000111110000100100011000100010101100100111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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