Html Css Color HEX #8D788D Taupe Grey

📋 copy color: '#8D788D'

red 141 ◦ green 120 ◦ blue 141

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

Shades of Taupe Grey #8D788D

Tints of Taupe Grey #8D788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.85%

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 35.07%
G = 29.85%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8D788D (or 0x8D788D) is known color: Taupe Grey. HEX triplet: 8D, 78 and 8D. RGB value is (141,120,141). Sum of RGB (Red+Green+Blue) = 141+120+141=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D788D is #728772. Grayscale: #808080. Windows color (decimal): -7505779 or 9271437. OLE color: 9271437.

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

Color convert

RGB 141 120 141 -
CMYK 0 0.15 0 0.45
HSL 300º 0.08% 0.51% -
HSV(B) 300º 0.15% 0.55% -
XYZ 22.51 21.02 28.07 -
YUV 128.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 141 120 141 0 0.15 0 0.45 300 0.08 0.51
Hex 8D 78 8D 0 F 0 2D 12C 8 33
Octal 215 170 215 0 17 0 55 454 10 63
Binary 10001101 1111000 10001101 0 1111 0 101101 100101100 1000 110011

Color Harmonies of #8D788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D788D

Black with #8D788D

Text Example


Text Example

White with #8D788D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,120,141); }

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

background-color css

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

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

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

border-color css

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

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

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