Color Hex Logo

#767cbc Color Hex

#767CBC
(118,124,188)
0 Favorites   0 Comments

Color spaces of #767cbc

RGB 118124188
HSL0.650.340.60
HSV235°37°74°
CMYK 0.370.340.00   0.26
XYZ23.756021.897750.5516
Yxy21.89770.24690.2276
Hunter Lab46.79508.7263-31.2932
CIE-Lab53.918313.5829-34.3168

#767cbc color RGB value is (118,124,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111100 10111100
Octal 166 174 274
Decimal 118 124 188
Hex 76 7C BC

RGB Percentages of Color #767cbc

%27.44
%28.84
%43.72

CMYK Percentages of Color #767cbc

%37
%34
%0
%26

Triadic Colors of #767cbc

#767cbc #bc767c #7cbc76

Analogous Colors of #767cbc

#767cbc #9376bc #769fbc

Monochromatic Colors of #767cbc

#767cbc

Complementary Color

#767cbc #bcb676

#767cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#767cbc Color CSS Codes

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

#767cbc Text Font Color

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

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


#767cbc Background Color

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

This div background color is #767cbc


#767cbc Border Color

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

This div border color is #767cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767cbc


Comments

No comments written yet.

Please login to write comment.