#8D868B

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

Shades of Taupe Grey #8D868B

Tints of Taupe Grey #8D868B

Color information

#8D868B (or 0x8D868B) is unknown color: approx Taupe Grey. HEX triplet: 8D, 86 and 8B. RGB value is (141,134,139). Sum of RGB (Red+Green+Blue) = 141+134+139=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 141 - color contains mainly: red. Hex color #8D868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D868B is #727974. Grayscale: #888888. Windows color (decimal): -7502197 or 9143949. OLE color: 9143949.

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

Color convert

RGB141134139-
CMYK00.050.010.45
HSL317.14º2.98%53.92%-
HSV(B)317.14º4.96%55.29%-
XYZ24.1724.5827.9-
YUV136.66129.32131.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.06%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=34.06%
G=32.37%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113413900.050.010.45317.142.9853.92
Hex8D868B0512D13d336
Octal21520621305155475366
Binary1000110110000110100010110101110110110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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