Color Hex Logo

#767fbf Color Hex

#767FBF
(118,127,191)
0 Favorites   0 Comments

Color spaces of #767fbf

RGB 118127191
HSL0.650.360.61
HSV233°38°75°
CMYK 0.380.340.00   0.25
XYZ24.464622.791952.4001
Yxy22.79190.24550.2287
Hunter Lab47.74097.9250-31.6578
CIE-Lab54.857312.6362-34.5629

#767fbf color RGB value is (118,127,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111111 10111111
Octal 166 177 277
Decimal 118 127 191
Hex 76 7F BF

RGB Percentages of Color #767fbf

%27.06
%29.13
%43.81

CMYK Percentages of Color #767fbf

%38
%34
%0
%25

Triadic Colors of #767fbf

#767fbf #bf767f #7fbf76

Analogous Colors of #767fbf

#767fbf #9276bf #76a4bf

Monochromatic Colors of #767fbf

#767fbf

Complementary Color

#767fbf #bfb676

#767fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#767fbf Color CSS Codes

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

#767fbf Text Font Color

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

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


#767fbf Background Color

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

This div background color is #767fbf


#767fbf Border Color

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

This div border color is #767fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767fbf


Comments

No comments written yet.

Please login to write comment.