#877778

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

Shades of Empress #877778

Tints of Empress #877778

Color information

#877778 (or 0x877778) is unknown color: approx Empress. HEX triplet: 87, 77 and 78. RGB value is (135,119,120). Sum of RGB (Red+Green+Blue) = 135+119+120=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #877778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877778 is #788887. Grayscale: #7B7B7B. Windows color (decimal): -7899272 or 7894919. OLE color: 7894919.

HSL color Cylindrical-coordinate representation of color #877778: hue angle of 356.25º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #877778 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB135119120-
CMYK00.120.110.47
HSL356.25º6.3%49.8%-
HSV(B)356.25º11.85%52.94%-
XYZ19.9819.720.52-
YUV123.9125.8135.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=36.10%
G=31.82%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511912000.120.110.47356.256.349.8
Hex8777780CB2F164632
Octal2071671700141357544662
Binary1000011111101111111000011001011101111101100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877778; }

 p { color: rgb(135,119,120); }

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

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

 a { background-color: rgb(135,119,120); }

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

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

 span { border-color: rgb(135,119,120); }

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