COLOR #7792A2

HEX: #7792A2
RGB: (119,146,162)

Color info

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

RGB color model

#7792A2 color RGB value is (119,146,162).

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

RGB channels and saturation

R 119 of 255 = 47%
G 146 of 255 = 57%
B 162 of 255 = 64%

119
146
162

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

Portions of RGB colors in percentages

R + G + B =
119 + 146 + 162 = 427 (100%)
R 119 of 427 ~ 27.87%
G 146 of 427 ~ 34.19%
B 162 of 427 ~ 37.94%

%27.87
%34.19
%37.94

CMYK color model

#7792A2 color CMYK value is (27,10,0,36).

  • cyan value is 26.54%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(27,10,0,36)
C27M10Y0K36 
(27%,10%,0%,36%)
(0.27/0.10/0.00/0.36)	

CMYK percentages

%26.54
%9.88
%0
%36.47

Codes

Color #7792A2 in popluar color models

7792A2
RGB119146162
HSL202°18.78%55.10%
HSB/HSV202°26.54%63.53%
CMYK26.54%9.88%0.00%
36.47%

Color #7792A2 in popluar number systems.

HEX7792A2
Decimal119146162
Binary11101111001001010100010
Octal167222242

Shades and tints

Shades of #7792A2

#7792A2
(119,146,162)
#6D8594
(109,133,148)
#637886
(99,120,134)
#596B78
(89,107,120)
#4F5E6A
(79,94,106)
#45515C
(69,81,92)
#3B444E
(59,68,78)
#313740
(49,55,64)
#272A32
(39,42,50)
#1D1D24
(29,29,36)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #7792A2

#7792A2
(119,146,162)
#839BAA
(131,155,170)
#8FA4B2
(143,164,178)
#9BADBA
(155,173,186)
#A7B6C2
(167,182,194)
#B3BFCA
(179,191,202)
#BFC8D2
(191,200,210)
#CBD1DA
(203,209,218)
#D7DAE2
(215,218,226)
#E3E3EA
(227,227,234)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7792A2; }

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

This text font color is #7792A2.


Background Color

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

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

This div background color is #7792A2.


Border color

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

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

This div border color is #7792A2.


Opacity

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

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

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

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

This text has shadow with #7792A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7792A2 on black background.


Color preview on white background

This text has color #7792A2 on white background.



Black color preview on #7792A2 background

This text has black color on #7792A2 background.


White color preview on #7792A2 background

This text has white color on #7792A2 background.