#8B787B

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

Shades of Empress #8B787B

Tints of Empress #8B787B

Color information

#8B787B (or 0x8B787B) is unknown color: approx Empress. HEX triplet: 8B, 78 and 7B. RGB value is (139,120,123). Sum of RGB (Red+Green+Blue) = 139+120+123=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B787B is #748784. Grayscale: #7E7E7E. Windows color (decimal): -7636869 or 8091787. OLE color: 8091787.

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

Color convert

RGB139120123-
CMYK00.140.120.45
HSL350.53º7.57%50.78%-
HSV(B)350.53º13.67%54.51%-
XYZ20.9420.3521.56-
YUV126.02126.29137.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=36.39%
G=31.41%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912012300.140.120.45350.537.5750.78
Hex8B787B0EC2D15f833
Octal21317017301614555371063
Binary10001011111100011110110111011001011011010111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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