#8D828A

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

Shades of Taupe Grey #8D828A

Tints of Taupe Grey #8D828A

Color information

#8D828A (or 0x8D828A) is unknown color: approx Taupe Grey. HEX triplet: 8D, 82 and 8A. RGB value is (141,130,138). Sum of RGB (Red+Green+Blue) = 141+130+138=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 141 - color contains mainly: red. Hex color #8D828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D828A is #727D75. Grayscale: #868686. Windows color (decimal): -7503222 or 9077389. OLE color: 9077389.

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

Color convert

RGB141130138-
CMYK00.080.020.45
HSL316.36º4.6%53.14%-
HSV(B)316.36º7.8%55.29%-
XYZ23.5523.4627.33-
YUV134.2130.14132.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.47%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=34.47%
G=31.78%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113013800.080.020.45316.364.653.14
Hex8D828A0822D13c535
Octal215202212010255474565
Binary1000110110000010100010100100010101101100111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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