Color Hex Logo

#788983 Color Hex

#788983
(120,137,131)
0 Favorites   0 Comments

Color spaces of #788983

RGB 120137131
HSL0.440.070.50
HSV159°12°54°
CMYK 0.120.000.04   0.46
XYZ20.788123.523124.9175
Yxy23.52310.30030.3398
Hunter Lab48.5006-8.36833.4898
CIE-Lab55.6071-7.40011.1272

#788983 color RGB value is (120,137,131).

#788983 hex color red value is 120, green value is 137 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #788983 hue: 0.44 , saturation: 0.07 and the lightness value of 788983 is 0.50.

The process color (four color CMYK) of #788983 color hex is 0.12, 0.00, 0.04, 0.46. Web safe color of #788983 is #669999. Color #788983 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001001 10000011
Octal 170 211 203
Decimal 120 137 131
Hex 78 89 83

RGB Percentages of Color #788983

%30.93
%35.31
%33.76

CMYK Percentages of Color #788983

%12
%0
%4
%46

Triadic Colors of #788983

#788983 #837889 #898378

Analogous Colors of #788983

#788983 #788789 #78897b

Monochromatic Colors of #788983

#788983

Complementary Color

#788983 #89787e

#788983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788983 Color CSS Codes

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

#788983 Text Font Color

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

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


#788983 Background Color

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

This div background color is #788983


#788983 Border Color

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

This div border color is #788983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788983


Comments

No comments written yet.

Please login to write comment.