#8E758B

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

Shades of Taupe Grey #8E758B

Tints of Taupe Grey #8E758B

Color information

#8E758B (or 0x8E758B) is unknown color: approx Taupe Grey. HEX triplet: 8E, 75 and 8B. RGB value is (142,117,139). Sum of RGB (Red+Green+Blue) = 142+117+139=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 142 - color contains mainly: red. Hex color #8E758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E758B is #718A74. Grayscale: #7E7E7E. Windows color (decimal): -7441013 or 9139598. OLE color: 9139598.

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

Color convert

RGB142117139-
CMYK00.180.020.44
HSL307.2º9.96%50.78%-
HSV(B)307.2º17.61%55.69%-
XYZ22.1820.3427.18-
YUV126.98134.78138.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.68%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=35.68%
G=29.40%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211713900.180.020.44307.29.9650.78
Hex8E758B01222C133a33
Octal2161652130222544631263
Binary10001110111010110001011010010101011001001100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,117,139); }

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

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

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

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

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

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

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