Color Hex Logo

#7784af Color Hex

#7784AF
(119,132,175)
0 Favorites   0 Comments

Color spaces of #7784af

RGB 119132175
HSL0.630.260.58
HSV226°32°69°
CMYK 0.320.250.00   0.31
XYZ23.596923.519643.8535
Yxy23.51960.25940.2585
Hunter Lab48.49701.9819-19.6652
CIE-Lab55.60365.6141-24.2448

#7784af color RGB value is (119,132,175).

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

The process color (four color CMYK) of #7784af color hex is 0.32, 0.25, 0.00, 0.31. Web safe color of #7784af is #669999. Color #7784af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000100 10101111
Octal 167 204 257
Decimal 119 132 175
Hex 77 84 AF

RGB Percentages of Color #7784af

%27.93
%30.99
%41.08

CMYK Percentages of Color #7784af

%32
%25
%0
%31

Triadic Colors of #7784af

#7784af #af7784 #84af77

Analogous Colors of #7784af

#7784af #8677af #77a0af

Monochromatic Colors of #7784af

#7784af

Complementary Color

#7784af #afa277

#7784af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7784af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7784af Color CSS Codes

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

#7784af Text Font Color

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

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


#7784af Background Color

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

This div background color is #7784af


#7784af Border Color

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

This div border color is #7784af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7784af


Comments

No comments written yet.

Please login to write comment.