COLOR #789772

HEX: #789772
RGB: (120,151,114)

Color info

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

RGB color model

#789772 color RGB value is (120,151,114).

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

RGB channels and saturation

R 120 of 255 = 47%
G 151 of 255 = 59%
B 114 of 255 = 45%

120
151
114

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

Portions of RGB colors in percentages

R + G + B =
120 + 151 + 114 = 385 (100%)
R 120 of 385 ~ 31.17%
G 151 of 385 ~ 39.22%
B 114 of 385 ~ 29.61%

%31.17
%39.22
%29.61

CMYK color model

#789772 color CMYK value is (21,0,25,41).

  • cyan value is 20.53%
  • magenta value is 0.00%
  • yellow value is 24.50%
  • key color value is 40.78%
CMYK:
(21,0,25,41)
C21M0Y25K41 
(21%,0%,25%,41%)
(0.21/0.00/0.25/0.41)	

CMYK percentages

%20.53
%0
%24.5
%40.78

Codes

Color #789772 in popluar color models

789772
RGB120151114
HSL110°15.10%51.96%
HSB/HSV110°24.50%59.22%
CMYK20.53%0.00%24.50%
40.78%

Color #789772 in popluar number systems.

HEX789772
Decimal120151114
Binary1111000100101111110010
Octal170227162

Shades and tints

Shades of #789772

#789772
(120,151,114)
#6E8A68
(110,138,104)
#647D5E
(100,125,94)
#5A7054
(90,112,84)
#50634A
(80,99,74)
#465640
(70,86,64)
#3C4936
(60,73,54)
#323C2C
(50,60,44)
#282F22
(40,47,34)
#1E2218
(30,34,24)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #789772

#789772
(120,151,114)
#84A07E
(132,160,126)
#90A98A
(144,169,138)
#9CB296
(156,178,150)
#A8BBA2
(168,187,162)
#B4C4AE
(180,196,174)
#C0CDBA
(192,205,186)
#CCD6C6
(204,214,198)
#D8DFD2
(216,223,210)
#E4E8DE
(228,232,222)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789772; }

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

This text font color is #789772.


Background Color

.myBgColor { background-color: #789772; }

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

This div background color is #789772.


Border color

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

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

This div border color is #789772.


Opacity

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

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

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

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

This text has shadow with #789772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789772 on black background.


Color preview on white background

This text has color #789772 on white background.



Black color preview on #789772 background

This text has black color on #789772 background.


White color preview on #789772 background

This text has white color on #789772 background.