COLOR #7786B9

HEX: #7786B9
RGB: (119,134,185)

Color info

#7786B9 contains mainly green and blue colors. Web safe color of #7786B9 is #6699CC (or #69C).

RGB color model

#7786B9 color RGB value is (119,134,185).

  • red value is 119;
  • green value is 134;
  • blue value is 185.
RGB:
(119,134,185)
(47%,53%,73%)

RGB channels and saturation

R 119 of 255 = 47%
G 134 of 255 = 53%
B 185 of 255 = 73%

119
134
185

R + G + B ~ 58%. #7786B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 134 + 185 = 438 (100%)
R 119 of 438 ~ 27.17%
G 134 of 438 ~ 30.59%
B 185 of 438 ~ 42.24%

%27.17
%30.59
%42.24

CMYK color model

#7786B9 color CMYK value is (36,28,0,27).

  • cyan value is 35.68%
  • magenta value is 27.57%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(36,28,0,27)
C36M28Y0K27 
(36%,28%,0%,27%)
(0.36/0.28/0.00/0.27)	

CMYK percentages

%35.68
%27.57
%0
%27.45

Codes

Color #7786B9 in popluar color models

7786B9
RGB119134185
HSL226°32.04%59.61%
HSB/HSV226°35.68%72.55%
CMYK35.68%27.57%0.00%
27.45%

Color #7786B9 in popluar number systems.

HEX7786B9
Decimal119134185
Binary11101111000011010111001
Octal167206271

Shades and tints

Shades of #7786B9

#7786B9
(119,134,185)
#6D7AA9
(109,122,169)
#636E99
(99,110,153)
#596289
(89,98,137)
#4F5679
(79,86,121)
#454A69
(69,74,105)
#3B3E59
(59,62,89)
#313249
(49,50,73)
#272639
(39,38,57)
#1D1A29
(29,26,41)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #7786B9

#7786B9
(119,134,185)
#8391BF
(131,145,191)
#8F9CC5
(143,156,197)
#9BA7CB
(155,167,203)
#A7B2D1
(167,178,209)
#B3BDD7
(179,189,215)
#BFC8DD
(191,200,221)
#CBD3E3
(203,211,227)
#D7DEE9
(215,222,233)
#E3E9EF
(227,233,239)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7786B9 color. Also use rgb(119,134,185) instead hex code.

Text Font Color

.myTextColor { color: #7786B9; }

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

This text font color is #7786B9.


Background Color

.myBgColor { background-color: #7786B9; }

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

This div background color is #7786B9.


Border color

.myBorderColor { border: 1px solid #7786B9; }

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

This div border color is #7786B9.


Opacity

.myOpacity80 { color: #7786B9; opacity: 0.8; }

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

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

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

This text has shadow with #7786B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7786B9 on black background.


Color preview on white background

This text has color #7786B9 on white background.



Black color preview on #7786B9 background

This text has black color on #7786B9 background.


White color preview on #7786B9 background

This text has white color on #7786B9 background.