COLOR #73769E

HEX: #73769E
RGB: (115,118,158)

Color info

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

RGB color model

#73769E color RGB value is (115,118,158).

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

RGB channels and saturation

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

115
118
158

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

Portions of RGB colors in percentages

R + G + B =
115 + 118 + 158 = 391 (100%)
R 115 of 391 ~ 29.41%
G 118 of 391 ~ 30.18%
B 158 of 391 ~ 40.41%

%29.41
%30.18
%40.41

CMYK color model

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

  • cyan value is 27.22%
  • magenta value is 25.32%
  • 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
%25.32
%0
%38.04

Codes

Color #73769E in popluar color models

73769E
RGB115118158
HSL236°18.14%53.53%
HSB/HSV236°27.22%61.96%
CMYK27.22%25.32%0.00%
38.04%

Color #73769E in popluar number systems.

HEX73769E
Decimal115118158
Binary1110011111011010011110
Octal163166236

Shades and tints

Shades of #73769E

#73769E
(115,118,158)
#696C90
(105,108,144)
#5F6282
(95,98,130)
#555874
(85,88,116)
#4B4E66
(75,78,102)
#414458
(65,68,88)
#373A4A
(55,58,74)
#2D303C
(45,48,60)
#23262E
(35,38,46)
#191C20
(25,28,32)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #73769E

#73769E
(115,118,158)
#7F82A6
(127,130,166)
#8B8EAE
(139,142,174)
#979AB6
(151,154,182)
#A3A6BE
(163,166,190)
#AFB2C6
(175,178,198)
#BBBECE
(187,190,206)
#C7CAD6
(199,202,214)
#D3D6DE
(211,214,222)
#DFE2E6
(223,226,230)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73769E; }

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

This text font color is #73769E.


Background Color

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

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

This div background color is #73769E.


Border color

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

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

This div border color is #73769E.


Opacity

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

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

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

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

This text has shadow with #73769E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73769E on black background.


Color preview on white background

This text has color #73769E on white background.



Black color preview on #73769E background

This text has black color on #73769E background.


White color preview on #73769E background

This text has white color on #73769E background.