Color Hex Logo

#767cbe Color Hex

#767CBE
(118,124,190)
0 Favorites   0 Comments

Color spaces of #767cbe

RGB 118124190
HSL0.650.360.60
HSV235°38°75°
CMYK 0.380.350.00   0.25
XYZ23.973121.984651.6951
Yxy21.98460.24550.2251
Hunter Lab46.88779.2112-32.5475
CIE-Lab54.010714.1413-35.3166

#767cbe color RGB value is (118,124,190).

#767cbe hex color red value is 118, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #767cbe hue: 0.65 , saturation: 0.36 and the lightness value of 767cbe is 0.60.

The process color (four color CMYK) of #767cbe color hex is 0.38, 0.35, 0.00, 0.25. Web safe color of #767cbe is #6666cc. Color #767cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111100 10111110
Octal 166 174 276
Decimal 118 124 190
Hex 76 7C BE

RGB Percentages of Color #767cbe

%27.31
%28.70
%43.98

CMYK Percentages of Color #767cbe

%38
%35
%0
%25

Triadic Colors of #767cbe

#767cbe #be767c #7cbe76

Analogous Colors of #767cbe

#767cbe #9476be #76a0be

Monochromatic Colors of #767cbe

#767cbe

Complementary Color

#767cbe #beb876

#767cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#767cbe Color CSS Codes

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

#767cbe Text Font Color

<p style="color:#767cbe">Text here</p>

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


#767cbe Background Color

<div style="background-color:#767cbe">
Div content here</div>

This div background color is #767cbe


#767cbe Border Color

<div style="border:3px solid #767cbe">
Div here</div>

This div border color is #767cbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,124,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #767cbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #767cbe;
  -webkit-box-shadow: 1px 1px 3px 2px #767cbe;
  box-shadow:         1px 1px 3px 2px #767cbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767cbe


Comments

No comments written yet.

Please login to write comment.