Color Hex Logo

#779cbc Color Hex

#779CBC
(119,156,188)
0 Favorites   0 Comments

Color spaces of #779cbc

RGB 119156188
HSL0.580.340.60
HSV208°37°74°
CMYK 0.370.170.00   0.26
XYZ28.573331.329752.1182
Yxy31.32970.25510.2797
Hunter Lab55.9729-6.8312-16.0258
CIE-Lab62.7850-4.6425-20.6129

#779cbc color RGB value is (119,156,188).

#779cbc hex color red value is 119, green value is 156 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #779cbc hue: 0.58 , saturation: 0.34 and the lightness value of 779cbc is 0.60.

The process color (four color CMYK) of #779cbc color hex is 0.37, 0.17, 0.00, 0.26. Web safe color of #779cbc is #6699cc. Color #779cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011100 10111100
Octal 167 234 274
Decimal 119 156 188
Hex 77 9C BC

RGB Percentages of Color #779cbc

%25.70
%33.69
%40.60

CMYK Percentages of Color #779cbc

%37
%17
%0
%26

Triadic Colors of #779cbc

#779cbc #bc779c #9cbc77

Analogous Colors of #779cbc

#779cbc #777abc #77bcba

Monochromatic Colors of #779cbc

#779cbc

Complementary Color

#779cbc #bc9777

#779cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#779cbc Color CSS Codes

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

#779cbc Text Font Color

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

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


#779cbc Background Color

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

This div background color is #779cbc


#779cbc Border Color

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

This div border color is #779cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779cbc


Comments

No comments written yet.

Please login to write comment.