COLOR #7791C7

HEX: #7791C7
RGB: (119,145,199)

Color info

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

RGB color model

#7791C7 color RGB value is (119,145,199).

  • red value is 119;
  • green value is 145;
  • blue value is 199.
RGB:
(119,145,199)
(47%,57%,78%)

RGB channels and saturation

R 119 of 255 = 47%
G 145 of 255 = 57%
B 199 of 255 = 78%

119
145
199

R + G + B ~ 61%. #7791C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 145 + 199 = 463 (100%)
R 119 of 463 ~ 25.7%
G 145 of 463 ~ 31.32%
B 199 of 463 ~ 42.98%

%25.7
%31.32
%42.98

CMYK color model

#7791C7 color CMYK value is (40,27,0,22).

  • cyan value is 40.20%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(40,27,0,22)
C40M27Y0K22 
(40%,27%,0%,22%)
(0.40/0.27/0.00/0.22)	

CMYK percentages

%40.2
%27.14
%0
%21.96

Codes

Color #7791C7 in popluar color models

7791C7
RGB119145199
HSL221°41.67%62.35%
HSB/HSV221°40.20%78.04%
CMYK40.20%27.14%0.00%
21.96%

Color #7791C7 in popluar number systems.

HEX7791C7
Decimal119145199
Binary11101111001000111000111
Octal167221307

Shades and tints

Shades of #7791C7

#7791C7
(119,145,199)
#6D84B5
(109,132,181)
#6377A3
(99,119,163)
#596A91
(89,106,145)
#4F5D7F
(79,93,127)
#45506D
(69,80,109)
#3B435B
(59,67,91)
#313649
(49,54,73)
#272937
(39,41,55)
#1D1C25
(29,28,37)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #7791C7

#7791C7
(119,145,199)
#839BCC
(131,155,204)
#8FA5D1
(143,165,209)
#9BAFD6
(155,175,214)
#A7B9DB
(167,185,219)
#B3C3E0
(179,195,224)
#BFCDE5
(191,205,229)
#CBD7EA
(203,215,234)
#D7E1EF
(215,225,239)
#E3EBF4
(227,235,244)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7791C7 color. Also use rgb(119,145,199) instead hex code.

Text Font Color

.myTextColor { color: #7791C7; }

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

This text font color is #7791C7.


Background Color

.myBgColor { background-color: #7791C7; }

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

This div background color is #7791C7.


Border color

.myBorderColor { border: 1px solid #7791C7; }

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

This div border color is #7791C7.


Opacity

.myOpacity80 { color: #7791C7; opacity: 0.8; }

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

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

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

This text has shadow with #7791C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7791C7 on black background.


Color preview on white background

This text has color #7791C7 on white background.



Black color preview on #7791C7 background

This text has black color on #7791C7 background.


White color preview on #7791C7 background

This text has white color on #7791C7 background.