#86787B

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

Shades of Empress #86787B

Tints of Empress #86787B

Color information

#86787B (or 0x86787B) is unknown color: approx Empress. HEX triplet: 86, 78 and 7B. RGB value is (134,120,123). Sum of RGB (Red+Green+Blue) = 134+120+123=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 134 - color contains mainly: red. Hex color #86787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86787B is #798784. Grayscale: #7C7C7C. Windows color (decimal): -7964549 or 8091782. OLE color: 8091782.

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

Color convert

RGB134120123-
CMYK00.100.080.47
HSL347.14º5.51%49.8%-
HSV(B)347.14º10.45%52.55%-
XYZ20.1219.9321.53-
YUV124.53127.14134.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=35.54%
G=31.83%
B=32.63%

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
Decimal13412012300.100.080.47347.145.5149.8
Hex86787B0A82F15b632
Octal2061701730121057533662
Binary1000011011110001111011010101000101111101011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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