Color Hex Logo

#787296 Color Hex

#787296
(120,114,150)
0 Favorites   0 Comments

Color spaces of #787296

RGB 120114150
HSL0.690.150.52
HSV250°24°59°
CMYK 0.200.240.00   0.41
XYZ19.268118.229731.3573
Yxy18.22970.27980.2648
Hunter Lab42.69635.8356-13.6568
CIE-Lab49.773510.2156-18.6730

#787296 color RGB value is (120,114,150).

#787296 hex color red value is 120, green value is 114 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #787296 hue: 0.69 , saturation: 0.15 and the lightness value of 787296 is 0.52.

The process color (four color CMYK) of #787296 color hex is 0.20, 0.24, 0.00, 0.41. Web safe color of #787296 is #666699. Color #787296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110010 10010110
Octal 170 162 226
Decimal 120 114 150
Hex 78 72 96

RGB Percentages of Color #787296

%31.25
%29.69
%39.06

CMYK Percentages of Color #787296

%20
%24
%0
%41

Triadic Colors of #787296

#787296 #967872 #729678

Analogous Colors of #787296

#787296 #8a7296 #727e96

Monochromatic Colors of #787296

#787296

Complementary Color

#787296 #909672

#787296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787296 Color CSS Codes

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

#787296 Text Font Color

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

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


#787296 Background Color

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

This div background color is #787296


#787296 Border Color

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

This div border color is #787296


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,114,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #787296; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #787296;
  -webkit-box-shadow: 1px 1px 3px 2px #787296;
  box-shadow:         1px 1px 3px 2px #787296; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787296


Comments

No comments written yet.

Please login to write comment.