#86767A

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

Shades of Empress #86767A

Tints of Empress #86767A

Color information

#86767A (or 0x86767A) is unknown color: approx Empress. HEX triplet: 86, 76 and 7A. RGB value is (134,118,122). Sum of RGB (Red+Green+Blue) = 134+118+122=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #86767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86767A is #798985. Grayscale: #7B7B7B. Windows color (decimal): -7965062 or 8025734. OLE color: 8025734.

HSL color Cylindrical-coordinate representation of color #86767A: hue angle of 345º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #86767A is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB134118122-
CMYK00.120.090.47
HSL345º6.35%49.41%-
HSV(B)345º11.94%52.55%-
XYZ19.8219.4321.12-
YUV123.24127.3135.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=35.83%
G=31.55%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411812200.120.090.473456.3549.41
Hex86767A0C92F159631
Octal2061661720141157531661
Binary1000011011101101111010011001001101111101011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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