Color Hex Logo

#788676 Color Hex

#788676
(120,134,118)
0 Favorites   0 Comments

Color spaces of #788676

RGB 120134118
HSL0.310.060.49
HSV113°12°53°
CMYK 0.100.000.12   0.47
XYZ19.540822.351320.4239
Yxy22.35130.31360.3587
Hunter Lab47.2772-8.95667.4805
CIE-Lab54.3978-8.33726.8885

#788676 color RGB value is (120,134,118).

#788676 hex color red value is 120, green value is 134 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #788676 hue: 0.31 , saturation: 0.06 and the lightness value of 788676 is 0.49.

The process color (four color CMYK) of #788676 color hex is 0.10, 0.00, 0.12, 0.47. Web safe color of #788676 is #669966. Color #788676 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000110 01110110
Octal 170 206 166
Decimal 120 134 118
Hex 78 86 76

RGB Percentages of Color #788676

%32.26
%36.02
%31.72

CMYK Percentages of Color #788676

%10
%0
%12
%47

Triadic Colors of #788676

#788676 #767886 #867678

Analogous Colors of #788676

#788676 #76867c #808676

Monochromatic Colors of #788676

#788676

Complementary Color

#788676 #847686

#788676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788676 Color CSS Codes

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

#788676 Text Font Color

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

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


#788676 Background Color

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

This div background color is #788676


#788676 Border Color

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

This div border color is #788676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788676


Comments

No comments written yet.

Please login to write comment.