#8D788D

Color #8D788D Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #8D788D

Tints of Taupe Grey #8D788D

Color information

#8D788D (or 0x8D788D) is unknown color: approx 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

RGB141120141-
CMYK00.1500.45
HSL300º8.43%51.18%-
HSV(B)300º14.89%55.29%-
XYZ22.5121.0228.07-
YUV128.67134.96136.79-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112014100.1500.453008.4351.18
Hex8D788D0F02D12c833
Octal2151702150170554541063
Binary100011011111000100011010111101011011001011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>