Color Hex Logo

#776085 Color Hex

#776085
(119,96,133)
0 Favorites   0 Comments

Color spaces of #776085

RGB 11996133
HSL0.770.160.45
HSV277°28°52°
CMYK 0.110.280.00   0.48
XYZ16.024313.981124.0444
Yxy13.98110.29650.2587
Hunter Lab37.391311.0626-11.9524
CIE-Lab44.205816.7091-17.0843

#776085 color RGB value is (119,96,133).

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

The process color (four color CMYK) of #776085 color hex is 0.11, 0.28, 0.00, 0.48. Web safe color of #776085 is #666699. Color #776085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100000 10000101
Octal 167 140 205
Decimal 119 96 133
Hex 77 60 85

RGB Percentages of Color #776085

%34.20
%27.59
%38.22

CMYK Percentages of Color #776085

%11
%28
%0
%48

Triadic Colors of #776085

#776085 #857760 #608577

Analogous Colors of #776085

#776085 #856081 #656085

Monochromatic Colors of #776085

#776085

Complementary Color

#776085 #6e8560

#776085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776085 Color CSS Codes

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

#776085 Text Font Color

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

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


#776085 Background Color

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

This div background color is #776085


#776085 Border Color

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

This div border color is #776085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776085


Comments

No comments written yet.

Please login to write comment.