COLOR #74776B

HEX: #74776B
RGB: (116,119,107)

Color info

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

RGB color model

#74776B color RGB value is (116,119,107).

  • red value is 116;
  • green value is 119;
  • blue value is 107.
RGB:
(116,119,107)
(45%,47%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 119 of 255 = 47%
B 107 of 255 = 42%

116
119
107

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

Portions of RGB colors in percentages

R + G + B =
116 + 119 + 107 = 342 (100%)
R 116 of 342 ~ 33.92%
G 119 of 342 ~ 34.8%
B 107 of 342 ~ 31.29%

%33.92
%34.8
%31.29

CMYK color model

#74776B color CMYK value is (3,0,10,53).

  • cyan value is 2.52%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(3,0,10,53)
C3M0Y10K53 
(3%,0%,10%,53%)
(0.03/0.00/0.10/0.53)	

CMYK percentages

%2.52
%0
%10.08
%53.33

Codes

Color #74776B in popluar color models

74776B
RGB116119107
HSL75°5.31%44.31%
HSB/HSV75°10.08%46.67%
CMYK2.52%0.00%10.08%
53.33%

Color #74776B in popluar number systems.

HEX74776B
Decimal116119107
Binary111010011101111101011
Octal164167153

Shades and tints

Shades of #74776B

#74776B
(116,119,107)
#6A6D62
(106,109,98)
#606359
(96,99,89)
#565950
(86,89,80)
#4C4F47
(76,79,71)
#42453E
(66,69,62)
#383B35
(56,59,53)
#2E312C
(46,49,44)
#242723
(36,39,35)
#1A1D1A
(26,29,26)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #74776B

#74776B
(116,119,107)
#808378
(128,131,120)
#8C8F85
(140,143,133)
#989B92
(152,155,146)
#A4A79F
(164,167,159)
#B0B3AC
(176,179,172)
#BCBFB9
(188,191,185)
#C8CBC6
(200,203,198)
#D4D7D3
(212,215,211)
#E0E3E0
(224,227,224)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74776B color. Also use rgb(116,119,107) instead hex code.

Text Font Color

.myTextColor { color: #74776B; }

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

This text font color is #74776B.


Background Color

.myBgColor { background-color: #74776B; }

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

This div background color is #74776B.


Border color

.myBorderColor { border: 1px solid #74776B; }

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

This div border color is #74776B.


Opacity

.myOpacity80 { color: #74776B; opacity: 0.8; }

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

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

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

This text has shadow with #74776B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74776B on black background.


Color preview on white background

This text has color #74776B on white background.



Black color preview on #74776B background

This text has black color on #74776B background.


White color preview on #74776B background

This text has white color on #74776B background.