Color Hex Logo

#776581 Color Hex

#776581
(119,101,129)
0 Favorites   0 Comments

Color spaces of #776581

RGB 119101129
HSL0.770.120.45
HSV279°22°51°
CMYK 0.080.220.00   0.49
XYZ16.223914.814322.7732
Yxy14.81430.30150.2753
Hunter Lab38.48937.8844-8.1379
CIE-Lab45.378812.7952-12.8929

#776581 color RGB value is (119,101,129).

#776581 hex color red value is 119, green value is 101 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #776581 hue: 0.77 , saturation: 0.12 and the lightness value of 776581 is 0.45.

The process color (four color CMYK) of #776581 color hex is 0.08, 0.22, 0.00, 0.49. Web safe color of #776581 is #666699. Color #776581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100101 10000001
Octal 167 145 201
Decimal 119 101 129
Hex 77 65 81

RGB Percentages of Color #776581

%34.10
%28.94
%36.96

CMYK Percentages of Color #776581

%8
%22
%0
%49

Triadic Colors of #776581

#776581 #817765 #658177

Analogous Colors of #776581

#776581 #81657d #696581

Monochromatic Colors of #776581

#776581

Complementary Color

#776581 #6f8165

#776581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776581 Color CSS Codes

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

#776581 Text Font Color

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

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


#776581 Background Color

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

This div background color is #776581


#776581 Border Color

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

This div border color is #776581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776581


Comments

No comments written yet.

Please login to write comment.