Html Css Color HEX #8D828D Taupe Grey

📋 copy color: '#8D828D'

red 141 ◦ green 130 ◦ blue 141

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

Shades of Taupe Grey #8D828D

Tints of Taupe Grey #8D828D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 34.22%
G = 31.55%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8D828D (or 0x8D828D) is known color: Taupe Grey. HEX triplet: 8D, 82 and 8D. RGB value is (141,130,141). Sum of RGB (Red+Green+Blue) = 141+130+141=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D828D is #727D72. Grayscale: #868686. Windows color (decimal): -7503219 or 9273997. OLE color: 9273997.

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

Color convert

RGB 141 130 141 -
CMYK 0 0.08 0 0.45
HSL 300º 0.05% 0.53% -
HSV(B) 300º 0.08% 0.55% -
XYZ 23.77 23.55 28.49 -
YUV 134.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 141 130 141 0 0.08 0 0.45 300 0.05 0.53
Hex 8D 82 8D 0 8 0 2D 12C 5 35
Octal 215 202 215 0 10 0 55 454 5 65
Binary 10001101 10000010 10001101 0 1000 0 101101 100101100 101 110101

Color Harmonies of #8D828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D828D

Black with #8D828D

Text Example


Text Example

White with #8D828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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