#8D848B

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

Shades of Taupe Grey #8D848B

Tints of Taupe Grey #8D848B

Color information

#8D848B (or 0x8D848B) is unknown color: approx Taupe Grey. HEX triplet: 8D, 84 and 8B. RGB value is (141,132,139). Sum of RGB (Red+Green+Blue) = 141+132+139=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 141 - color contains mainly: red. Hex color #8D848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D848B is #727B74. Grayscale: #878787. Windows color (decimal): -7502709 or 9143437. OLE color: 9143437.

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

Color convert

RGB141132139-
CMYK00.060.010.45
HSL313.33º3.8%53.53%-
HSV(B)313.33º6.38%55.29%-
XYZ23.924.0327.8-
YUV135.49129.98131.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.22%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=34.22%
G=32.04%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113213900.060.010.45313.333.853.53
Hex8D848B0612D139436
Octal21520421306155471466
Binary10001101100001001000101101101101101100111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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