COLOR #789472

HEX: #789472
RGB: (120,148,114)

Color info

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

RGB color model

#789472 color RGB value is (120,148,114).

  • red value is 120;
  • green value is 148;
  • blue value is 114.
RGB:
(120,148,114)
(47%,58%,45%)

RGB channels and saturation

R 120 of 255 = 47%
G 148 of 255 = 58%
B 114 of 255 = 45%

120
148
114

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

Portions of RGB colors in percentages

R + G + B =
120 + 148 + 114 = 382 (100%)
R 120 of 382 ~ 31.41%
G 148 of 382 ~ 38.74%
B 114 of 382 ~ 29.84%

%31.41
%38.74
%29.84

CMYK color model

#789472 color CMYK value is (19,0,23,42).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 22.97%
  • key color value is 41.96%
CMYK:
(19,0,23,42)
C19M0Y23K42 
(19%,0%,23%,42%)
(0.19/0.00/0.23/0.42)	

CMYK percentages

%18.92
%0
%22.97
%41.96

Codes

Color #789472 in popluar color models

789472
RGB120148114
HSL109°13.71%51.37%
HSB/HSV109°22.97%58.04%
CMYK18.92%0.00%22.97%
41.96%

Color #789472 in popluar number systems.

HEX789472
Decimal120148114
Binary1111000100101001110010
Octal170224162

Shades and tints

Shades of #789472

#789472
(120,148,114)
#6E8768
(110,135,104)
#647A5E
(100,122,94)
#5A6D54
(90,109,84)
#50604A
(80,96,74)
#465340
(70,83,64)
#3C4636
(60,70,54)
#32392C
(50,57,44)
#282C22
(40,44,34)
#1E1F18
(30,31,24)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #789472

#789472
(120,148,114)
#849D7E
(132,157,126)
#90A68A
(144,166,138)
#9CAF96
(156,175,150)
#A8B8A2
(168,184,162)
#B4C1AE
(180,193,174)
#C0CABA
(192,202,186)
#CCD3C6
(204,211,198)
#D8DCD2
(216,220,210)
#E4E5DE
(228,229,222)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789472; }

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

This text font color is #789472.


Background Color

.myBgColor { background-color: #789472; }

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

This div background color is #789472.


Border color

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

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

This div border color is #789472.


Opacity

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

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

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

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

This text has shadow with #789472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789472 on black background.


Color preview on white background

This text has color #789472 on white background.



Black color preview on #789472 background

This text has black color on #789472 background.


White color preview on #789472 background

This text has white color on #789472 background.