Color Hex Logo

#867789 Color Hex

#867789
(134,119,137)
0 Favorites   0 Comments

Color spaces of #867789

RGB 134119137
HSL0.810.070.50
HSV290°13°54°
CMYK 0.020.130.00   0.46
XYZ20.943720.068126.4366
Yxy20.06810.31050.2975
Hunter Lab44.79745.0568-3.6310
CIE-Lab51.91419.2677-7.6772

#867789 color RGB value is (134,119,137).

#867789 hex color red value is 134, green value is 119 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #867789 hue: 0.81 , saturation: 0.07 and the lightness value of 867789 is 0.50.

The process color (four color CMYK) of #867789 color hex is 0.02, 0.13, 0.00, 0.46. Web safe color of #867789 is #996699. Color #867789 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110111 10001001
Octal 206 167 211
Decimal 134 119 137
Hex 86 77 89

RGB Percentages of Color #867789

%34.36
%30.51
%35.13

CMYK Percentages of Color #867789

%2
%13
%0
%46

Triadic Colors of #867789

#867789 #898677 #778986

Analogous Colors of #867789

#867789 #897783 #7d7789

Monochromatic Colors of #867789

#867789

Complementary Color

#867789 #7a8977

#867789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867789 Color CSS Codes

.mybgcolor {background-color:#867789; } 
.myforecolor {color:#867789; }
.mybordercolor {border:3px solid #867789; }

#867789 Text Font Color

<p style="color:#867789">Text here</p>

This sample text font color is #867789
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#867789 Background Color

<div style="background-color:#867789">
Div content here</div>

This div background color is #867789


#867789 Border Color

<div style="border:3px solid #867789">
Div here</div>

This div border color is #867789


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,119,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #867789; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #867789;
  -webkit-box-shadow: 1px 1px 3px 2px #867789;
  box-shadow:         1px 1px 3px 2px #867789; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,119,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #867789">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #867789;
  -webkit-box-shadow: 1px 1px 3px 2px #867789;
  box-shadow:         1px 1px 3px 2px #867789;">
Div content here</div>

This div box has shadow with color #867789


Comments

No comments written yet.

Please login to write comment.