Color Hex Logo

#777ad7 Color Hex

#777AD7
(119,122,215)
0 Favorites   0 Comments

Color spaces of #777ad7

RGB 119122215
HSL0.660.550.65
HSV238°45°84°
CMYK 0.450.430.00   0.16
XYZ26.833022.747367.2664
Yxy22.74730.22960.1947
Hunter Lab47.694116.9604-50.2350
CIE-Lab54.811122.7846-48.2491

#777ad7 color RGB value is (119,122,215).

#777ad7 hex color red value is 119, green value is 122 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #777ad7 hue: 0.66 , saturation: 0.55 and the lightness value of 777ad7 is 0.65.

The process color (four color CMYK) of #777ad7 color hex is 0.45, 0.43, 0.00, 0.16. Web safe color of #777ad7 is #6666cc. Color #777ad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111010 11010111
Octal 167 172 327
Decimal 119 122 215
Hex 77 7A D7

RGB Percentages of Color #777ad7

%26.10
%26.75
%47.15

CMYK Percentages of Color #777ad7

%45
%43
%0
%16

Triadic Colors of #777ad7

#777ad7 #d7777a #7ad777

Analogous Colors of #777ad7

#777ad7 #a477d7 #77aad7

Monochromatic Colors of #777ad7

#777ad7

Complementary Color

#777ad7 #d7d477

#777ad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777ad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777ad7 Color CSS Codes

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

#777ad7 Text Font Color

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

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


#777ad7 Background Color

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

This div background color is #777ad7


#777ad7 Border Color

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

This div border color is #777ad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777ad7


Comments

No comments written yet.

Please login to write comment.