COLOR #789769

HEX: #789769
RGB: (120,151,105)

Color info

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

RGB color model

#789769 color RGB value is (120,151,105).

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

RGB channels and saturation

R 120 of 255 = 47%
G 151 of 255 = 59%
B 105 of 255 = 41%

120
151
105

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

Portions of RGB colors in percentages

R + G + B =
120 + 151 + 105 = 376 (100%)
R 120 of 376 ~ 31.91%
G 151 of 376 ~ 40.16%
B 105 of 376 ~ 27.93%

%31.91
%40.16
%27.93

CMYK color model

#789769 color CMYK value is (21,0,30,41).

  • cyan value is 20.53%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 40.78%
CMYK:
(21,0,30,41)
C21M0Y30K41 
(21%,0%,30%,41%)
(0.21/0.00/0.30/0.41)	

CMYK percentages

%20.53
%0
%30.46
%40.78

Codes

Color #789769 in popluar color models

789769
RGB120151105
HSL100°18.11%50.20%
HSB/HSV100°30.46%59.22%
CMYK20.53%0.00%30.46%
40.78%

Color #789769 in popluar number systems.

HEX789769
Decimal120151105
Binary1111000100101111101001
Octal170227151

Shades and tints

Shades of #789769

#789769
(120,151,105)
#6E8A60
(110,138,96)
#647D57
(100,125,87)
#5A704E
(90,112,78)
#506345
(80,99,69)
#46563C
(70,86,60)
#3C4933
(60,73,51)
#323C2A
(50,60,42)
#282F21
(40,47,33)
#1E2218
(30,34,24)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #789769

#789769
(120,151,105)
#84A076
(132,160,118)
#90A983
(144,169,131)
#9CB290
(156,178,144)
#A8BB9D
(168,187,157)
#B4C4AA
(180,196,170)
#C0CDB7
(192,205,183)
#CCD6C4
(204,214,196)
#D8DFD1
(216,223,209)
#E4E8DE
(228,232,222)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789769; }

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

This text font color is #789769.


Background Color

.myBgColor { background-color: #789769; }

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

This div background color is #789769.


Border color

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

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

This div border color is #789769.


Opacity

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

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

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

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

This text has shadow with #789769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789769 on black background.


Color preview on white background

This text has color #789769 on white background.



Black color preview on #789769 background

This text has black color on #789769 background.


White color preview on #789769 background

This text has white color on #789769 background.