#8B7783

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

Shades of Taupe Grey #8B7783

Tints of Taupe Grey #8B7783

Color information

#8B7783 (or 0x8B7783) is unknown color: approx Taupe Grey. HEX triplet: 8B, 77 and 83. RGB value is (139,119,131). Sum of RGB (Red+Green+Blue) = 139+119+131=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7783 is #74887C. Grayscale: #7E7E7E. Windows color (decimal): -7637117 or 8615819. OLE color: 8615819.

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

Color convert

RGB139119131-
CMYK00.140.060.45
HSL324º7.94%50.59%-
HSV(B)324º14.39%54.51%-
XYZ21.3420.3224.27-
YUV126.35130.63137.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.73%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 131 (51.56% from 255) = 33.68%
R=35.73%
G=30.59%
B=33.68%

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
Decimal13911913100.140.060.453247.9450.59
Hex8B77830E62D144833
Octal2131672030166555041063
Binary10001011111011110000011011101101011011010001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,119,131); }

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

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

 a { background-color: rgb(139,119,131); }

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

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

 span { border-color: rgb(139,119,131); }

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