Color Hex Logo

#767ccd Color Hex

#767CCD
(118,124,205)
0 Favorites   0 Comments

Color spaces of #767ccd

RGB 118124205
HSL0.660.470.63
HSV236°42°80°
CMYK 0.420.400.00   0.20
XYZ25.698322.674660.7798
Yxy22.67460.23540.2077
Hunter Lab47.617913.0012-42.3457
CIE-Lab54.735618.4199-42.7179

#767ccd color RGB value is (118,124,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111100 11001101
Octal 166 174 315
Decimal 118 124 205
Hex 76 7C CD

RGB Percentages of Color #767ccd

%26.40
%27.74
%45.86

CMYK Percentages of Color #767ccd

%42
%40
%0
%20

Triadic Colors of #767ccd

#767ccd #cd767c #7ccd76

Analogous Colors of #767ccd

#767ccd #9c76cd #76a8cd

Monochromatic Colors of #767ccd

#767ccd

Complementary Color

#767ccd #cdc776

#767ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#767ccd Color CSS Codes

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

#767ccd Text Font Color

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

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


#767ccd Background Color

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

This div background color is #767ccd


#767ccd Border Color

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

This div border color is #767ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767ccd


Comments

No comments written yet.

Please login to write comment.