#8B7684

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

Shades of Taupe Grey #8B7684

Tints of Taupe Grey #8B7684

Color information

#8B7684 (or 0x8B7684) is unknown color: approx Taupe Grey. HEX triplet: 8B, 76 and 84. RGB value is (139,118,132). Sum of RGB (Red+Green+Blue) = 139+118+132=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7684 is #74897B. Grayscale: #7D7D7D. Windows color (decimal): -7637372 or 8681099. OLE color: 8681099.

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

Color convert

RGB139118132-
CMYK00.150.050.45
HSL320º8.3%50.39%-
HSV(B)320º15.11%54.51%-
XYZ21.2920.1124.59-
YUV125.88131.46137.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.73%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=35.73%
G=30.33%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911813200.150.050.453208.350.39
Hex8B76840F52D140832
Octal2131662040175555001062
Binary10001011111011010000100011111011011011010000001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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