COLOR #788474

HEX: #788474
RGB: (120,132,116)

Color info

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

RGB color model

#788474 color RGB value is (120,132,116).

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

RGB channels and saturation

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

120
132
116

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

Portions of RGB colors in percentages

R + G + B =
120 + 132 + 116 = 368 (100%)
R 120 of 368 ~ 32.61%
G 132 of 368 ~ 35.87%
B 116 of 368 ~ 31.52%

%32.61
%35.87
%31.52

CMYK color model

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

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

CMYK percentages

%9.09
%0
%12.12
%48.24

Codes

Color #788474 in popluar color models

788474
RGB120132116
HSL105°6.45%48.63%
HSB/HSV105°12.12%51.76%
CMYK9.09%0.00%12.12%
48.24%

Color #788474 in popluar number systems.

HEX788474
Decimal120132116
Binary1111000100001001110100
Octal170204164

Shades and tints

Shades of #788474

#788474
(120,132,116)
#6E786A
(110,120,106)
#646C60
(100,108,96)
#5A6056
(90,96,86)
#50544C
(80,84,76)
#464842
(70,72,66)
#3C3C38
(60,60,56)
#32302E
(50,48,46)
#282424
(40,36,36)
#1E181A
(30,24,26)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #788474

#788474
(120,132,116)
#848F80
(132,143,128)
#909A8C
(144,154,140)
#9CA598
(156,165,152)
#A8B0A4
(168,176,164)
#B4BBB0
(180,187,176)
#C0C6BC
(192,198,188)
#CCD1C8
(204,209,200)
#D8DCD4
(216,220,212)
#E4E7E0
(228,231,224)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788474; }

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

This text font color is #788474.


Background Color

.myBgColor { background-color: #788474; }

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

This div background color is #788474.


Border color

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

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

This div border color is #788474.


Opacity

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

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

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

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

This text has shadow with #788474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788474 on black background.


Color preview on white background

This text has color #788474 on white background.



Black color preview on #788474 background

This text has black color on #788474 background.


White color preview on #788474 background

This text has white color on #788474 background.