#8B7884

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

Shades of Taupe Grey #8B7884

Tints of Taupe Grey #8B7884

Color information

#8B7884 (or 0x8B7884) is unknown color: approx Taupe Grey. HEX triplet: 8B, 78 and 84. RGB value is (139,120,132). Sum of RGB (Red+Green+Blue) = 139+120+132=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7884 is #74877B. Grayscale: #7F7F7F. Windows color (decimal): -7636860 or 8681611. OLE color: 8681611.

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

Color convert

RGB139120132-
CMYK00.140.050.45
HSL322.11º7.57%50.78%-
HSV(B)322.11º13.67%54.51%-
XYZ21.5320.5924.67-
YUV127.05130.79136.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=35.55%
G=30.69%
B=33.76%

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
Decimal13912013200.140.050.45322.117.5750.78
Hex8B78840E52D142833
Octal2131702040165555021063
Binary10001011111100010000100011101011011011010000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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