#8C7485

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

Shades of Taupe Grey #8C7485

Tints of Taupe Grey #8C7485

Color information

#8C7485 (or 0x8C7485) is unknown color: approx Taupe Grey. HEX triplet: 8C, 74 and 85. RGB value is (140,116,133). Sum of RGB (Red+Green+Blue) = 140+116+133=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7485 is #738B7A. Grayscale: #7D7D7D. Windows color (decimal): -7572347 or 8746124. OLE color: 8746124.

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

Color convert

RGB140116133-
CMYK00.170.050.45
HSL317.5º9.45%50.2%-
HSV(B)317.5º17.14%54.9%-
XYZ21.2919.7624.88-
YUV125.11132.45138.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=35.99%
G=29.82%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011613300.170.050.45317.59.4550.2
Hex8C748501152D13e932
Octal2141642050215554761162
Binary100011001110100100001010100011011011011001111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,116,133); }

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

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

 a { background-color: rgb(140,116,133); }

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

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

 span { border-color: rgb(140,116,133); }

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