Color Hex Logo

#788588 Color Hex

#788588
(120,133,136)
0 Favorites   0 Comments

Color spaces of #788588

RGB 120133136
HSL0.530.060.50
HSV191°12°53°
CMYK 0.120.020.00   0.47
XYZ20.577222.545726.5598
Yxy22.54570.29530.3235
Hunter Lab47.4823-5.73830.0730
CIE-Lab54.6013-4.0869-3.2377

#788588 color RGB value is (120,133,136).

#788588 hex color red value is 120, green value is 133 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #788588 hue: 0.53 , saturation: 0.06 and the lightness value of 788588 is 0.50.

The process color (four color CMYK) of #788588 color hex is 0.12, 0.02, 0.00, 0.47. Web safe color of #788588 is #669999. Color #788588 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000101 10001000
Octal 170 205 210
Decimal 120 133 136
Hex 78 85 88

RGB Percentages of Color #788588

%30.85
%34.19
%34.96

CMYK Percentages of Color #788588

%12
%2
%0
%47

Triadic Colors of #788588

#788588 #887885 #858878

Analogous Colors of #788588

#788588 #787d88 #788883

Monochromatic Colors of #788588

#788588

Complementary Color

#788588 #887b78

#788588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788588 Color CSS Codes

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

#788588 Text Font Color

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

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


#788588 Background Color

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

This div background color is #788588


#788588 Border Color

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

This div border color is #788588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788588


Comments

No comments written yet.

Please login to write comment.