#8E778C

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

Shades of Taupe Grey #8E778C

Tints of Taupe Grey #8E778C

Color information

#8E778C (or 0x8E778C) is unknown color: approx Taupe Grey. HEX triplet: 8E, 77 and 8C. RGB value is (142,119,140). Sum of RGB (Red+Green+Blue) = 142+119+140=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 142 - color contains mainly: red. Hex color #8E778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E778C is #718873. Grayscale: #808080. Windows color (decimal): -7440500 or 9205646. OLE color: 9205646.

HSL color Cylindrical-coordinate representation of color #8E778C: hue angle of 305.22º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E778C is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB142119140-
CMYK00.160.010.44
HSL305.22º9.24%51.18%-
HSV(B)305.22º16.2%55.69%-
XYZ22.4920.8427.65-
YUV128.27134.62137.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 119 (46.88% from 255) = 29.68%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=35.41%
G=29.68%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211914000.160.010.44305.229.2451.18
Hex8E778C01012C131933
Octal2161672140201544611163
Binary1000111011101111000110001000011011001001100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,119,140); }

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

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

 a { background-color: rgb(142,119,140); }

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

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

 span { border-color: rgb(142,119,140); }

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