COLOR #7795B6

HEX: #7795B6
RGB: (119,149,182)

Color info

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

RGB color model

#7795B6 color RGB value is (119,149,182).

  • red value is 119;
  • green value is 149;
  • blue value is 182.
RGB:
(119,149,182)
(47%,58%,71%)

RGB channels and saturation

R 119 of 255 = 47%
G 149 of 255 = 58%
B 182 of 255 = 71%

119
149
182

R + G + B ~ 59%. #7795B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 149 + 182 = 450 (100%)
R 119 of 450 ~ 26.44%
G 149 of 450 ~ 33.11%
B 182 of 450 ~ 40.44%

%26.44
%33.11
%40.44

CMYK color model

#7795B6 color CMYK value is (35,18,0,29).

  • cyan value is 34.62%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(35,18,0,29)
C35M18Y0K29 
(35%,18%,0%,29%)
(0.35/0.18/0.00/0.29)	

CMYK percentages

%34.62
%18.13
%0
%28.63

Codes

Color #7795B6 in popluar color models

7795B6
RGB119149182
HSL211°30.14%59.02%
HSB/HSV211°34.62%71.37%
CMYK34.62%18.13%0.00%
28.63%

Color #7795B6 in popluar number systems.

HEX7795B6
Decimal119149182
Binary11101111001010110110110
Octal167225266

Shades and tints

Shades of #7795B6

#7795B6
(119,149,182)
#6D88A6
(109,136,166)
#637B96
(99,123,150)
#596E86
(89,110,134)
#4F6176
(79,97,118)
#455466
(69,84,102)
#3B4756
(59,71,86)
#313A46
(49,58,70)
#272D36
(39,45,54)
#1D2026
(29,32,38)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #7795B6

#7795B6
(119,149,182)
#839EBC
(131,158,188)
#8FA7C2
(143,167,194)
#9BB0C8
(155,176,200)
#A7B9CE
(167,185,206)
#B3C2D4
(179,194,212)
#BFCBDA
(191,203,218)
#CBD4E0
(203,212,224)
#D7DDE6
(215,221,230)
#E3E6EC
(227,230,236)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7795B6 color. Also use rgb(119,149,182) instead hex code.

Text Font Color

.myTextColor { color: #7795B6; }

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

This text font color is #7795B6.


Background Color

.myBgColor { background-color: #7795B6; }

<div style="background-color:#7795B6">Inner text</div>

This div background color is #7795B6.


Border color

.myBorderColor { border: 1px solid #7795B6; }

<div style="border:3px solid #7795B6">Div</div>

This div border color is #7795B6.


Opacity

.myOpacity80 { color: #7795B6; opacity: 0.8; }

<p style="color:#7795B6;opacity:0.8;">80%</p>

Text with #7795B6 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 #7795B6;}

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

This text has shadow with #7795B6 color.

.textShadow {text-shadow: 3px 3px 1px #7795B6, 3px 3px 1px red;}

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

This text has shadow with #7795B6 primary color and red secondary color.


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

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

This text has shadow with #7795B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7795B6 on black background.


Color preview on white background

This text has color #7795B6 on white background.



Black color preview on #7795B6 background

This text has black color on #7795B6 background.


White color preview on #7795B6 background

This text has white color on #7795B6 background.