#8D788A

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

Shades of Taupe Grey #8D788A

Tints of Taupe Grey #8D788A

Color information

#8D788A (or 0x8D788A) is unknown color: approx Taupe Grey. HEX triplet: 8D, 78 and 8A. RGB value is (141,120,138). Sum of RGB (Red+Green+Blue) = 141+120+138=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 141 - color contains mainly: red. Hex color #8D788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D788A is #728775. Grayscale: #808080. Windows color (decimal): -7505782 or 9074829. OLE color: 9074829.

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

Color convert

RGB141120138-
CMYK00.150.020.45
HSL308.57º8.43%51.18%-
HSV(B)308.57º14.89%55.29%-
XYZ22.2920.9326.91-
YUV128.33133.46137.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.34%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=35.34%
G=30.08%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112013800.150.020.45308.578.4351.18
Hex8D788A0F22D135833
Octal2151702120172554651063
Binary1000110111110001000101001111101011011001101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D788A;
 }
 .AnyTagClassName
 {
   color: #8D788A;
 }
</style>
background-color css

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

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

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

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

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

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