COLOR #789974

HEX: #789974
RGB: (120,153,116)

Color info

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

RGB color model

#789974 color RGB value is (120,153,116).

  • red value is 120;
  • green value is 153;
  • blue value is 116.
RGB:
(120,153,116)
(47%,60%,45%)

RGB channels and saturation

R 120 of 255 = 47%
G 153 of 255 = 60%
B 116 of 255 = 45%

120
153
116

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

Portions of RGB colors in percentages

R + G + B =
120 + 153 + 116 = 389 (100%)
R 120 of 389 ~ 30.85%
G 153 of 389 ~ 39.33%
B 116 of 389 ~ 29.82%

%30.85
%39.33
%29.82

CMYK color model

#789974 color CMYK value is (22,0,24,40).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 24.18%
  • key color value is 40.00%
CMYK:
(22,0,24,40)
C22M0Y24K40 
(22%,0%,24%,40%)
(0.22/0.00/0.24/0.40)	

CMYK percentages

%21.57
%0
%24.18
%40

Codes

Color #789974 in popluar color models

789974
RGB120153116
HSL114°15.35%52.75%
HSB/HSV114°24.18%60.00%
CMYK21.57%0.00%24.18%
40.00%

Color #789974 in popluar number systems.

HEX789974
Decimal120153116
Binary1111000100110011110100
Octal170231164

Shades and tints

Shades of #789974

#789974
(120,153,116)
#6E8C6A
(110,140,106)
#647F60
(100,127,96)
#5A7256
(90,114,86)
#50654C
(80,101,76)
#465842
(70,88,66)
#3C4B38
(60,75,56)
#323E2E
(50,62,46)
#283124
(40,49,36)
#1E241A
(30,36,26)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #789974

#789974
(120,153,116)
#84A280
(132,162,128)
#90AB8C
(144,171,140)
#9CB498
(156,180,152)
#A8BDA4
(168,189,164)
#B4C6B0
(180,198,176)
#C0CFBC
(192,207,188)
#CCD8C8
(204,216,200)
#D8E1D4
(216,225,212)
#E4EAE0
(228,234,224)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789974 color. Also use rgb(120,153,116) instead hex code.

Text Font Color

.myTextColor { color: #789974; }

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

This text font color is #789974.


Background Color

.myBgColor { background-color: #789974; }

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

This div background color is #789974.


Border color

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

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

This div border color is #789974.


Opacity

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

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

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

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

This text has shadow with #789974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789974 on black background.


Color preview on white background

This text has color #789974 on white background.



Black color preview on #789974 background

This text has black color on #789974 background.


White color preview on #789974 background

This text has white color on #789974 background.