#8C868B

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

Shades of Taupe Grey #8C868B

Tints of Taupe Grey #8C868B

Color information

#8C868B (or 0x8C868B) is unknown color: approx Taupe Grey. HEX triplet: 8C, 86 and 8B. RGB value is (140,134,139). Sum of RGB (Red+Green+Blue) = 140+134+139=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 140 - color contains mainly: red. Hex color #8C868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C868B is #737974. Grayscale: #888888. Windows color (decimal): -7567733 or 9143948. OLE color: 9143948.

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

Color convert

RGB140134139-
CMYK00.040.010.45
HSL310º2.54%53.73%-
HSV(B)310º4.29%54.9%-
XYZ2424.4927.89-
YUV136.36129.49130.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.90%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=33.90%
G=32.45%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013413900.040.010.453102.5453.73
Hex8C868B0412D136336
Octal21420621304155466366
Binary1000110010000110100010110100110110110011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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