COLOR #788A91

HEX: #788A91
RGB: (120,138,145)

Color info

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

RGB color model

#788A91 color RGB value is (120,138,145).

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

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 145 of 255 = 57%

120
138
145

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

Portions of RGB colors in percentages

R + G + B =
120 + 138 + 145 = 403 (100%)
R 120 of 403 ~ 29.78%
G 138 of 403 ~ 34.24%
B 145 of 403 ~ 35.98%

%29.78
%34.24
%35.98

CMYK color model

#788A91 color CMYK value is (17,5,0,43).

  • cyan value is 17.24%
  • magenta value is 4.83%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(17,5,0,43)
C17M5Y0K43 
(17%,5%,0%,43%)
(0.17/0.05/0.00/0.43)	

CMYK percentages

%17.24
%4.83
%0
%43.14

Codes

Color #788A91 in popluar color models

788A91
RGB120138145
HSL197°10.20%51.96%
HSB/HSV197°17.24%56.86%
CMYK17.24%4.83%0.00%
43.14%

Color #788A91 in popluar number systems.

HEX788A91
Decimal120138145
Binary11110001000101010010001
Octal170212221

Shades and tints

Shades of #788A91

#788A91
(120,138,145)
#6E7E84
(110,126,132)
#647277
(100,114,119)
#5A666A
(90,102,106)
#505A5D
(80,90,93)
#464E50
(70,78,80)
#3C4243
(60,66,67)
#323636
(50,54,54)
#282A29
(40,42,41)
#1E1E1C
(30,30,28)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #788A91

#788A91
(120,138,145)
#84949B
(132,148,155)
#909EA5
(144,158,165)
#9CA8AF
(156,168,175)
#A8B2B9
(168,178,185)
#B4BCC3
(180,188,195)
#C0C6CD
(192,198,205)
#CCD0D7
(204,208,215)
#D8DAE1
(216,218,225)
#E4E4EB
(228,228,235)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788A91; }

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

This text font color is #788A91.


Background Color

.myBgColor { background-color: #788A91; }

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

This div background color is #788A91.


Border color

.myBorderColor { border: 1px solid #788A91; }

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

This div border color is #788A91.


Opacity

.myOpacity80 { color: #788A91; opacity: 0.8; }

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

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

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

This text has shadow with #788A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788A91 on black background.


Color preview on white background

This text has color #788A91 on white background.



Black color preview on #788A91 background

This text has black color on #788A91 background.


White color preview on #788A91 background

This text has white color on #788A91 background.