Color Hex Logo

#767ccc Color Hex

#767CCC
(118,124,204)
0 Favorites   0 Comments

Color spaces of #767ccc

RGB 118124204
HSL0.660.460.63
HSV236°42°80°
CMYK 0.420.390.00   0.20
XYZ25.577922.626560.1460
Yxy22.62650.23610.2088
Hunter Lab47.567312.7402-41.6715
CIE-Lab54.685518.1299-42.2298

#767ccc color RGB value is (118,124,204).

#767ccc hex color red value is 118, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #767ccc hue: 0.66 , saturation: 0.46 and the lightness value of 767ccc is 0.63.

The process color (four color CMYK) of #767ccc color hex is 0.42, 0.39, 0.00, 0.20. Web safe color of #767ccc is #6666cc. Color #767ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111100 11001100
Octal 166 174 314
Decimal 118 124 204
Hex 76 7C CC

RGB Percentages of Color #767ccc

%26.46
%27.80
%45.74

CMYK Percentages of Color #767ccc

%42
%39
%0
%20

Triadic Colors of #767ccc

#767ccc #cc767c #7ccc76

Analogous Colors of #767ccc

#767ccc #9b76cc #76a7cc

Monochromatic Colors of #767ccc

#767ccc

Complementary Color

#767ccc #ccc676

#767ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#767ccc Color CSS Codes

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

#767ccc Text Font Color

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

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


#767ccc Background Color

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

This div background color is #767ccc


#767ccc Border Color

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

This div border color is #767ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767ccc


Comments

No comments written yet.

Please login to write comment.