COLOR #737782

HEX: #737782
RGB: (115,119,130)

Color info

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

RGB color model

#737782 color RGB value is (115,119,130).

  • red value is 115;
  • green value is 119;
  • blue value is 130.
RGB:
(115,119,130)
(45%,47%,51%)

RGB channels and saturation

R 115 of 255 = 45%
G 119 of 255 = 47%
B 130 of 255 = 51%

115
119
130

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

Portions of RGB colors in percentages

R + G + B =
115 + 119 + 130 = 364 (100%)
R 115 of 364 ~ 31.59%
G 119 of 364 ~ 32.69%
B 130 of 364 ~ 35.71%

%31.59
%32.69
%35.71

CMYK color model

#737782 color CMYK value is (12,8,0,49).

  • cyan value is 11.54%
  • magenta value is 8.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(12,8,0,49)
C12M8Y0K49 
(12%,8%,0%,49%)
(0.12/0.08/0.00/0.49)	

CMYK percentages

%11.54
%8.46
%0
%49.02

Codes

Color #737782 in popluar color models

737782
RGB115119130
HSL224°6.12%48.04%
HSB/HSV224°11.54%50.98%
CMYK11.54%8.46%0.00%
49.02%

Color #737782 in popluar number systems.

HEX737782
Decimal115119130
Binary1110011111011110000010
Octal163167202

Shades and tints

Shades of #737782

#737782
(115,119,130)
#696D77
(105,109,119)
#5F636C
(95,99,108)
#555961
(85,89,97)
#4B4F56
(75,79,86)
#41454B
(65,69,75)
#373B40
(55,59,64)
#2D3135
(45,49,53)
#23272A
(35,39,42)
#191D1F
(25,29,31)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #737782

#737782
(115,119,130)
#7F838D
(127,131,141)
#8B8F98
(139,143,152)
#979BA3
(151,155,163)
#A3A7AE
(163,167,174)
#AFB3B9
(175,179,185)
#BBBFC4
(187,191,196)
#C7CBCF
(199,203,207)
#D3D7DA
(211,215,218)
#DFE3E5
(223,227,229)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737782 color. Also use rgb(115,119,130) instead hex code.

Text Font Color

.myTextColor { color: #737782; }

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

This text font color is #737782.


Background Color

.myBgColor { background-color: #737782; }

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

This div background color is #737782.


Border color

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

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

This div border color is #737782.


Opacity

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

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

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

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

This text has shadow with #737782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737782 on black background.


Color preview on white background

This text has color #737782 on white background.



Black color preview on #737782 background

This text has black color on #737782 background.


White color preview on #737782 background

This text has white color on #737782 background.