Html Css Color HEX #8D8087 Taupe Grey

📋 copy color: '#8D8087'

red 141 ◦ green 128 ◦ blue 135

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

Shades of Taupe Grey #8D8087

Tints of Taupe Grey #8D8087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.42%

R = 34.9%
G = 31.68%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D8087 (or 0x8D8087) is known color: Taupe Grey. HEX triplet: 8D, 80 and 87. RGB value is (141,128,135). Sum of RGB (Red+Green+Blue) = 141+128+135=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8087 is #727F78. Grayscale: #848484. Windows color (decimal): -7503737 or 8880269. OLE color: 8880269.

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

Color convert

RGB 141 128 135 -
CMYK 0 0.09 0.04 0.45
HSL 327.69º 0.05% 0.53% -
HSV(B) 327.69º 0.09% 0.55% -
XYZ 23.08 22.85 26.12 -
YUV 132.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 141 128 135 0 0.09 0.04 0.45 327.69 0.05 0.53
Hex 8D 80 87 0 9 4 2D 148 5 35
Octal 215 200 207 0 11 4 55 510 5 65
Binary 10001101 10000000 10000111 0 1001 100 101101 101001000 101 110101

Color Harmonies of #8D8087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8087

Black with #8D8087

Text Example


Text Example

White with #8D8087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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