COLOR #73778C

HEX: #73778C
RGB: (115,119,140)

Color info

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

RGB color model

#73778C color RGB value is (115,119,140).

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

RGB channels and saturation

R 115 of 255 = 45%
G 119 of 255 = 47%
B 140 of 255 = 55%

115
119
140

R + G + B ~ 49%. #73778C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 119 + 140 = 374 (100%)
R 115 of 374 ~ 30.75%
G 119 of 374 ~ 31.82%
B 140 of 374 ~ 37.43%

%30.75
%31.82
%37.43

CMYK color model

#73778C color CMYK value is (18,15,0,45).

  • cyan value is 17.86%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(18,15,0,45)
C18M15Y0K45 
(18%,15%,0%,45%)
(0.18/0.15/0.00/0.45)	

CMYK percentages

%17.86
%15
%0
%45.1

Codes

Color #73778C in popluar color models

73778C
RGB115119140
HSL230°9.80%50.00%
HSB/HSV230°17.86%54.90%
CMYK17.86%15.00%0.00%
45.10%

Color #73778C in popluar number systems.

HEX73778C
Decimal115119140
Binary1110011111011110001100
Octal163167214

Shades and tints

Shades of #73778C

#73778C
(115,119,140)
#696D80
(105,109,128)
#5F6374
(95,99,116)
#555968
(85,89,104)
#4B4F5C
(75,79,92)
#414550
(65,69,80)
#373B44
(55,59,68)
#2D3138
(45,49,56)
#23272C
(35,39,44)
#191D20
(25,29,32)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #73778C

#73778C
(115,119,140)
#7F8396
(127,131,150)
#8B8FA0
(139,143,160)
#979BAA
(151,155,170)
#A3A7B4
(163,167,180)
#AFB3BE
(175,179,190)
#BBBFC8
(187,191,200)
#C7CBD2
(199,203,210)
#D3D7DC
(211,215,220)
#DFE3E6
(223,227,230)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73778C color. Also use rgb(115,119,140) instead hex code.

Text Font Color

.myTextColor { color: #73778C; }

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

This text font color is #73778C.


Background Color

.myBgColor { background-color: #73778C; }

<div style="background-color:#73778C">Inner text</div>

This div background color is #73778C.


Border color

.myBorderColor { border: 1px solid #73778C; }

<div style="border:3px solid #73778C">Div</div>

This div border color is #73778C.


Opacity

.myOpacity80 { color: #73778C; opacity: 0.8; }

<p style="color:#73778C;opacity:0.8;">80%</p>

Text with #73778C 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 #73778C;}

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

This text has shadow with #73778C color.

.textShadow {text-shadow: 3px 3px 1px #73778C, 3px 3px 1px red;}

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

This text has shadow with #73778C primary color and red secondary color.


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

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

This text has shadow with #73778C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73778C on black background.


Color preview on white background

This text has color #73778C on white background.



Black color preview on #73778C background

This text has black color on #73778C background.


White color preview on #73778C background

This text has white color on #73778C background.