Color Hex Logo

#777782 Color Hex

#777782
(119,119,130)
0 Favorites   0 Comments

Color spaces of #777782

RGB 119119130
HSL0.670.040.49
HSV240°51°
CMYK 0.080.080.00   0.49
XYZ18.233818.727323.7728
Yxy18.72730.30020.3084
Hunter Lab43.2751-0.5210-2.2779
CIE-Lab50.36662.3067-6.0054

#777782 color RGB value is (119,119,130).

#777782 hex color red value is 119, green value is 119 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #777782 hue: 0.67 , saturation: 0.04 and the lightness value of 777782 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110111 10000010
Octal 167 167 202
Decimal 119 119 130
Hex 77 77 82

RGB Percentages of Color #777782

%32.34
%32.34
%35.33

CMYK Percentages of Color #777782

%8
%8
%0
%49

Triadic Colors of #777782

#777782 #827777 #778277

Analogous Colors of #777782

#777782 #7d7782 #777d82

Monochromatic Colors of #777782

#777782

Complementary Color

#777782 #828277

#777782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777782 Color CSS Codes

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

#777782 Text Font Color

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

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


#777782 Background Color

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

This div background color is #777782


#777782 Border Color

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

This div border color is #777782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777782


Comments

No comments written yet.

Please login to write comment.