COLOR #7799BA

HEX: #7799BA RGB: (119,153,186)

Color info

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

RGB color model

#7799BA color RGB value is (119,153,186).

RGB: (119,153,186) (47%, 60%, 73%)

RGB channels and saturation

R 119 of 255 = 47%
G 153 of 255 = 60%
B 186 of 255 = 73%

119
153
186

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

Portions of RGB colors in percentages

R + G + B = 119 + 153 + 186 = 458 (100%)
R 119 of 458 ~ 25.98%
G 153 of 458 ~ 33.41%
B 186 of 458 ~ 40.61'%

%25.98
%33.41
%40.61

CMYK color model

#7799BA color CMYK value is (36,18,0,27).

  • cyan value is 36.02%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (36,18,0,27) C36M18Y0K27 (36%,18%,0%,27%) (0.36/0.18/0.00/0.27) 

CMYK percentages

%36.02
%17.74
%0
%27.06

Codes

Color #7799BA in popluar color models

77 99 BA
RGB 119 153 186
HSL 210° 32.68% 59.80%
HSB/HSV 210° 36.02% 72.94%
CMYK 36.02% 17.74% 0.00%
27.06%

Color #7799BA in popluar number systems.

HEX 77 99 BA
Decimal 119 153 186
Binary 1110111 10011001 10111010
Octal 167 231 272

Shades and tints

Shades of #7799BA

#7799BA
(119,153,186)
#6D8CAA
(109,140,170)
#637F9A
(99,127,154)
#59728A
(89,114,138)
#4F657A
(79,101,122)
#45586A
(69,88,106)
#3B4B5A
(59,75,90)
#313E4A
(49,62,74)
#27313A
(39,49,58)
#1D242A
(29,36,42)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #7799BA

#7799BA
(119,153,186)
#83A2C0
(131,162,192)
#8FABC6
(143,171,198)
#9BB4CC
(155,180,204)
#A7BDD2
(167,189,210)
#B3C6D8
(179,198,216)
#BFCFDE
(191,207,222)
#CBD8E4
(203,216,228)
#D7E1EA
(215,225,234)
#E3EAF0
(227,234,240)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7799BA color. Also use rgb(119,153,186) instead hex code.

Text Font Color

.myTextColor { color: #7799BA; }

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

This text font color is #7799BA.

Background Color

.myBgColor { background-color: #7799BA; }

<div style="background-color:#7799BA">Inner text</div>

This div background color is #7799BA.

Border color

.myBorderColor { border: 1px solid #7799BA; }

<div style="border:3px solid #7799BA">Div</div>

This div border color is #7799BA.

Opacity

.myOpacity80 { color: #7799BA; opacity: 0.8; }

<p style="color:#7799BA;opacity:0.8;">80%</p>

Text with #7799BA 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 #7799BA;}

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

This text has shadow with #7799BA color.


.textShadow {text-shadow: 3px 3px 1px #7799BA', 3px 3px 1px red;}

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

This text has shadow with #7799BA primary color and red secondary color.


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

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

This text has shadow with #7799BA and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7799BA; -webkit-box-shadow: 1px 1px 3px 2px #7799BA; box-shadow:1px 1px 3px 2px #7799BA;">
Div content here
</div>

This div box has shadow with color #7799BA.

Preview

Color preview on black background

This text has color #7799BA on black background.


Color preview on white background

This text has color #7799BA on white background.


Black color preview on #7799BA background

This text has black color on #7799BA background.


White color preview on #7799BA background

This text has white color on #7799BA background.


Related colors

Complementary color

Complementary color for #hex is #886645.


I love getcolorcode.com

Triadic colors

1 #BA7799 and #99BA77 with #7799BA are triadic colors.

2 #BA9977 and #9977BA with #7799BA are triadic colors.