Color Hex Logo

#787cac Color Hex

#787CAC
(120,124,172)
0 Favorites   0 Comments

Color spaces of #787cac

RGB 120124172
HSL0.650.240.57
HSV235°30°67°
CMYK 0.300.280.00   0.33
XYZ22.399821.386941.9772
Yxy21.38690.26120.2494
Hunter Lab46.24605.5282-21.4450
CIE-Lab53.37049.8334-25.9579

#787cac color RGB value is (120,124,172).

#787cac hex color red value is 120, green value is 124 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #787cac hue: 0.65 , saturation: 0.24 and the lightness value of 787cac is 0.57.

The process color (four color CMYK) of #787cac color hex is 0.30, 0.28, 0.00, 0.33. Web safe color of #787cac is #666699. Color #787cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111100 10101100
Octal 170 174 254
Decimal 120 124 172
Hex 78 7C AC

RGB Percentages of Color #787cac

%28.85
%29.81
%41.35

CMYK Percentages of Color #787cac

%30
%28
%0
%33

Triadic Colors of #787cac

#787cac #ac787c #7cac78

Analogous Colors of #787cac

#787cac #8e78ac #7896ac

Monochromatic Colors of #787cac

#787cac

Complementary Color

#787cac #aca878

#787cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#787cac Color CSS Codes

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

#787cac Text Font Color

<p style="color:#787cac">Text here</p>

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


#787cac Background Color

<div style="background-color:#787cac">
Div content here</div>

This div background color is #787cac


#787cac Border Color

<div style="border:3px solid #787cac">
Div here</div>

This div border color is #787cac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,124,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #787cac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #787cac;
  -webkit-box-shadow: 1px 1px 3px 2px #787cac;
  box-shadow:         1px 1px 3px 2px #787cac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787cac


Comments

No comments written yet.

Please login to write comment.