Color Hex Logo

#779ba1 Color Hex

#779BA1
(119,155,161)
0 Favorites   0 Comments

Color spaces of #779ba1

RGB 119155161
HSL0.520.180.55
HSV189°26°63°
CMYK 0.260.040.00   0.37
XYZ25.762129.937838.1390
Yxy29.93780.27450.3190
Hunter Lab54.7154-11.7075-3.0268
CIE-Lab61.6005-10.9030-7.1889

#779ba1 color RGB value is (119,155,161).

#779ba1 hex color red value is 119, green value is 155 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #779ba1 hue: 0.52 , saturation: 0.18 and the lightness value of 779ba1 is 0.55.

The process color (four color CMYK) of #779ba1 color hex is 0.26, 0.04, 0.00, 0.37. Web safe color of #779ba1 is #669999. Color #779ba1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011011 10100001
Octal 167 233 241
Decimal 119 155 161
Hex 77 9B A1

RGB Percentages of Color #779ba1

%27.36
%35.63
%37.01

CMYK Percentages of Color #779ba1

%26
%4
%0
%37

Triadic Colors of #779ba1

#779ba1 #a1779b #9ba177

Analogous Colors of #779ba1

#779ba1 #7786a1 #77a192

Monochromatic Colors of #779ba1

#779ba1

Complementary Color

#779ba1 #a17d77

#779ba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779ba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779ba1 Color CSS Codes

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

#779ba1 Text Font Color

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

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


#779ba1 Background Color

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

This div background color is #779ba1


#779ba1 Border Color

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

This div border color is #779ba1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,155,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #779ba1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #779ba1;
  -webkit-box-shadow: 1px 1px 3px 2px #779ba1;
  box-shadow:         1px 1px 3px 2px #779ba1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779ba1

#779ba1 Color Palettes


Comments

No comments written yet.

Please login to write comment.