Color Hex Logo

#788992 Color Hex

#788992
(120,137,146)
0 Favorites   0 Comments

Color spaces of #788992

RGB 120137146
HSL0.560.110.52
HSV201°18°57°
CMYK 0.180.060.00   0.43
XYZ21.879723.959730.6656
Yxy23.95970.28600.3132
Hunter Lab48.9486-5.8719-2.8803
CIE-Lab56.0474-4.1147-6.8776

#788992 color RGB value is (120,137,146).

#788992 hex color red value is 120, green value is 137 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #788992 hue: 0.56 , saturation: 0.11 and the lightness value of 788992 is 0.52.

The process color (four color CMYK) of #788992 color hex is 0.18, 0.06, 0.00, 0.43. Web safe color of #788992 is #669999. Color #788992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001001 10010010
Octal 170 211 222
Decimal 120 137 146
Hex 78 89 92

RGB Percentages of Color #788992

%29.78
%34.00
%36.23

CMYK Percentages of Color #788992

%18
%6
%0
%43

Triadic Colors of #788992

#788992 #927889 #899278

Analogous Colors of #788992

#788992 #787c92 #78928e

Monochromatic Colors of #788992

#788992

Complementary Color

#788992 #928178

#788992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788992 Color CSS Codes

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

#788992 Text Font Color

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

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


#788992 Background Color

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

This div background color is #788992


#788992 Border Color

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

This div border color is #788992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788992


Comments

No comments written yet.

Please login to write comment.