Color Hex Logo

#777299 Color Hex

#777299
(119,114,153)
0 Favorites   0 Comments

Color spaces of #777299

RGB 119114153
HSL0.690.160.52
HSV248°25°60°
CMYK 0.220.250.00   0.40
XYZ19.374818.256532.6397
Yxy18.25650.27570.2598
Hunter Lab42.72766.1673-15.3824
CIE-Lab49.805710.6180-20.3940

#777299 color RGB value is (119,114,153).

#777299 hex color red value is 119, green value is 114 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #777299 hue: 0.69 , saturation: 0.16 and the lightness value of 777299 is 0.52.

The process color (four color CMYK) of #777299 color hex is 0.22, 0.25, 0.00, 0.40. Web safe color of #777299 is #666699. Color #777299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110010 10011001
Octal 167 162 231
Decimal 119 114 153
Hex 77 72 99

RGB Percentages of Color #777299

%30.83
%29.53
%39.64

CMYK Percentages of Color #777299

%22
%25
%0
%40

Triadic Colors of #777299

#777299 #997772 #729977

Analogous Colors of #777299

#777299 #8b7299 #728199

Monochromatic Colors of #777299

#777299

Complementary Color

#777299 #949972

#777299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777299 Color CSS Codes

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

#777299 Text Font Color

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

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


#777299 Background Color

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

This div background color is #777299


#777299 Border Color

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

This div border color is #777299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777299


Comments

No comments written yet.

Please login to write comment.