#867778

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

Shades of Empress #867778

Tints of Empress #867778

Color information

#867778 (or 0x867778) is unknown color: approx Empress. HEX triplet: 86, 77 and 78. RGB value is (134,119,120). Sum of RGB (Red+Green+Blue) = 134+119+120=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #867778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867778 is #798887. Grayscale: #7B7B7B. Windows color (decimal): -7964808 or 7894918. OLE color: 7894918.

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

Color convert

RGB134119120-
CMYK00.110.100.47
HSL356º5.93%49.61%-
HSV(B)356º11.19%52.55%-
XYZ19.8219.6220.51-
YUV123.6125.97135.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=35.92%
G=31.90%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411912000.110.100.473565.9349.61
Hex8677780BA2F164632
Octal2061671700131257544662
Binary1000011011101111111000010111010101111101100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867778; }

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

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

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

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

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

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

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

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