Html Css Color HEX #8D828C Taupe Grey

📋 copy color: '#8D828C'

red 141 ◦ green 130 ◦ blue 140

#8D828C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe Grey #8D828C

Tints of Taupe Grey #8D828C

RGB

 RED value IS 141 (55.47% from 255) = 34.31%

 GREEN value IS 130 (51.17% from 255) = 31.63%

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 34.31%
G = 31.63%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D828C (or 0x8D828C) is known color: Taupe Grey. HEX triplet: 8D, 82 and 8C. RGB value is (141,130,140). Sum of RGB (Red+Green+Blue) = 141+130+140=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 141 - color contains mainly: red. Hex color #8D828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D828C is #727D73. Grayscale: #868686. Windows color (decimal): -7503220 or 9208461. OLE color: 9208461.

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

Color convert

RGB 141 130 140 -
CMYK 0 0.08 0.01 0.45
HSL 305.45º 0.05% 0.53% -
HSV(B) 305.45º 0.08% 0.55% -
XYZ 23.7 23.52 28.1 -
YUV 134.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 141 130 140 0 0.08 0.01 0.45 305.45 0.05 0.53
Hex 8D 82 8C 0 8 1 2D 131 5 35
Octal 215 202 214 0 10 1 55 461 5 65
Binary 10001101 10000010 10001100 0 1000 1 101101 100110001 101 110101

Color Harmonies of #8D828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D828C

Black with #8D828C

Text Example


Text Example

White with #8D828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D828C;
 }
 .AnyTagClassName
 {
   color: #8D828C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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