#8C797A

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

Shades of Empress #8C797A

Tints of Empress #8C797A

Color information

#8C797A (or 0x8C797A) is unknown color: approx Empress. HEX triplet: 8C, 79 and 7A. RGB value is (140,121,122). Sum of RGB (Red+Green+Blue) = 140+121+122=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C797A is #738685. Grayscale: #7E7E7E. Windows color (decimal): -7571078 or 8026508. OLE color: 8026508.

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

Color convert

RGB140121122-
CMYK00.140.130.45
HSL356.84º7.63%51.18%-
HSV(B)356.84º13.57%54.9%-
XYZ21.1720.6621.28-
YUV126.8125.29137.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.55%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=36.55%
G=31.59%
B=31.85%

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
Decimal14012112200.140.130.45356.847.6351.18
Hex8C797A0ED2D165833
Octal21417117201615555451063
Binary10001100111100111110100111011011011011011001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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