#8C7587

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

Shades of Taupe Grey #8C7587

Tints of Taupe Grey #8C7587

Color information

#8C7587 (or 0x8C7587) is unknown color: approx Taupe Grey. HEX triplet: 8C, 75 and 87. RGB value is (140,117,135). Sum of RGB (Red+Green+Blue) = 140+117+135=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7587 is #738A78. Grayscale: #7D7D7D. Windows color (decimal): -7572089 or 8877452. OLE color: 8877452.

HSL color Cylindrical-coordinate representation of color #8C7587: hue angle of 313.04º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C7587 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB140117135-
CMYK00.160.040.45
HSL313.04º9.09%50.39%-
HSV(B)313.04º16.43%54.9%-
XYZ21.5520.0525.66-
YUV125.93133.12138.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.71%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=35.71%
G=29.85%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011713500.160.040.45313.049.0950.39
Hex8C758701042D139932
Octal2141652070204554711162
Binary100011001110101100001110100001001011011001110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,117,135); }

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

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

 a { background-color: rgb(140,117,135); }

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

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

 span { border-color: rgb(140,117,135); }

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