COLOR #7792C2

HEX: #7792C2
RGB: (119,146,194)

Color info

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

RGB color model

#7792C2 color RGB value is (119,146,194).

  • red value is 119;
  • green value is 146;
  • blue value is 194.
RGB:
(119,146,194)
(47%,57%,76%)

RGB channels and saturation

R 119 of 255 = 47%
G 146 of 255 = 57%
B 194 of 255 = 76%

119
146
194

R + G + B ~ 60%. #7792C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 146 + 194 = 459 (100%)
R 119 of 459 ~ 25.93%
G 146 of 459 ~ 31.81%
B 194 of 459 ~ 42.27%

%25.93
%31.81
%42.27

CMYK color model

#7792C2 color CMYK value is (39,25,0,24).

  • cyan value is 38.66%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(39,25,0,24)
C39M25Y0K24 
(39%,25%,0%,24%)
(0.39/0.25/0.00/0.24)	

CMYK percentages

%38.66
%24.74
%0
%23.92

Codes

Color #7792C2 in popluar color models

7792C2
RGB119146194
HSL218°38.07%61.37%
HSB/HSV218°38.66%76.08%
CMYK38.66%24.74%0.00%
23.92%

Color #7792C2 in popluar number systems.

HEX7792C2
Decimal119146194
Binary11101111001001011000010
Octal167222302

Shades and tints

Shades of #7792C2

#7792C2
(119,146,194)
#6D85B1
(109,133,177)
#6378A0
(99,120,160)
#596B8F
(89,107,143)
#4F5E7E
(79,94,126)
#45516D
(69,81,109)
#3B445C
(59,68,92)
#31374B
(49,55,75)
#272A3A
(39,42,58)
#1D1D29
(29,29,41)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #7792C2

#7792C2
(119,146,194)
#839BC7
(131,155,199)
#8FA4CC
(143,164,204)
#9BADD1
(155,173,209)
#A7B6D6
(167,182,214)
#B3BFDB
(179,191,219)
#BFC8E0
(191,200,224)
#CBD1E5
(203,209,229)
#D7DAEA
(215,218,234)
#E3E3EF
(227,227,239)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7792C2 color. Also use rgb(119,146,194) instead hex code.

Text Font Color

.myTextColor { color: #7792C2; }

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

This text font color is #7792C2.


Background Color

.myBgColor { background-color: #7792C2; }

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

This div background color is #7792C2.


Border color

.myBorderColor { border: 1px solid #7792C2; }

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

This div border color is #7792C2.


Opacity

.myOpacity80 { color: #7792C2; opacity: 0.8; }

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

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

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

This text has shadow with #7792C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7792C2 on black background.


Color preview on white background

This text has color #7792C2 on white background.



Black color preview on #7792C2 background

This text has black color on #7792C2 background.


White color preview on #7792C2 background

This text has white color on #7792C2 background.