#8C787A

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

Shades of Empress #8C787A

Tints of Empress #8C787A

Color information

#8C787A (or 0x8C787A) is unknown color: approx Empress. HEX triplet: 8C, 78 and 7A. RGB value is (140,120,122). Sum of RGB (Red+Green+Blue) = 140+120+122=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 140 - color contains mainly: red. Hex color #8C787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C787A is #738785. Grayscale: #7E7E7E. Windows color (decimal): -7571334 or 8026252. OLE color: 8026252.

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

Color convert

RGB140120122-
CMYK00.140.130.45
HSL354º8%50.98%-
HSV(B)354º14.29%54.9%-
XYZ21.0420.4121.24-
YUV126.21125.63137.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.65%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=36.65%
G=31.41%
B=31.94%

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
Decimal14012012200.140.130.45354850.98
Hex8C787A0ED2D162833
Octal21417017201615555421063
Binary10001100111100011110100111011011011011011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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