Color Hex Logo

#767fbc Color Hex

#767FBC
(118,127,188)
0 Favorites   0 Comments

Color spaces of #767fbc

RGB 118127188
HSL0.650.340.60
HSV232°37°74°
CMYK 0.370.320.00   0.26
XYZ24.137722.661150.6788
Yxy22.66110.24760.2325
Hunter Lab47.60377.2030-29.7975
CIE-Lab54.721511.7986-33.0617

#767fbc color RGB value is (118,127,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111111 10111100
Octal 166 177 274
Decimal 118 127 188
Hex 76 7F BC

RGB Percentages of Color #767fbc

%27.25
%29.33
%43.42

CMYK Percentages of Color #767fbc

%37
%32
%0
%26

Triadic Colors of #767fbc

#767fbc #bc767f #7fbc76

Analogous Colors of #767fbc

#767fbc #9076bc #76a2bc

Monochromatic Colors of #767fbc

#767fbc

Complementary Color

#767fbc #bcb376

#767fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#767fbc Color CSS Codes

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

#767fbc Text Font Color

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

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


#767fbc Background Color

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

This div background color is #767fbc


#767fbc Border Color

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

This div border color is #767fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767fbc


Comments

No comments written yet.

Please login to write comment.