COLOR #74736B

HEX: #74736B
RGB: (116,115,107)

Color info

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

RGB color model

#74736B color RGB value is (116,115,107).

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

RGB channels and saturation

R 116 of 255 = 45%
G 115 of 255 = 45%
B 107 of 255 = 42%

116
115
107

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

Portions of RGB colors in percentages

R + G + B =
116 + 115 + 107 = 338 (100%)
R 116 of 338 ~ 34.32%
G 115 of 338 ~ 34.02%
B 107 of 338 ~ 31.66%

%34.32
%34.02
%31.66

CMYK color model

#74736B color CMYK value is (0,1,8,55).

  • cyan value is 0.00%
  • magenta value is 0.86%
  • yellow value is 7.76%
  • key color value is 54.51%
CMYK:
(0,1,8,55)
C0M1Y8K55 
(0%,1%,8%,55%)
(0.00/0.01/0.08/0.55)	

CMYK percentages

%0
%0.86
%7.76
%54.51

Codes

Color #74736B in popluar color models

74736B
RGB116115107
HSL53°4.04%43.73%
HSB/HSV53°7.76%45.49%
CMYK0.00%0.86%7.76%
54.51%

Color #74736B in popluar number systems.

HEX74736B
Decimal116115107
Binary111010011100111101011
Octal164163153

Shades and tints

Shades of #74736B

#74736B
(116,115,107)
#6A6962
(106,105,98)
#605F59
(96,95,89)
#565550
(86,85,80)
#4C4B47
(76,75,71)
#42413E
(66,65,62)
#383735
(56,55,53)
#2E2D2C
(46,45,44)
#242323
(36,35,35)
#1A191A
(26,25,26)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #74736B

#74736B
(116,115,107)
#807F78
(128,127,120)
#8C8B85
(140,139,133)
#989792
(152,151,146)
#A4A39F
(164,163,159)
#B0AFAC
(176,175,172)
#BCBBB9
(188,187,185)
#C8C7C6
(200,199,198)
#D4D3D3
(212,211,211)
#E0DFE0
(224,223,224)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74736B; }

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

This text font color is #74736B.


Background Color

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

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

This div background color is #74736B.


Border color

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

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

This div border color is #74736B.


Opacity

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

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

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

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

This text has shadow with #74736B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74736B on black background.


Color preview on white background

This text has color #74736B on white background.



Black color preview on #74736B background

This text has black color on #74736B background.


White color preview on #74736B background

This text has white color on #74736B background.