COLOR #73779E

HEX: #73779E
RGB: (115,119,158)

Color info

#73779E contains red, green and blue colors in about the same proportion. Web safe color of #73779E is #666699 (or #669).

RGB color model

#73779E color RGB value is (115,119,158).

  • red value is 115;
  • green value is 119;
  • blue value is 158.
RGB:
(115,119,158)
(45%,47%,62%)

RGB channels and saturation

R 115 of 255 = 45%
G 119 of 255 = 47%
B 158 of 255 = 62%

115
119
158

R + G + B ~ 51%. #73779E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 119 + 158 = 392 (100%)
R 115 of 392 ~ 29.34%
G 119 of 392 ~ 30.36%
B 158 of 392 ~ 40.31%

%29.34
%30.36
%40.31

CMYK color model

#73779E color CMYK value is (27,25,0,38).

  • cyan value is 27.22%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(27,25,0,38)
C27M25Y0K38 
(27%,25%,0%,38%)
(0.27/0.25/0.00/0.38)	

CMYK percentages

%27.22
%24.68
%0
%38.04

Codes

Color #73779E in popluar color models

73779E
RGB115119158
HSL234°18.14%53.53%
HSB/HSV234°27.22%61.96%
CMYK27.22%24.68%0.00%
38.04%

Color #73779E in popluar number systems.

HEX73779E
Decimal115119158
Binary1110011111011110011110
Octal163167236

Shades and tints

Shades of #73779E

#73779E
(115,119,158)
#696D90
(105,109,144)
#5F6382
(95,99,130)
#555974
(85,89,116)
#4B4F66
(75,79,102)
#414558
(65,69,88)
#373B4A
(55,59,74)
#2D313C
(45,49,60)
#23272E
(35,39,46)
#191D20
(25,29,32)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #73779E

#73779E
(115,119,158)
#7F83A6
(127,131,166)
#8B8FAE
(139,143,174)
#979BB6
(151,155,182)
#A3A7BE
(163,167,190)
#AFB3C6
(175,179,198)
#BBBFCE
(187,191,206)
#C7CBD6
(199,203,214)
#D3D7DE
(211,215,222)
#DFE3E6
(223,227,230)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73779E color. Also use rgb(115,119,158) instead hex code.

Text Font Color

.myTextColor { color: #73779E; }

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

This text font color is #73779E.


Background Color

.myBgColor { background-color: #73779E; }

<div style="background-color:#73779E">Inner text</div>

This div background color is #73779E.


Border color

.myBorderColor { border: 1px solid #73779E; }

<div style="border:3px solid #73779E">Div</div>

This div border color is #73779E.


Opacity

.myOpacity80 { color: #73779E; opacity: 0.8; }

<p style="color:#73779E;opacity:0.8;">80%</p>

Text with #73779E 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 #73779E;}

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

This text has shadow with #73779E color.

.textShadow {text-shadow: 3px 3px 1px #73779E, 3px 3px 1px red;}

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

This text has shadow with #73779E primary color and red secondary color.


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

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

This text has shadow with #73779E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73779E on black background.


Color preview on white background

This text has color #73779E on white background.



Black color preview on #73779E background

This text has black color on #73779E background.


White color preview on #73779E background

This text has white color on #73779E background.