#8B7687

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

Shades of Taupe Grey #8B7687

Tints of Taupe Grey #8B7687

Color information

#8B7687 (or 0x8B7687) is unknown color: approx Taupe Grey. HEX triplet: 8B, 76 and 87. RGB value is (139,118,135). Sum of RGB (Red+Green+Blue) = 139+118+135=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7687 is #748978. Grayscale: #7E7E7E. Windows color (decimal): -7637369 or 8877707. OLE color: 8877707.

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

Color convert

RGB139118135-
CMYK00.150.030.45
HSL311.43º8.3%50.39%-
HSV(B)311.43º15.11%54.51%-
XYZ21.520.225.69-
YUV126.22132.96137.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=35.46%
G=30.10%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911813500.150.030.45311.438.350.39
Hex8B76870F32D137832
Octal2131662070173554671062
Binary1000101111101101000011101111111011011001101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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