COLOR #73769D

HEX: #73769D
RGB: (115,118,157)

Color info

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

RGB color model

#73769D color RGB value is (115,118,157).

  • red value is 115;
  • green value is 118;
  • blue value is 157.
RGB:
(115,118,157)
(45%,46%,62%)

RGB channels and saturation

R 115 of 255 = 45%
G 118 of 255 = 46%
B 157 of 255 = 62%

115
118
157

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

Portions of RGB colors in percentages

R + G + B =
115 + 118 + 157 = 390 (100%)
R 115 of 390 ~ 29.49%
G 118 of 390 ~ 30.26%
B 157 of 390 ~ 40.26%

%29.49
%30.26
%40.26

CMYK color model

#73769D color CMYK value is (27,25,0,38).

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

CMYK percentages

%26.75
%24.84
%0
%38.43

Codes

Color #73769D in popluar color models

73769D
RGB115118157
HSL236°17.65%53.33%
HSB/HSV236°26.75%61.57%
CMYK26.75%24.84%0.00%
38.43%

Color #73769D in popluar number systems.

HEX73769D
Decimal115118157
Binary1110011111011010011101
Octal163166235

Shades and tints

Shades of #73769D

#73769D
(115,118,157)
#696C8F
(105,108,143)
#5F6281
(95,98,129)
#555873
(85,88,115)
#4B4E65
(75,78,101)
#414457
(65,68,87)
#373A49
(55,58,73)
#2D303B
(45,48,59)
#23262D
(35,38,45)
#191C1F
(25,28,31)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #73769D

#73769D
(115,118,157)
#7F82A5
(127,130,165)
#8B8EAD
(139,142,173)
#979AB5
(151,154,181)
#A3A6BD
(163,166,189)
#AFB2C5
(175,178,197)
#BBBECD
(187,190,205)
#C7CAD5
(199,202,213)
#D3D6DD
(211,214,221)
#DFE2E5
(223,226,229)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73769D color. Also use rgb(115,118,157) instead hex code.

Text Font Color

.myTextColor { color: #73769D; }

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

This text font color is #73769D.


Background Color

.myBgColor { background-color: #73769D; }

<div style="background-color:#73769D">Inner text</div>

This div background color is #73769D.


Border color

.myBorderColor { border: 1px solid #73769D; }

<div style="border:3px solid #73769D">Div</div>

This div border color is #73769D.


Opacity

.myOpacity80 { color: #73769D; opacity: 0.8; }

<p style="color:#73769D;opacity:0.8;">80%</p>

Text with #73769D 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 #73769D;}

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

This text has shadow with #73769D color.

.textShadow {text-shadow: 3px 3px 1px #73769D, 3px 3px 1px red;}

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

This text has shadow with #73769D primary color and red secondary color.


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

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

This text has shadow with #73769D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73769D on black background.


Color preview on white background

This text has color #73769D on white background.



Black color preview on #73769D background

This text has black color on #73769D background.


White color preview on #73769D background

This text has white color on #73769D background.