#8D868A

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

Shades of Taupe Grey #8D868A

Tints of Taupe Grey #8D868A

Color information

#8D868A (or 0x8D868A) is unknown color: approx Taupe Grey. HEX triplet: 8D, 86 and 8A. RGB value is (141,134,138). Sum of RGB (Red+Green+Blue) = 141+134+138=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 141 - color contains mainly: red. Hex color #8D868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D868A is #727975. Grayscale: #888888. Windows color (decimal): -7502198 or 9078413. OLE color: 9078413.

HSL color Cylindrical-coordinate representation of color #8D868A: hue angle of 325.71º 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 #8D868A is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB141134138-
CMYK00.050.020.45
HSL325.71º2.98%53.92%-
HSV(B)325.71º4.96%55.29%-
XYZ24.124.5527.51-
YUV136.55128.82131.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=34.14%
G=32.45%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113413800.050.020.45325.712.9853.92
Hex8D868A0522D146336
Octal21520621205255506366
Binary10001101100001101000101001011010110110100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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