Color Hex Logo

#769bbb Color Hex

#769BBB
(118,155,187)
0 Favorites   0 Comments

Color spaces of #769bbb

RGB 118155187
HSL0.580.340.60
HSV208°37°73°
CMYK 0.370.170.00   0.27
XYZ28.162230.882151.4902
Yxy30.88210.25480.2794
Hunter Lab55.5717-6.7915-16.0353
CIE-Lab62.4080-4.6316-20.6320

#769bbb color RGB value is (118,155,187).

#769bbb hex color red value is 118, green value is 155 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #769bbb hue: 0.58 , saturation: 0.34 and the lightness value of 769bbb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011011 10111011
Octal 166 233 273
Decimal 118 155 187
Hex 76 9B BB

RGB Percentages of Color #769bbb

%25.65
%33.70
%40.65

CMYK Percentages of Color #769bbb

%37
%17
%0
%27

Triadic Colors of #769bbb

#769bbb #bb769b #9bbb76

Analogous Colors of #769bbb

#769bbb #7679bb #76bbb9

Monochromatic Colors of #769bbb

#769bbb

Complementary Color

#769bbb #bb9676

#769bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#769bbb Color CSS Codes

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

#769bbb Text Font Color

<p style="color:#769bbb">Text here</p>

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


#769bbb Background Color

<div style="background-color:#769bbb">
Div content here</div>

This div background color is #769bbb


#769bbb Border Color

<div style="border:3px solid #769bbb">
Div here</div>

This div border color is #769bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,155,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #769bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #769bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #769bbb;
  box-shadow:         1px 1px 3px 2px #769bbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769bbb

#769bbb Color Palettes


Comments

No comments written yet.

Please login to write comment.