#86787A

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

Shades of Empress #86787A

Tints of Empress #86787A

Color information

#86787A (or 0x86787A) is unknown color: approx Empress. HEX triplet: 86, 78 and 7A. RGB value is (134,120,122). Sum of RGB (Red+Green+Blue) = 134+120+122=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #86787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86787A is #798785. Grayscale: #7C7C7C. Windows color (decimal): -7964550 or 8026246. OLE color: 8026246.

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

Color convert

RGB134120122-
CMYK00.100.090.47
HSL351.43º5.51%49.8%-
HSV(B)351.43º10.45%52.55%-
XYZ20.0619.9121.2-
YUV124.41126.64134.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=35.64%
G=31.91%
B=32.45%

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
Decimal13412012200.100.090.47351.435.5149.8
Hex86787A0A92F15f632
Octal2061701720121157537662
Binary1000011011110001111010010101001101111101011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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