#86797B

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

Shades of Empress #86797B

Tints of Empress #86797B

Color information

#86797B (or 0x86797B) is unknown color: approx Empress. HEX triplet: 86, 79 and 7B. RGB value is (134,121,123). Sum of RGB (Red+Green+Blue) = 134+121+123=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #86797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86797B is #798684. Grayscale: #7D7D7D. Windows color (decimal): -7964293 or 8092038. OLE color: 8092038.

HSL color Cylindrical-coordinate representation of color #86797B: hue angle of 350.77º 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 #86797B is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB134121123-
CMYK00.100.080.47
HSL350.77º5.1%50%-
HSV(B)350.77º9.7%52.55%-
XYZ20.2420.1721.57-
YUV125.12126.81134.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=35.45%
G=32.01%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412112300.100.080.47350.775.150
Hex86797B0A82F15f532
Octal2061711730121057537562
Binary1000011011110011111011010101000101111101011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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