Color Hex Logo

#7784ac Color Hex

#7784AC
(119,132,172)
0 Favorites   0 Comments

Color spaces of #7784ac

RGB 119132172
HSL0.630.240.57
HSV225°31°67°
CMYK 0.310.230.00   0.33
XYZ23.305423.403042.3186
Yxy23.40300.26180.2629
Hunter Lab48.37661.3331-18.0017
CIE-Lab55.48504.8256-22.7054

#7784ac color RGB value is (119,132,172).

#7784ac hex color red value is 119, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7784ac hue: 0.63 , saturation: 0.24 and the lightness value of 7784ac is 0.57.

The process color (four color CMYK) of #7784ac color hex is 0.31, 0.23, 0.00, 0.33. Web safe color of #7784ac is #669999. Color #7784ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000100 10101100
Octal 167 204 254
Decimal 119 132 172
Hex 77 84 AC

RGB Percentages of Color #7784ac

%28.13
%31.21
%40.66

CMYK Percentages of Color #7784ac

%31
%23
%0
%33

Triadic Colors of #7784ac

#7784ac #ac7784 #84ac77

Analogous Colors of #7784ac

#7784ac #8577ac #779fac

Monochromatic Colors of #7784ac

#7784ac

Complementary Color

#7784ac #ac9f77

#7784ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7784ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7784ac Color CSS Codes

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

#7784ac Text Font Color

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

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


#7784ac Background Color

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

This div background color is #7784ac


#7784ac Border Color

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

This div border color is #7784ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7784ac


Comments

No comments written yet.

Please login to write comment.