COLOR #788478

HEX: #788478
RGB: (120,132,120)

Color info

#788478 contains red, green and blue colors in about the same proportion. Web safe color of #788478 is #669966 (or #696).

RGB color model

#788478 color RGB value is (120,132,120).

  • red value is 120;
  • green value is 132;
  • blue value is 120.
RGB:
(120,132,120)
(47%,52%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 132 of 255 = 52%
B 120 of 255 = 47%

120
132
120

R + G + B ~ 49%. #788478 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 132 + 120 = 372 (100%)
R 120 of 372 ~ 32.26%
G 132 of 372 ~ 35.48%
B 120 of 372 ~ 32.26%

%32.26
%35.48
%32.26

CMYK color model

#788478 color CMYK value is (9,0,9,48).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 48.24%
CMYK:
(9,0,9,48)
C9M0Y9K48 
(9%,0%,9%,48%)
(0.09/0.00/0.09/0.48)	

CMYK percentages

%9.09
%0
%9.09
%48.24

Codes

Color #788478 in popluar color models

788478
RGB120132120
HSL120°4.76%49.41%
HSB/HSV120°9.09%51.76%
CMYK9.09%0.00%9.09%
48.24%

Color #788478 in popluar number systems.

HEX788478
Decimal120132120
Binary1111000100001001111000
Octal170204170

Shades and tints

Shades of #788478

#788478
(120,132,120)
#6E786E
(110,120,110)
#646C64
(100,108,100)
#5A605A
(90,96,90)
#505450
(80,84,80)
#464846
(70,72,70)
#3C3C3C
(60,60,60)
#323032
(50,48,50)
#282428
(40,36,40)
#1E181E
(30,24,30)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #788478

#788478
(120,132,120)
#848F84
(132,143,132)
#909A90
(144,154,144)
#9CA59C
(156,165,156)
#A8B0A8
(168,176,168)
#B4BBB4
(180,187,180)
#C0C6C0
(192,198,192)
#CCD1CC
(204,209,204)
#D8DCD8
(216,220,216)
#E4E7E4
(228,231,228)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788478 color. Also use rgb(120,132,120) instead hex code.

Text Font Color

.myTextColor { color: #788478; }

<p style="color:#788478">This sample text font color is #788478.</p>

This text font color is #788478.


Background Color

.myBgColor { background-color: #788478; }

<div style="background-color:#788478">Inner text</div>

This div background color is #788478.


Border color

.myBorderColor { border: 1px solid #788478; }

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

This div border color is #788478.


Opacity

.myOpacity80 { color: #788478; opacity: 0.8; }

<p style="color:#788478;opacity:0.8;">80%</p>

Text with #788478 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #788478;}

<p style="text-shadow: 3px 3px 1px #788478">Text here.</p>

This text has shadow with #788478 color.

.textShadow {text-shadow: 3px 3px 1px #788478, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #788478, 5px 5px 20px red">Text here.</p>

This text has shadow with #788478 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#788478, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#788478, Direction=45, Strength=4)">Text</p>

This text has shadow with #788478 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #788478;
  -webkit-box-shadow:	1px 1px 3px 2px #788478;
  box-shadow:		1px 1px 3px 2px #788478;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #788478;
-webkit-box-shadow: 1px 1px 3px 2px #788478;
box-shadow:1px 1px 3px 2px #788478;">
Div content here</div>
This div box has shadow with color #788478.

Preview

Color preview on black background

This text has color #788478 on black background.


Color preview on white background

This text has color #788478 on white background.



Black color preview on #788478 background

This text has black color on #788478 background.


White color preview on #788478 background

This text has white color on #788478 background.