#8C797B

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

Shades of Empress #8C797B

Tints of Empress #8C797B

Color information

#8C797B (or 0x8C797B) is unknown color: approx Empress. HEX triplet: 8C, 79 and 7B. RGB value is (140,121,123). Sum of RGB (Red+Green+Blue) = 140+121+123=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 140 - color contains mainly: red. Hex color #8C797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C797B is #738684. Grayscale: #7E7E7E. Windows color (decimal): -7571077 or 8092044. OLE color: 8092044.

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

Color convert

RGB140121123-
CMYK00.140.120.45
HSL353.68º7.63%51.18%-
HSV(B)353.68º13.57%54.9%-
XYZ21.2320.6821.61-
YUV126.91125.79137.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.46%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=36.46%
G=31.51%
B=32.03%

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
Decimal14012112300.140.120.45353.687.6351.18
Hex8C797B0EC2D162833
Octal21417117301614555421063
Binary10001100111100111110110111011001011011011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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