Html Css Color HEX #8D808A Taupe Grey

📋 copy color: '#8D808A'

red 141 ◦ green 128 ◦ blue 138

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

Shades of Taupe Grey #8D808A

Tints of Taupe Grey #8D808A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.45%

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 34.64%
G = 31.45%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8D808A (or 0x8D808A) is known color: Taupe Grey. HEX triplet: 8D, 80 and 8A. RGB value is (141,128,138). Sum of RGB (Red+Green+Blue) = 141+128+138=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 141 - color contains mainly: red. Hex color #8D808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D808A is #727F75. Grayscale: #858585. Windows color (decimal): -7503734 or 9076877. OLE color: 9076877.

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

Color convert

RGB 141 128 138 -
CMYK 0 0.09 0.02 0.45
HSL 313.85º 0.05% 0.53% -
HSV(B) 313.85º 0.09% 0.55% -
XYZ 23.29 22.94 27.24 -
YUV 133.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 141 128 138 0 0.09 0.02 0.45 313.85 0.05 0.53
Hex 8D 80 8A 0 9 2 2D 13A 5 35
Octal 215 200 212 0 11 2 55 472 5 65
Binary 10001101 10000000 10001010 0 1001 10 101101 100111010 101 110101

Color Harmonies of #8D808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D808A

Black with #8D808A

Text Example


Text Example

White with #8D808A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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