#86797A

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

Shades of Empress #86797A

Tints of Empress #86797A

Color information

#86797A (or 0x86797A) is unknown color: approx Empress. HEX triplet: 86, 79 and 7A. RGB value is (134,121,122). Sum of RGB (Red+Green+Blue) = 134+121+122=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 134 - color contains mainly: red. Hex color #86797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86797A is #798685. Grayscale: #7D7D7D. Windows color (decimal): -7964294 or 8026502. OLE color: 8026502.

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

Color convert

RGB134121122-
CMYK00.100.090.47
HSL355.38º5.1%50%-
HSV(B)355.38º9.7%52.55%-
XYZ20.1820.1521.24-
YUV125126.31134.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=35.54%
G=32.10%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412112200.100.090.47355.385.150
Hex86797A0A92F163532
Octal2061711720121157543562
Binary1000011011110011111010010101001101111101100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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