#86777A

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

Shades of Empress #86777A

Tints of Empress #86777A

Color information

#86777A (or 0x86777A) is unknown color: approx Empress. HEX triplet: 86, 77 and 7A. RGB value is (134,119,122). Sum of RGB (Red+Green+Blue) = 134+119+122=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #86777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86777A is #798885. Grayscale: #7B7B7B. Windows color (decimal): -7964806 or 8025990. OLE color: 8025990.

HSL color Cylindrical-coordinate representation of color #86777A: hue angle of 348º 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 #86777A is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB134119122-
CMYK00.110.090.47
HSL348º5.93%49.61%-
HSV(B)348º11.19%52.55%-
XYZ19.9419.6721.16-
YUV123.83126.97135.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=35.73%
G=31.73%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411912200.110.090.473485.9349.61
Hex86777A0B92F15c632
Octal2061671720131157534662
Binary1000011011101111111010010111001101111101011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86777A; }

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

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

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

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

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

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

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

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