Html Css Color HEX #8D7988 Taupe Grey

📋 copy color: '#8D7988'

red 141 ◦ green 121 ◦ blue 136

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

Shades of Taupe Grey #8D7988

Tints of Taupe Grey #8D7988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 35.43%
G = 30.4%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D7988 (or 0x8D7988) is known color: Taupe Grey. HEX triplet: 8D, 79 and 88. RGB value is (141,121,136). Sum of RGB (Red+Green+Blue) = 141+121+136=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7988 is #728677. Grayscale: #808080. Windows color (decimal): -7505528 or 8944013. OLE color: 8944013.

HSL color Cylindrical-coordinate representation of color #8D7988: hue angle of 315º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D7988 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 121 136 -
CMYK 0 0.14 0.04 0.45
HSL 315º 0.08% 0.51% -
HSV(B) 315º 0.14% 0.55% -
XYZ 22.27 21.12 26.19 -
YUV 128.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 141 121 136 0 0.14 0.04 0.45 315 0.08 0.51
Hex 8D 79 88 0 E 4 2D 13B 8 33
Octal 215 171 210 0 16 4 55 473 10 63
Binary 10001101 1111001 10001000 0 1110 100 101101 100111011 1000 110011

Color Harmonies of #8D7988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7988

Black with #8D7988

Text Example


Text Example

White with #8D7988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,121,136); }

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

background-color css

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

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

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

border-color css

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

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

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