COLOR #737AA5

HEX: #737AA5 RGB: (115,122,165)

Color info

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

RGB color model

#737AA5 color RGB value is (115,122,165).

RGB: (115,122,165) (45%, 48%, 65%)

RGB channels and saturation

R 115 of 255 = 45%
G 122 of 255 = 48%
B 165 of 255 = 65%

115
122
165

R + G + B ~ 53%. #737AA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 122 + 165 = 402 (100%)
R 115 of 402 ~ 28.61%
G 122 of 402 ~ 30.35%
B 165 of 402 ~ 41.04'%

%28.61
%30.35
%41.04

CMYK color model

#737AA5 color CMYK value is (30,26,0,35).

  • cyan value is 30.30%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (30,26,0,35)
C30M26Y0K35 (30%, 26%, 0%, 35%)
(0.30 / 0.26 / 0.00 / 0.35)

CMYK percentages

%30.3
%26.06
%0
%35.29

Codes

Color #737AA5 in popluar color models

73 7A A5
RGB 115 122 165
HSL 232° 21.74% 54.90%
HSB/HSV 232° 30.30% 64.71%
CMYK 30.30% 26.06% 0.00%
35.29%

Color #737AA5 in popluar number systems.

HEX 73 7A A5
Decimal 115 122 165
Binary 1110011 1111010 10100101
Octal 163 172 245

Shades and tints

Shades of #737AA5

#737AA5
(115,122,165)
#696F96
(105,111,150)
#5F6487
(95,100,135)
#555978
(85,89,120)
#4B4E69
(75,78,105)
#41435A
(65,67,90)
#37384B
(55,56,75)
#2D2D3C
(45,45,60)
#23222D
(35,34,45)
#19171E
(25,23,30)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #737AA5

#737AA5
(115,122,165)
#7F86AD
(127,134,173)
#8B92B5
(139,146,181)
#979EBD
(151,158,189)
#A3AAC5
(163,170,197)
#AFB6CD
(175,182,205)
#BBC2D5
(187,194,213)
#C7CEDD
(199,206,221)
#D3DAE5
(211,218,229)
#DFE6ED
(223,230,237)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737AA5 color. Also use rgb(115,122,165) instead hex code.

Text Font Color

.myTextColor { color: #737AA5; }

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

This text font color is #737AA5.

Background Color

.myBgColor { background-color: #737AA5; }

<div style="background-color:#737AA5">Inner text</div>

This div background color is #737AA5.

Border color

.myBorderColor { border: 1px solid #737AA5; }

<div style="border:3px solid #737AA5">Div</div>

This div border color is #737AA5.

Opacity

.myOpacity80 { color: #737AA5; opacity: 0.8; }

<p style="color:#737AA5;opacity:0.8;">80%</p>

Text with #737AA5 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 #737AA5;}

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

This text has shadow with #737AA5 color.


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

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

This text has shadow with #737AA5 primary color and red secondary color.


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

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

This text has shadow with #737AA5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #737AA5.

Preview

Color preview on black background

This text has color #737AA5 on black background.


Color preview on white background

This text has color #737AA5 on white background.


Black color preview on #737AA5 background

This text has black color on #737AA5 background.


White color preview on #737AA5 background

This text has white color on #737AA5 background.


Related colors

Complementary color

Complementary color for #hex is #8C855A.


I love getcolorcode.com

Triadic colors

1 #A5737A and #7AA573 with #737AA5 are triadic colors.

2 #A57A73 and #7A73A5 with #737AA5 are triadic colors.