COLOR #789881

HEX: #789881
RGB: (120,152,129)

Color info

#789881 contains red, green and blue colors in about the same proportion. Web safe color of #789881 is #669999 (or #699).

RGB color model

#789881 color RGB value is (120,152,129).

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

RGB channels and saturation

R 120 of 255 = 47%
G 152 of 255 = 60%
B 129 of 255 = 51%

120
152
129

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

Portions of RGB colors in percentages

R + G + B =
120 + 152 + 129 = 401 (100%)
R 120 of 401 ~ 29.93%
G 152 of 401 ~ 37.91%
B 129 of 401 ~ 32.17%

%29.93
%37.91
%32.17

CMYK color model

#789881 color CMYK value is (21,0,15,40).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 40.39%
CMYK:
(21,0,15,40)
C21M0Y15K40 
(21%,0%,15%,40%)
(0.21/0.00/0.15/0.40)	

CMYK percentages

%21.05
%0
%15.13
%40.39

Codes

Color #789881 in popluar color models

789881
RGB120152129
HSL137°13.45%53.33%
HSB/HSV137°21.05%59.61%
CMYK21.05%0.00%15.13%
40.39%

Color #789881 in popluar number systems.

HEX789881
Decimal120152129
Binary11110001001100010000001
Octal170230201

Shades and tints

Shades of #789881

#789881
(120,152,129)
#6E8B76
(110,139,118)
#647E6B
(100,126,107)
#5A7160
(90,113,96)
#506455
(80,100,85)
#46574A
(70,87,74)
#3C4A3F
(60,74,63)
#323D34
(50,61,52)
#283029
(40,48,41)
#1E231E
(30,35,30)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #789881

#789881
(120,152,129)
#84A18C
(132,161,140)
#90AA97
(144,170,151)
#9CB3A2
(156,179,162)
#A8BCAD
(168,188,173)
#B4C5B8
(180,197,184)
#C0CEC3
(192,206,195)
#CCD7CE
(204,215,206)
#D8E0D9
(216,224,217)
#E4E9E4
(228,233,228)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789881; }

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

This text font color is #789881.


Background Color

.myBgColor { background-color: #789881; }

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

This div background color is #789881.


Border color

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

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

This div border color is #789881.


Opacity

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

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

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

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

This text has shadow with #789881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789881 on black background.


Color preview on white background

This text has color #789881 on white background.



Black color preview on #789881 background

This text has black color on #789881 background.


White color preview on #789881 background

This text has white color on #789881 background.