Color Hex Logo

#767cbd Color Hex

#767CBD
(118,124,189)
0 Favorites   0 Comments

Color spaces of #767cbd

RGB 118124189
HSL0.650.350.60
HSV235°38°74°
CMYK 0.380.340.00   0.26
XYZ23.864221.941051.1214
Yxy21.94100.24620.2264
Hunter Lab46.84128.9683-31.9188
CIE-Lab53.964313.8618-34.8171

#767cbd color RGB value is (118,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111100 10111101
Octal 166 174 275
Decimal 118 124 189
Hex 76 7C BD

RGB Percentages of Color #767cbd

%27.38
%28.77
%43.85

CMYK Percentages of Color #767cbd

%38
%34
%0
%26

Triadic Colors of #767cbd

#767cbd #bd767c #7cbd76

Analogous Colors of #767cbd

#767cbd #9476bd #76a0bd

Monochromatic Colors of #767cbd

#767cbd

Complementary Color

#767cbd #bdb776

#767cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#767cbd Color CSS Codes

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

#767cbd Text Font Color

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

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


#767cbd Background Color

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

This div background color is #767cbd


#767cbd Border Color

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

This div border color is #767cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767cbd


Comments

No comments written yet.

Please login to write comment.