#8C8488

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

Shades of Taupe Grey #8C8488

Tints of Taupe Grey #8C8488

Color information

#8C8488 (or 0x8C8488) is unknown color: approx Taupe Grey. HEX triplet: 8C, 84 and 88. RGB value is (140,132,136). Sum of RGB (Red+Green+Blue) = 140+132+136=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8488 is #737B77. Grayscale: #868686. Windows color (decimal): -7568248 or 8946828. OLE color: 8946828.

HSL color Cylindrical-coordinate representation of color #8C8488: hue angle of 330º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8488 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB140132136-
CMYK00.060.030.45
HSL330º3.36%53.33%-
HSV(B)330º5.71%54.9%-
XYZ23.5123.8626.66-
YUV134.85128.65131.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.31%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 136 (53.52% from 255) = 33.33%
R=34.31%
G=32.35%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013213600.060.030.453303.3653.33
Hex8C84880632D14a335
Octal21420421006355512365
Binary10001100100001001000100001101110110110100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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