Html Css Color HEX #8D828B Taupe Grey

📋 copy color: '#8D828B'

red 141 ◦ green 130 ◦ blue 139

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

Shades of Taupe Grey #8D828B

Tints of Taupe Grey #8D828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 34.39%
G = 31.71%
B = 33.9%

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

#8D828B (or 0x8D828B) is known color: Taupe Grey. HEX triplet: 8D, 82 and 8B. RGB value is (141,130,139). Sum of RGB (Red+Green+Blue) = 141+130+139=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 141 - color contains mainly: red. Hex color #8D828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D828B is #727D74. Grayscale: #868686. Windows color (decimal): -7503221 or 9142925. OLE color: 9142925.

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

Color convert

RGB 141 130 139 -
CMYK 0 0.08 0.01 0.45
HSL 310.91º 0.05% 0.53% -
HSV(B) 310.91º 0.08% 0.55% -
XYZ 23.63 23.49 27.72 -
YUV 134.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 141 130 139 0 0.08 0.01 0.45 310.91 0.05 0.53
Hex 8D 82 8B 0 8 1 2D 137 5 35
Octal 215 202 213 0 10 1 55 467 5 65
Binary 10001101 10000010 10001011 0 1000 1 101101 100110111 101 110101

Color Harmonies of #8D828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D828B

Black with #8D828B

Text Example


Text Example

White with #8D828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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