COLOR #737776

HEX: #737776 RGB: (115,119,118)

Color info

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

RGB color model

#737776 color RGB value is (115,119,118).

RGB: (115,119,118) (45%, 47%, 46%)

RGB channels and saturation

R 115 of 255 = 45%
G 119 of 255 = 47%
B 118 of 255 = 46%

115
119
118

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

Portions of RGB colors in percentages

R + G + B = 115 + 119 + 118 = 352 (100%)
R 115 of 352 ~ 32.67%
G 119 of 352 ~ 33.81%
B 118 of 352 ~ 33.52'%

%32.67
%33.81
%33.52

CMYK color model

#737776 color CMYK value is (3,0,1,53).

  • cyan value is 3.36%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 53.33%

CMYK: (3,0,1,53)
C3M0Y1K53 (3%, 0%, 1%, 53%)
(0.03 / 0.00 / 0.01 / 0.53)

CMYK percentages

%3.36
%0
%0.84
%53.33

Codes

Color #737776 in popluar color models

73 77 76
RGB 115 119 118
HSL 165° 1.71% 45.88%
HSB/HSV 165° 3.36% 46.67%
CMYK 3.36% 0.00% 0.84%
53.33%

Color #737776 in popluar number systems.

HEX 73 77 76
Decimal 115 119 118
Binary 1110011 1110111 1110110
Octal 163 167 166

Shades and tints

Shades of #737776

#737776
(115,119,118)
#696D6C
(105,109,108)
#5F6362
(95,99,98)
#555958
(85,89,88)
#4B4F4E
(75,79,78)
#414544
(65,69,68)
#373B3A
(55,59,58)
#2D3130
(45,49,48)
#232726
(35,39,38)
#191D1C
(25,29,28)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #737776

#737776
(115,119,118)
#7F8382
(127,131,130)
#8B8F8E
(139,143,142)
#979B9A
(151,155,154)
#A3A7A6
(163,167,166)
#AFB3B2
(175,179,178)
#BBBFBE
(187,191,190)
#C7CBCA
(199,203,202)
#D3D7D6
(211,215,214)
#DFE3E2
(223,227,226)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737776; }

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

This text font color is #737776.

Background Color

.myBgColor { background-color: #737776; }

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

This div background color is #737776.

Border color

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

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

This div border color is #737776.

Opacity

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

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

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

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

This text has shadow with #737776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737776.

Preview

Color preview on black background

This text has color #737776 on black background.


Color preview on white background

This text has color #737776 on white background.


Black color preview on #737776 background

This text has black color on #737776 background.


White color preview on #737776 background

This text has white color on #737776 background.


Related colors

Complementary color

Complementary color for #hex is #8C8889.


I love getcolorcode.com

Triadic colors

1 #767377 and #777673 with #737776 are triadic colors.

2 #767773 and #777376 with #737776 are triadic colors.