#8E788E

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

Shades of Taupe Grey #8E788E

Tints of Taupe Grey #8E788E

Color information

#8E788E (or 0x8E788E) is unknown color: approx Taupe Grey. HEX triplet: 8E, 78 and 8E. RGB value is (142,120,142). Sum of RGB (Red+Green+Blue) = 142+120+142=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E788E is #718771. Grayscale: #818181. Windows color (decimal): -7440242 or 9336974. OLE color: 9336974.

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

Color convert

RGB142120142-
CMYK00.1500.44
HSL300º8.87%51.37%-
HSV(B)300º15.49%55.69%-
XYZ22.7521.1428.47-
YUV129.09135.29137.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.15%
GREEN value IS 120 (47.27% from 255) = 29.70%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=35.15%
G=29.70%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212014200.1500.443008.8751.37
Hex8E788E0F02C12c933
Octal2161702160170544541163
Binary100011101111000100011100111101011001001011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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