COLOR #737A88

HEX: #737A88 RGB: (115,122,136)

Color info

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

RGB color model

#737A88 color RGB value is (115,122,136).

RGB: (115,122,136) (45%, 48%, 53%)

RGB channels and saturation

R 115 of 255 = 45%
G 122 of 255 = 48%
B 136 of 255 = 53%

115
122
136

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

Portions of RGB colors in percentages

R + G + B = 115 + 122 + 136 = 373 (100%)
R 115 of 373 ~ 30.83%
G 122 of 373 ~ 32.71%
B 136 of 373 ~ 36.46'%

%30.83
%32.71
%36.46

CMYK color model

#737A88 color CMYK value is (15,10,0,47).

  • cyan value is 15.44%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (15,10,0,47)
C15M10Y0K47 (15%, 10%, 0%, 47%)
(0.15 / 0.10 / 0.00 / 0.47)

CMYK percentages

%15.44
%10.29
%0
%46.67

Codes

Color #737A88 in popluar color models

73 7A 88
RGB 115 122 136
HSL 220° 8.37% 49.22%
HSB/HSV 220° 15.44% 53.33%
CMYK 15.44% 10.29% 0.00%
46.67%

Color #737A88 in popluar number systems.

HEX 73 7A 88
Decimal 115 122 136
Binary 1110011 1111010 10001000
Octal 163 172 210

Shades and tints

Shades of #737A88

#737A88
(115,122,136)
#696F7C
(105,111,124)
#5F6470
(95,100,112)
#555964
(85,89,100)
#4B4E58
(75,78,88)
#41434C
(65,67,76)
#373840
(55,56,64)
#2D2D34
(45,45,52)
#232228
(35,34,40)
#19171C
(25,23,28)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #737A88

#737A88
(115,122,136)
#7F8692
(127,134,146)
#8B929C
(139,146,156)
#979EA6
(151,158,166)
#A3AAB0
(163,170,176)
#AFB6BA
(175,182,186)
#BBC2C4
(187,194,196)
#C7CECE
(199,206,206)
#D3DAD8
(211,218,216)
#DFE6E2
(223,230,226)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737A88; }

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

This text font color is #737A88.

Background Color

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

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

This div background color is #737A88.

Border color

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

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

This div border color is #737A88.

Opacity

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

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

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

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

This text has shadow with #737A88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737A88.

Preview

Color preview on black background

This text has color #737A88 on black background.


Color preview on white background

This text has color #737A88 on white background.


Black color preview on #737A88 background

This text has black color on #737A88 background.


White color preview on #737A88 background

This text has white color on #737A88 background.


Related colors

Complementary color

Complementary color for #hex is #8C8577.


I love getcolorcode.com

Triadic colors

1 #88737A and #7A8873 with #737A88 are triadic colors.

2 #887A73 and #7A7388 with #737A88 are triadic colors.