Html Css Color HEX #8D8189 Taupe Grey

📋 copy color: '#8D8189'

red 141 ◦ green 129 ◦ blue 137

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

Shades of Taupe Grey #8D8189

Tints of Taupe Grey #8D8189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.7%

 BLUE value IS 137 (53.91% from 255) = 33.66%

R = 34.64%
G = 31.7%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8D8189 (or 0x8D8189) is known color: Taupe Grey. HEX triplet: 8D, 81 and 89. RGB value is (141,129,137). Sum of RGB (Red+Green+Blue) = 141+129+137=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8189 is #727E76. Grayscale: #858585. Windows color (decimal): -7503479 or 9011597. OLE color: 9011597.

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

Color convert

RGB 141 129 137 -
CMYK 0 0.09 0.03 0.45
HSL 320º 0.05% 0.53% -
HSV(B) 320º 0.09% 0.55% -
XYZ 23.35 23.17 26.91 -
YUV 133.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 141 129 137 0 0.09 0.03 0.45 320 0.05 0.53
Hex 8D 81 89 0 9 3 2D 140 5 35
Octal 215 201 211 0 11 3 55 500 5 65
Binary 10001101 10000001 10001001 0 1001 11 101101 101000000 101 110101

Color Harmonies of #8D8189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8189

Black with #8D8189

Text Example


Text Example

White with #8D8189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,129,137); }

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

background-color css

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

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

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

border-color css

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

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

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