#8C808B

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

Shades of Taupe Grey #8C808B

Tints of Taupe Grey #8C808B

Color information

#8C808B (or 0x8C808B) is unknown color: approx Taupe Grey. HEX triplet: 8C, 80 and 8B. RGB value is (140,128,139). Sum of RGB (Red+Green+Blue) = 140+128+139=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 140 - color contains mainly: red. Hex color #8C808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C808B is #737F74. Grayscale: #848484. Windows color (decimal): -7569269 or 9142412. OLE color: 9142412.

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

Color convert

RGB140128139-
CMYK00.090.010.45
HSL305º4.96%52.55%-
HSV(B)305º8.57%54.9%-
XYZ23.1922.8827.62-
YUV132.84131.48133.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=34.40%
G=31.45%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012813900.090.010.453054.9652.55
Hex8C808B0912D131535
Octal214200213011155461565
Binary100011001000000010001011010011101101100110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,128,139); }

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

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

 a { background-color: rgb(140,128,139); }

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

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

 span { border-color: rgb(140,128,139); }

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