COLOR #73759C

HEX: #73759C
RGB: (115,117,156)

Color info

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

RGB color model

#73759C color RGB value is (115,117,156).

  • red value is 115;
  • green value is 117;
  • blue value is 156.
RGB:
(115,117,156)
(45%,46%,61%)

RGB channels and saturation

R 115 of 255 = 45%
G 117 of 255 = 46%
B 156 of 255 = 61%

115
117
156

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

Portions of RGB colors in percentages

R + G + B =
115 + 117 + 156 = 388 (100%)
R 115 of 388 ~ 29.64%
G 117 of 388 ~ 30.15%
B 156 of 388 ~ 40.21%

%29.64
%30.15
%40.21

CMYK color model

#73759C color CMYK value is (26,25,0,39).

  • cyan value is 26.28%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(26,25,0,39)
C26M25Y0K39 
(26%,25%,0%,39%)
(0.26/0.25/0.00/0.39)	

CMYK percentages

%26.28
%25
%0
%38.82

Codes

Color #73759C in popluar color models

73759C
RGB115117156
HSL237°17.15%53.14%
HSB/HSV237°26.28%61.18%
CMYK26.28%25.00%0.00%
38.82%

Color #73759C in popluar number systems.

HEX73759C
Decimal115117156
Binary1110011111010110011100
Octal163165234

Shades and tints

Shades of #73759C

#73759C
(115,117,156)
#696B8E
(105,107,142)
#5F6180
(95,97,128)
#555772
(85,87,114)
#4B4D64
(75,77,100)
#414356
(65,67,86)
#373948
(55,57,72)
#2D2F3A
(45,47,58)
#23252C
(35,37,44)
#191B1E
(25,27,30)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #73759C

#73759C
(115,117,156)
#7F81A5
(127,129,165)
#8B8DAE
(139,141,174)
#9799B7
(151,153,183)
#A3A5C0
(163,165,192)
#AFB1C9
(175,177,201)
#BBBDD2
(187,189,210)
#C7C9DB
(199,201,219)
#D3D5E4
(211,213,228)
#DFE1ED
(223,225,237)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73759C color. Also use rgb(115,117,156) instead hex code.

Text Font Color

.myTextColor { color: #73759C; }

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

This text font color is #73759C.


Background Color

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

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

This div background color is #73759C.


Border color

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

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

This div border color is #73759C.


Opacity

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

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

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

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

This text has shadow with #73759C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73759C on black background.


Color preview on white background

This text has color #73759C on white background.



Black color preview on #73759C background

This text has black color on #73759C background.


White color preview on #73759C background

This text has white color on #73759C background.