Color Hex Logo

#78884b Color Hex

#78884B
(120,136,75)
0 Favorites   0 Comments

Color spaces of #78884b

RGB 12013675
HSL0.210.290.41
HSV76°45°53°
CMYK 0.120.000.45   0.47
XYZ17.819922.10949.9849
Yxy22.10940.35700.4429
Hunter Lab47.0206-14.638120.3241
CIE-Lab54.1429-16.169030.7461

#78884b color RGB value is (120,136,75).

#78884b hex color red value is 120, green value is 136 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #78884b hue: 0.21 , saturation: 0.29 and the lightness value of 78884b is 0.41.

The process color (four color CMYK) of #78884b color hex is 0.12, 0.00, 0.45, 0.47. Web safe color of #78884b is #669933. Color #78884b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001000 01001011
Octal 170 210 113
Decimal 120 136 75
Hex 78 88 4B

RGB Percentages of Color #78884b

%36.25
%41.09
%22.66

CMYK Percentages of Color #78884b

%12
%0
%45
%47

Triadic Colors of #78884b

#78884b #4b7888 #884b78

Analogous Colors of #78884b

#78884b #5a884b #887a4b

Monochromatic Colors of #78884b

#78884b

Complementary Color

#78884b #5b4b88

#78884b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78884b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78884b Color CSS Codes

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

#78884b Text Font Color

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

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


#78884b Background Color

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

This div background color is #78884b


#78884b Border Color

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

This div border color is #78884b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78884b


Comments

No comments written yet.

Please login to write comment.