COLOR #74756B

HEX: #74756B
RGB: (116,117,107)

Color info

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

RGB color model

#74756B color RGB value is (116,117,107).

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

RGB channels and saturation

R 116 of 255 = 45%
G 117 of 255 = 46%
B 107 of 255 = 42%

116
117
107

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

Portions of RGB colors in percentages

R + G + B =
116 + 117 + 107 = 340 (100%)
R 116 of 340 ~ 34.12%
G 117 of 340 ~ 34.41%
B 107 of 340 ~ 31.47%

%34.12
%34.41
%31.47

CMYK color model

#74756B color CMYK value is (1,0,9,54).

  • cyan value is 0.85%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(1,0,9,54)
C1M0Y9K54 
(1%,0%,9%,54%)
(0.01/0.00/0.09/0.54)	

CMYK percentages

%0.85
%0
%8.55
%54.12

Codes

Color #74756B in popluar color models

74756B
RGB116117107
HSL66°4.46%43.92%
HSB/HSV66°8.55%45.88%
CMYK0.85%0.00%8.55%
54.12%

Color #74756B in popluar number systems.

HEX74756B
Decimal116117107
Binary111010011101011101011
Octal164165153

Shades and tints

Shades of #74756B

#74756B
(116,117,107)
#6A6B62
(106,107,98)
#606159
(96,97,89)
#565750
(86,87,80)
#4C4D47
(76,77,71)
#42433E
(66,67,62)
#383935
(56,57,53)
#2E2F2C
(46,47,44)
#242523
(36,37,35)
#1A1B1A
(26,27,26)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #74756B

#74756B
(116,117,107)
#808178
(128,129,120)
#8C8D85
(140,141,133)
#989992
(152,153,146)
#A4A59F
(164,165,159)
#B0B1AC
(176,177,172)
#BCBDB9
(188,189,185)
#C8C9C6
(200,201,198)
#D4D5D3
(212,213,211)
#E0E1E0
(224,225,224)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74756B; }

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

This text font color is #74756B.


Background Color

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

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

This div background color is #74756B.


Border color

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

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

This div border color is #74756B.


Opacity

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

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

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

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

This text has shadow with #74756B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74756B on black background.


Color preview on white background

This text has color #74756B on white background.



Black color preview on #74756B background

This text has black color on #74756B background.


White color preview on #74756B background

This text has white color on #74756B background.