#8B7C7D

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

Shades of Empress #8B7C7D

Tints of Empress #8B7C7D

Color information

#8B7C7D (or 0x8B7C7D) is unknown color: approx Empress. HEX triplet: 8B, 7C and 7D. RGB value is (139,124,125). Sum of RGB (Red+Green+Blue) = 139+124+125=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C7D is #748382. Grayscale: #808080. Windows color (decimal): -7635843 or 8223883. OLE color: 8223883.

HSL color Cylindrical-coordinate representation of color #8B7C7D: hue angle of 356º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B7C7D is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB139124125-
CMYK00.110.100.45
HSL356º6.07%51.57%-
HSV(B)356º10.79%54.51%-
XYZ21.5621.3822.39-
YUV128.6125.97135.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 124 (48.83% from 255) = 31.96%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=35.82%
G=31.96%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912412500.110.100.453566.0751.57
Hex8B7C7D0BA2D164634
Octal2131741750131255544664
Binary1000101111111001111101010111010101101101100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,124,125); }

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

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

 a { background-color: rgb(139,124,125); }

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

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

 span { border-color: rgb(139,124,125); }

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