COLOR #737C7A

HEX: #737C7A
RGB: (115,124,122)

Color info

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

RGB color model

#737C7A color RGB value is (115,124,122).

  • red value is 115;
  • green value is 124;
  • blue value is 122.
RGB:
(115,124,122)
(45%,49%,48%)

RGB channels and saturation

R 115 of 255 = 45%
G 124 of 255 = 49%
B 122 of 255 = 48%

115
124
122

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

Portions of RGB colors in percentages

R + G + B =
115 + 124 + 122 = 361 (100%)
R 115 of 361 ~ 31.86%
G 124 of 361 ~ 34.35%
B 122 of 361 ~ 33.8%

%31.86
%34.35
%33.8

CMYK color model

#737C7A color CMYK value is (7,0,2,51).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(7,0,2,51)
C7M0Y2K51 
(7%,0%,2%,51%)
(0.07/0.00/0.02/0.51)	

CMYK percentages

%7.26
%0
%1.61
%51.37

Codes

Color #737C7A in popluar color models

737C7A
RGB115124122
HSL167°3.77%46.86%
HSB/HSV167°7.26%48.63%
CMYK7.26%0.00%1.61%
51.37%

Color #737C7A in popluar number systems.

HEX737C7A
Decimal115124122
Binary111001111111001111010
Octal163174172

Shades and tints

Shades of #737C7A

#737C7A
(115,124,122)
#69716F
(105,113,111)
#5F6664
(95,102,100)
#555B59
(85,91,89)
#4B504E
(75,80,78)
#414543
(65,69,67)
#373A38
(55,58,56)
#2D2F2D
(45,47,45)
#232422
(35,36,34)
#191917
(25,25,23)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #737C7A

#737C7A
(115,124,122)
#7F8786
(127,135,134)
#8B9292
(139,146,146)
#979D9E
(151,157,158)
#A3A8AA
(163,168,170)
#AFB3B6
(175,179,182)
#BBBEC2
(187,190,194)
#C7C9CE
(199,201,206)
#D3D4DA
(211,212,218)
#DFDFE6
(223,223,230)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737C7A; }

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

This text font color is #737C7A.


Background Color

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

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

This div background color is #737C7A.


Border color

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

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

This div border color is #737C7A.


Opacity

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

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

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

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

This text has shadow with #737C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737C7A on black background.


Color preview on white background

This text has color #737C7A on white background.



Black color preview on #737C7A background

This text has black color on #737C7A background.


White color preview on #737C7A background

This text has white color on #737C7A background.