COLOR #737880

HEX: #737880 RGB: (115,120,128)

Color info

#737880 contains red, green and blue colors in about the same proportion. Web safe color of #737880 is #666666 (or #666).

RGB color model

#737880 color RGB value is (115,120,128).

RGB: (115,120,128) (45%, 47%, 50%)

RGB channels and saturation

R 115 of 255 = 45%
G 120 of 255 = 47%
B 128 of 255 = 50%

115
120
128

R + G + B ~ 47%. #737880 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 120 + 128 = 363 (100%)
R 115 of 363 ~ 31.68%
G 120 of 363 ~ 33.06%
B 128 of 363 ~ 35.26'%

%31.68
%33.06
%35.26

CMYK color model

#737880 color CMYK value is (10,6,0,50).

  • cyan value is 10.16%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (10,6,0,50)
C10M6Y0K50 (10%, 6%, 0%, 50%)
(0.10 / 0.06 / 0.00 / 0.50)

CMYK percentages

%10.16
%6.25
%0
%49.8

Codes

Color #737880 in popluar color models

73 78 80
RGB 115 120 128
HSL 217° 5.35% 47.65%
HSB/HSV 217° 10.16% 50.20%
CMYK 10.16% 6.25% 0.00%
49.80%

Color #737880 in popluar number systems.

HEX 73 78 80
Decimal 115 120 128
Binary 1110011 1111000 10000000
Octal 163 170 200

Shades and tints

Shades of #737880

#737880
(115,120,128)
#696E75
(105,110,117)
#5F646A
(95,100,106)
#555A5F
(85,90,95)
#4B5054
(75,80,84)
#414649
(65,70,73)
#373C3E
(55,60,62)
#2D3233
(45,50,51)
#232828
(35,40,40)
#191E1D
(25,30,29)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #737880

#737880
(115,120,128)
#7F848B
(127,132,139)
#8B9096
(139,144,150)
#979CA1
(151,156,161)
#A3A8AC
(163,168,172)
#AFB4B7
(175,180,183)
#BBC0C2
(187,192,194)
#C7CCCD
(199,204,205)
#D3D8D8
(211,216,216)
#DFE4E3
(223,228,227)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737880 color. Also use rgb(115,120,128) instead hex code.

Text Font Color

.myTextColor { color: #737880; }

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

This text font color is #737880.

Background Color

.myBgColor { background-color: #737880; }

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

This div background color is #737880.

Border color

.myBorderColor { border: 1px solid #737880; }

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

This div border color is #737880.

Opacity

.myOpacity80 { color: #737880; opacity: 0.8; }

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

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

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

This text has shadow with #737880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737880.

Preview

Color preview on black background

This text has color #737880 on black background.


Color preview on white background

This text has color #737880 on white background.


Black color preview on #737880 background

This text has black color on #737880 background.


White color preview on #737880 background

This text has white color on #737880 background.


Related colors

Complementary color

Complementary color for #hex is #8C877F.


I love getcolorcode.com

Triadic colors

1 #807378 and #788073 with #737880 are triadic colors.

2 #807873 and #787380 with #737880 are triadic colors.