#8B797B

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

Shades of Empress #8B797B

Tints of Empress #8B797B

Color information

#8B797B (or 0x8B797B) is unknown color: approx Empress. HEX triplet: 8B, 79 and 7B. RGB value is (139,121,123). Sum of RGB (Red+Green+Blue) = 139+121+123=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B797B is #748684. Grayscale: #7E7E7E. Windows color (decimal): -7636613 or 8092043. OLE color: 8092043.

HSL color Cylindrical-coordinate representation of color #8B797B: hue angle of 353.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B797B is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB139121123-
CMYK00.130.120.45
HSL353.33º7.2%50.98%-
HSV(B)353.33º12.95%54.51%-
XYZ21.0620.5921.6-
YUV126.61125.96136.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.29%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=36.29%
G=31.59%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912112300.130.120.45353.337.250.98
Hex8B797B0DC2D161733
Octal2131711730151455541763
Binary1000101111110011111011011011100101101101100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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