#8D787A

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

Shades of Empress #8D787A

Tints of Empress #8D787A

Color information

#8D787A (or 0x8D787A) is unknown color: approx Empress. HEX triplet: 8D, 78 and 7A. RGB value is (141,120,122). Sum of RGB (Red+Green+Blue) = 141+120+122=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 141 - color contains mainly: red. Hex color #8D787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D787A is #728785. Grayscale: #7E7E7E. Windows color (decimal): -7505798 or 8026253. OLE color: 8026253.

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

Color convert

RGB141120122-
CMYK00.150.130.45
HSL354.29º8.43%51.18%-
HSV(B)354.29º14.89%55.29%-
XYZ21.2120.521.25-
YUV126.51125.46138.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=36.81%
G=31.33%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112012200.150.130.45354.298.4351.18
Hex8D787A0FD2D162833
Octal21517017201715555421063
Binary10001101111100011110100111111011011011011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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