#8D848A

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

Shades of Taupe Grey #8D848A

Tints of Taupe Grey #8D848A

Color information

#8D848A (or 0x8D848A) is unknown color: approx Taupe Grey. HEX triplet: 8D, 84 and 8A. RGB value is (141,132,138). Sum of RGB (Red+Green+Blue) = 141+132+138=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 141 - color contains mainly: red. Hex color #8D848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D848A is #727B75. Grayscale: #878787. Windows color (decimal): -7502710 or 9077901. OLE color: 9077901.

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

Color convert

RGB141132138-
CMYK00.060.020.45
HSL320º3.8%53.53%-
HSV(B)320º6.38%55.29%-
XYZ23.822427.42-
YUV135.38129.48132.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.31%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=34.31%
G=32.12%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113213800.060.020.453203.853.53
Hex8D848A0622D140436
Octal21520421206255500466
Binary100011011000010010001010011010101101101000000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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