Color Hex Logo

#775674 Color Hex

#775674
(119,86,116)
0 Favorites   0 Comments

Color spaces of #775674

RGB 11986116
HSL0.850.160.40
HSV305°28°47°
CMYK 0.000.280.03   0.53
XYZ14.087911.838518.0655
Yxy11.83850.32020.2691
Hunter Lab34.407112.8739-7.0453
CIE-Lab40.958319.1000-11.6950

#775674 color RGB value is (119,86,116).

#775674 hex color red value is 119, green value is 86 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #775674 hue: 0.85 , saturation: 0.16 and the lightness value of 775674 is 0.40.

The process color (four color CMYK) of #775674 color hex is 0.00, 0.28, 0.03, 0.53. Web safe color of #775674 is #666666. Color #775674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010110 01110100
Octal 167 126 164
Decimal 119 86 116
Hex 77 56 74

RGB Percentages of Color #775674

%37.07
%26.79
%36.14

CMYK Percentages of Color #775674

%0
%28
%3
%53

Triadic Colors of #775674

#775674 #747756 #567477

Analogous Colors of #775674

#775674 #775664 #6a5677

Monochromatic Colors of #775674

#775674

Complementary Color

#775674 #567759

#775674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#775674 Color CSS Codes

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

#775674 Text Font Color

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

This sample text font color is #775674
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.


#775674 Background Color

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

This div background color is #775674


#775674 Border Color

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

This div border color is #775674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775674


Comments

No comments written yet.

Please login to write comment.