Color Hex Logo

#7782aa Color Hex

#7782AA
(119,130,170)
0 Favorites   0 Comments

Color spaces of #7782aa

RGB 119130170
HSL0.630.230.57
HSV227°30°67°
CMYK 0.300.240.00   0.33
XYZ22.846122.789541.2249
Yxy22.78950.26300.2624
Hunter Lab47.73831.8825-17.7836
CIE-Lab54.85495.4724-22.5236

#7782aa color RGB value is (119,130,170).

#7782aa hex color red value is 119, green value is 130 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7782aa hue: 0.63 , saturation: 0.23 and the lightness value of 7782aa is 0.57.

The process color (four color CMYK) of #7782aa color hex is 0.30, 0.24, 0.00, 0.33. Web safe color of #7782aa is #669999. Color #7782aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000010 10101010
Octal 167 202 252
Decimal 119 130 170
Hex 77 82 AA

RGB Percentages of Color #7782aa

%28.40
%31.03
%40.57

CMYK Percentages of Color #7782aa

%30
%24
%0
%33

Triadic Colors of #7782aa

#7782aa #aa7782 #82aa77

Analogous Colors of #7782aa

#7782aa #8677aa #779caa

Monochromatic Colors of #7782aa

#7782aa

Complementary Color

#7782aa #aa9f77

#7782aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7782aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7782aa Color CSS Codes

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

#7782aa Text Font Color

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

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


#7782aa Background Color

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

This div background color is #7782aa


#7782aa Border Color

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

This div border color is #7782aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7782aa


Comments

No comments written yet.

Please login to write comment.