COLOR #789070

HEX: #789070 RGB: (120,144,112)

Color info

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

RGB color model

#789070 color RGB value is (120,144,112).

RGB: (120,144,112) (47%, 56%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 144 of 255 = 56%
B 112 of 255 = 44%

120
144
112

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

Portions of RGB colors in percentages

R + G + B = 120 + 144 + 112 = 376 (100%)
R 120 of 376 ~ 31.91%
G 144 of 376 ~ 38.3%
B 112 of 376 ~ 29.79'%

%31.91
%38.3
%29.79

CMYK color model

#789070 color CMYK value is (17,0,22,44).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 43.53%

CMYK: (17,0,22,44)
C17M0Y22K44 (17%, 0%, 22%, 44%)
(0.17 / 0.00 / 0.22 / 0.44)

CMYK percentages

%16.67
%0
%22.22
%43.53

Codes

Color #789070 in popluar color models

78 90 70
RGB 120 144 112
HSL 105° 12.60% 50.20%
HSB/HSV 105° 22.22% 56.47%
CMYK 16.67% 0.00% 22.22%
43.53%

Color #789070 in popluar number systems.

HEX 78 90 70
Decimal 120 144 112
Binary 1111000 10010000 1110000
Octal 170 220 160

Shades and tints

Shades of #789070

#789070
(120,144,112)
#6E8366
(110,131,102)
#64765C
(100,118,92)
#5A6952
(90,105,82)
#505C48
(80,92,72)
#464F3E
(70,79,62)
#3C4234
(60,66,52)
#32352A
(50,53,42)
#282820
(40,40,32)
#1E1B16
(30,27,22)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #789070

#789070
(120,144,112)
#849A7D
(132,154,125)
#90A48A
(144,164,138)
#9CAE97
(156,174,151)
#A8B8A4
(168,184,164)
#B4C2B1
(180,194,177)
#C0CCBE
(192,204,190)
#CCD6CB
(204,214,203)
#D8E0D8
(216,224,216)
#E4EAE5
(228,234,229)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789070 color. Also use rgb(120,144,112) instead hex code.

Text Font Color

.myTextColor { color: #789070; }

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

This text font color is #789070.

Background Color

.myBgColor { background-color: #789070; }

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

This div background color is #789070.

Border color

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

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

This div border color is #789070.

Opacity

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

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

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

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

This text has shadow with #789070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #789070.

Preview

Color preview on black background

This text has color #789070 on black background.


Color preview on white background

This text has color #789070 on white background.


Black color preview on #789070 background

This text has black color on #789070 background.


White color preview on #789070 background

This text has white color on #789070 background.


Related colors

Complementary color

Complementary color for #hex is #876F8F.


I love getcolorcode.com

Triadic colors

1 #707890 and #907078 with #789070 are triadic colors.

2 #709078 and #907870 with #789070 are triadic colors.