#8C7884

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

Shades of Taupe Grey #8C7884

Tints of Taupe Grey #8C7884

Color information

#8C7884 (or 0x8C7884) is unknown color: approx Taupe Grey. HEX triplet: 8C, 78 and 84. RGB value is (140,120,132). Sum of RGB (Red+Green+Blue) = 140+120+132=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7884 is #73877B. Grayscale: #7F7F7F. Windows color (decimal): -7571324 or 8681612. OLE color: 8681612.

HSL color Cylindrical-coordinate representation of color #8C7884: hue angle of 324º 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 #8C7884 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB140120132-
CMYK00.140.060.45
HSL324º8%50.98%-
HSV(B)324º14.29%54.9%-
XYZ21.720.6724.68-
YUV127.35130.63137.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.71%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=35.71%
G=30.61%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012013200.140.060.45324850.98
Hex8C78840E62D144833
Octal2141702040166555041063
Binary10001100111100010000100011101101011011010001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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