#8C7885

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

Shades of Taupe Grey #8C7885

Tints of Taupe Grey #8C7885

Color information

#8C7885 (or 0x8C7885) is unknown color: approx Taupe Grey. HEX triplet: 8C, 78 and 85. RGB value is (140,120,133). Sum of RGB (Red+Green+Blue) = 140+120+133=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7885 is #73877A. Grayscale: #7F7F7F. Windows color (decimal): -7571323 or 8747148. OLE color: 8747148.

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

Color convert

RGB140120133-
CMYK00.140.050.45
HSL321º8%50.98%-
HSV(B)321º14.29%54.9%-
XYZ21.7720.725.04-
YUV127.46131.13136.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=35.62%
G=30.53%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012013300.140.050.45321850.98
Hex8C78850E52D141833
Octal2141702050165555011063
Binary10001100111100010000101011101011011011010000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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