Color Hex Logo

#767bbb Color Hex

#767BBB
(118,123,187)
0 Favorites   0 Comments

Color spaces of #767bbb

RGB 118123187
HSL0.650.340.60
HSV236°37°73°
CMYK 0.370.340.00   0.27
XYZ23.523821.605349.9441
Yxy21.60530.24740.2272
Hunter Lab46.48158.9943-31.1697
CIE-Lab53.605713.9008-34.2329

#767bbb color RGB value is (118,123,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111011 10111011
Octal 166 173 273
Decimal 118 123 187
Hex 76 7B BB

RGB Percentages of Color #767bbb

%27.57
%28.74
%43.69

CMYK Percentages of Color #767bbb

%37
%34
%0
%27

Triadic Colors of #767bbb

#767bbb #bb767b #7bbb76

Analogous Colors of #767bbb

#767bbb #9476bb #769ebb

Monochromatic Colors of #767bbb

#767bbb

Complementary Color

#767bbb #bbb676

#767bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#767bbb Color CSS Codes

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

#767bbb Text Font Color

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

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


#767bbb Background Color

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

This div background color is #767bbb


#767bbb Border Color

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

This div border color is #767bbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,123,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 #767bbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767bbb


Comments

No comments written yet.

Please login to write comment.