#8D797B

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

Shades of Empress #8D797B

Tints of Empress #8D797B

Color information

#8D797B (or 0x8D797B) is unknown color: approx Empress. HEX triplet: 8D, 79 and 7B. RGB value is (141,121,123). Sum of RGB (Red+Green+Blue) = 141+121+123=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 141 - color contains mainly: red. Hex color #8D797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D797B is #728684. Grayscale: #7F7F7F. Windows color (decimal): -7505541 or 8092045. OLE color: 8092045.

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

Color convert

RGB141121123-
CMYK00.140.130.45
HSL354º8.06%51.37%-
HSV(B)354º14.18%55.29%-
XYZ21.420.7721.62-
YUV127.21125.63137.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.62%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=36.62%
G=31.43%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112112300.140.130.453548.0651.37
Hex8D797B0ED2D162833
Octal21517117301615555421063
Binary10001101111100111110110111011011011011011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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