Color Hex Logo

#767abb Color Hex

#767ABB
(118,122,187)
0 Favorites   0 Comments

Color spaces of #767abb

RGB 118122187
HSL0.660.340.60
HSV237°37°73°
CMYK 0.370.350.00   0.27
XYZ23.400421.358549.9030
Yxy21.35850.24720.2256
Hunter Lab46.21539.5041-31.6704
CIE-Lab53.339614.4977-34.6493

#767abb color RGB value is (118,122,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111010 10111011
Octal 166 172 273
Decimal 118 122 187
Hex 76 7A BB

RGB Percentages of Color #767abb

%27.63
%28.57
%43.79

CMYK Percentages of Color #767abb

%37
%35
%0
%27

Triadic Colors of #767abb

#767abb #bb767a #7abb76

Analogous Colors of #767abb

#767abb #9576bb #769dbb

Monochromatic Colors of #767abb

#767abb

Complementary Color

#767abb #bbb776

#767abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#767abb Color CSS Codes

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

#767abb Text Font Color

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

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


#767abb Background Color

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

This div background color is #767abb


#767abb Border Color

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

This div border color is #767abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767abb


Comments

No comments written yet.

Please login to write comment.