COLOR #73779A

HEX: #73779A RGB: (115,119,154)

Color info

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

RGB color model

#73779A color RGB value is (115,119,154).

RGB: (115,119,154) (45%, 47%, 60%)

RGB channels and saturation

R 115 of 255 = 45%
G 119 of 255 = 47%
B 154 of 255 = 60%

115
119
154

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

Portions of RGB colors in percentages

R + G + B = 115 + 119 + 154 = 388 (100%)
R 115 of 388 ~ 29.64%
G 119 of 388 ~ 30.67%
B 154 of 388 ~ 39.69'%

%29.64
%30.67
%39.69

CMYK color model

#73779A color CMYK value is (25,23,0,40).

  • cyan value is 25.32%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (25,23,0,40)
C25M23Y0K40 (25%, 23%, 0%, 40%)
(0.25 / 0.23 / 0.00 / 0.40)

CMYK percentages

%25.32
%22.73
%0
%39.61

Codes

Color #73779A in popluar color models

73 77 9A
RGB 115 119 154
HSL 234° 16.18% 52.75%
HSB/HSV 234° 25.32% 60.39%
CMYK 25.32% 22.73% 0.00%
39.61%

Color #73779A in popluar number systems.

HEX 73 77 9A
Decimal 115 119 154
Binary 1110011 1110111 10011010
Octal 163 167 232

Shades and tints

Shades of #73779A

#73779A
(115,119,154)
#696D8C
(105,109,140)
#5F637E
(95,99,126)
#555970
(85,89,112)
#4B4F62
(75,79,98)
#414554
(65,69,84)
#373B46
(55,59,70)
#2D3138
(45,49,56)
#23272A
(35,39,42)
#191D1C
(25,29,28)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #73779A

#73779A
(115,119,154)
#7F83A3
(127,131,163)
#8B8FAC
(139,143,172)
#979BB5
(151,155,181)
#A3A7BE
(163,167,190)
#AFB3C7
(175,179,199)
#BBBFD0
(187,191,208)
#C7CBD9
(199,203,217)
#D3D7E2
(211,215,226)
#DFE3EB
(223,227,235)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73779A; }

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

This text font color is #73779A.

Background Color

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

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

This div background color is #73779A.

Border color

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

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

This div border color is #73779A.

Opacity

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

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

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

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

This text has shadow with #73779A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73779A.

Preview

Color preview on black background

This text has color #73779A on black background.


Color preview on white background

This text has color #73779A on white background.


Black color preview on #73779A background

This text has black color on #73779A background.


White color preview on #73779A background

This text has white color on #73779A background.


Related colors

Complementary color

Complementary color for #hex is #8C8865.


I love getcolorcode.com

Triadic colors

1 #9A7377 and #779A73 with #73779A are triadic colors.

2 #9A7773 and #77739A with #73779A are triadic colors.