COLOR #737A9A

HEX: #737A9A RGB: (115,122,154)

Color info

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

RGB color model

#737A9A color RGB value is (115,122,154).

RGB: (115,122,154) (45%, 48%, 60%)

RGB channels and saturation

R 115 of 255 = 45%
G 122 of 255 = 48%
B 154 of 255 = 60%

115
122
154

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

Portions of RGB colors in percentages

R + G + B = 115 + 122 + 154 = 391 (100%)
R 115 of 391 ~ 29.41%
G 122 of 391 ~ 31.2%
B 154 of 391 ~ 39.39'%

%29.41
%31.2
%39.39

CMYK color model

#737A9A color CMYK value is (25,21,0,40).

  • cyan value is 25.32%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (25,21,0,40)
C25M21Y0K40 (25%, 21%, 0%, 40%)
(0.25 / 0.21 / 0.00 / 0.40)

CMYK percentages

%25.32
%20.78
%0
%39.61

Codes

Color #737A9A in popluar color models

73 7A 9A
RGB 115 122 154
HSL 229° 16.18% 52.75%
HSB/HSV 229° 25.32% 60.39%
CMYK 25.32% 20.78% 0.00%
39.61%

Color #737A9A in popluar number systems.

HEX 73 7A 9A
Decimal 115 122 154
Binary 1110011 1111010 10011010
Octal 163 172 232

Shades and tints

Shades of #737A9A

#737A9A
(115,122,154)
#696F8C
(105,111,140)
#5F647E
(95,100,126)
#555970
(85,89,112)
#4B4E62
(75,78,98)
#414354
(65,67,84)
#373846
(55,56,70)
#2D2D38
(45,45,56)
#23222A
(35,34,42)
#19171C
(25,23,28)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #737A9A

#737A9A
(115,122,154)
#7F86A3
(127,134,163)
#8B92AC
(139,146,172)
#979EB5
(151,158,181)
#A3AABE
(163,170,190)
#AFB6C7
(175,182,199)
#BBC2D0
(187,194,208)
#C7CED9
(199,206,217)
#D3DAE2
(211,218,226)
#DFE6EB
(223,230,235)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737A9A; }

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

This text font color is #737A9A.

Background Color

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

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

This div background color is #737A9A.

Border color

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

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

This div border color is #737A9A.

Opacity

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

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

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

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

This text has shadow with #737A9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737A9A.

Preview

Color preview on black background

This text has color #737A9A on black background.


Color preview on white background

This text has color #737A9A on white background.


Black color preview on #737A9A background

This text has black color on #737A9A background.


White color preview on #737A9A background

This text has white color on #737A9A background.


Related colors

Complementary color

Complementary color for #hex is #8C8565.


I love getcolorcode.com

Triadic colors

1 #9A737A and #7A9A73 with #737A9A are triadic colors.

2 #9A7A73 and #7A739A with #737A9A are triadic colors.