COLOR #787A99

HEX: #787A99
RGB: (120,122,153)

Color info

#787A99 contains red, green and blue colors in about the same proportion. Web safe color of #787A99 is #666699 (or #669).

RGB color model

#787A99 color RGB value is (120,122,153).

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

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 153 of 255 = 60%

120
122
153

R + G + B ~ 52%. #787A99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 122 + 153 = 395 (100%)
R 120 of 395 ~ 30.38%
G 122 of 395 ~ 30.89%
B 153 of 395 ~ 38.73%

%30.38
%30.89
%38.73

CMYK color model

#787A99 color CMYK value is (22,20,0,40).

  • cyan value is 21.57%
  • magenta value is 20.26%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(22,20,0,40)
C22M20Y0K40 
(22%,20%,0%,40%)
(0.22/0.20/0.00/0.40)	

CMYK percentages

%21.57
%20.26
%0
%40

Codes

Color #787A99 in popluar color models

787A99
RGB120122153
HSL236°13.92%53.53%
HSB/HSV236°21.57%60.00%
CMYK21.57%20.26%0.00%
40.00%

Color #787A99 in popluar number systems.

HEX787A99
Decimal120122153
Binary1111000111101010011001
Octal170172231

Shades and tints

Shades of #787A99

#787A99
(120,122,153)
#6E6F8C
(110,111,140)
#64647F
(100,100,127)
#5A5972
(90,89,114)
#504E65
(80,78,101)
#464358
(70,67,88)
#3C384B
(60,56,75)
#322D3E
(50,45,62)
#282231
(40,34,49)
#1E1724
(30,23,36)
#140C17
(20,12,23)
#000000
(0,0,0)

Tints of #787A99

#787A99
(120,122,153)
#8486A2
(132,134,162)
#9092AB
(144,146,171)
#9C9EB4
(156,158,180)
#A8AABD
(168,170,189)
#B4B6C6
(180,182,198)
#C0C2CF
(192,194,207)
#CCCED8
(204,206,216)
#D8DAE1
(216,218,225)
#E4E6EA
(228,230,234)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787A99; }

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

This text font color is #787A99.


Background Color

.myBgColor { background-color: #787A99; }

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

This div background color is #787A99.


Border color

.myBorderColor { border: 1px solid #787A99; }

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

This div border color is #787A99.


Opacity

.myOpacity80 { color: #787A99; opacity: 0.8; }

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

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

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

This text has shadow with #787A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787A99 on black background.


Color preview on white background

This text has color #787A99 on white background.



Black color preview on #787A99 background

This text has black color on #787A99 background.


White color preview on #787A99 background

This text has white color on #787A99 background.