COLOR #788278

HEX: #788278
RGB: (120,130,120)

Color info

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

RGB color model

#788278 color RGB value is (120,130,120).

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

RGB channels and saturation

R 120 of 255 = 47%
G 130 of 255 = 51%
B 120 of 255 = 47%

120
130
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 130 + 120 = 370 (100%)
R 120 of 370 ~ 32.43%
G 130 of 370 ~ 35.14%
B 120 of 370 ~ 32.43%

%32.43
%35.14
%32.43

CMYK color model

#788278 color CMYK value is (8,0,8,49).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 49.02%
CMYK:
(8,0,8,49)
C8M0Y8K49 
(8%,0%,8%,49%)
(0.08/0.00/0.08/0.49)	

CMYK percentages

%7.69
%0
%7.69
%49.02

Codes

Color #788278 in popluar color models

788278
RGB120130120
HSL120°4.00%49.02%
HSB/HSV120°7.69%50.98%
CMYK7.69%0.00%7.69%
49.02%

Color #788278 in popluar number systems.

HEX788278
Decimal120130120
Binary1111000100000101111000
Octal170202170

Shades and tints

Shades of #788278

#788278
(120,130,120)
#6E776E
(110,119,110)
#646C64
(100,108,100)
#5A615A
(90,97,90)
#505650
(80,86,80)
#464B46
(70,75,70)
#3C403C
(60,64,60)
#323532
(50,53,50)
#282A28
(40,42,40)
#1E1F1E
(30,31,30)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #788278

#788278
(120,130,120)
#848D84
(132,141,132)
#909890
(144,152,144)
#9CA39C
(156,163,156)
#A8AEA8
(168,174,168)
#B4B9B4
(180,185,180)
#C0C4C0
(192,196,192)
#CCCFCC
(204,207,204)
#D8DAD8
(216,218,216)
#E4E5E4
(228,229,228)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788278; }

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

This text font color is #788278.


Background Color

.myBgColor { background-color: #788278; }

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

This div background color is #788278.


Border color

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

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

This div border color is #788278.


Opacity

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

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

Text with #788278 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 #788278;}

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

This text has shadow with #788278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788278 on black background.


Color preview on white background

This text has color #788278 on white background.



Black color preview on #788278 background

This text has black color on #788278 background.


White color preview on #788278 background

This text has white color on #788278 background.