COLOR #789791

HEX: #789791
RGB: (120,151,145)

Color info

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

RGB color model

#789791 color RGB value is (120,151,145).

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

RGB channels and saturation

R 120 of 255 = 47%
G 151 of 255 = 59%
B 145 of 255 = 57%

120
151
145

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

Portions of RGB colors in percentages

R + G + B =
120 + 151 + 145 = 416 (100%)
R 120 of 416 ~ 28.85%
G 151 of 416 ~ 36.3%
B 145 of 416 ~ 34.86%

%28.85
%36.3
%34.86

CMYK color model

#789791 color CMYK value is (21,0,4,41).

  • cyan value is 20.53%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 40.78%
CMYK:
(21,0,4,41)
C21M0Y4K41 
(21%,0%,4%,41%)
(0.21/0.00/0.04/0.41)	

CMYK percentages

%20.53
%0
%3.97
%40.78

Codes

Color #789791 in popluar color models

789791
RGB120151145
HSL168°12.97%53.14%
HSB/HSV168°20.53%59.22%
CMYK20.53%0.00%3.97%
40.78%

Color #789791 in popluar number systems.

HEX789791
Decimal120151145
Binary11110001001011110010001
Octal170227221

Shades and tints

Shades of #789791

#789791
(120,151,145)
#6E8A84
(110,138,132)
#647D77
(100,125,119)
#5A706A
(90,112,106)
#50635D
(80,99,93)
#465650
(70,86,80)
#3C4943
(60,73,67)
#323C36
(50,60,54)
#282F29
(40,47,41)
#1E221C
(30,34,28)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #789791

#789791
(120,151,145)
#84A09B
(132,160,155)
#90A9A5
(144,169,165)
#9CB2AF
(156,178,175)
#A8BBB9
(168,187,185)
#B4C4C3
(180,196,195)
#C0CDCD
(192,205,205)
#CCD6D7
(204,214,215)
#D8DFE1
(216,223,225)
#E4E8EB
(228,232,235)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789791; }

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

This text font color is #789791.


Background Color

.myBgColor { background-color: #789791; }

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

This div background color is #789791.


Border color

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

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

This div border color is #789791.


Opacity

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

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

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

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

This text has shadow with #789791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789791 on black background.


Color preview on white background

This text has color #789791 on white background.



Black color preview on #789791 background

This text has black color on #789791 background.


White color preview on #789791 background

This text has white color on #789791 background.