COLOR #74675F

HEX: #74675F
RGB: (116,103,95)

Color info

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

RGB color model

#74675F color RGB value is (116,103,95).

  • red value is 116;
  • green value is 103;
  • blue value is 95.
RGB:
(116,103,95)
(45%,40%,37%)

RGB channels and saturation

R 116 of 255 = 45%
G 103 of 255 = 40%
B 95 of 255 = 37%

116
103
95

R + G + B ~ 41%. #74675F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 103 + 95 = 314 (100%)
R 116 of 314 ~ 36.94%
G 103 of 314 ~ 32.8%
B 95 of 314 ~ 30.25%

%36.94
%32.8
%30.25

CMYK color model

#74675F color CMYK value is (0,11,18,55).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 18.10%
  • key color value is 54.51%
CMYK:
(0,11,18,55)
C0M11Y18K55 
(0%,11%,18%,55%)
(0.00/0.11/0.18/0.55)	

CMYK percentages

%0
%11.21
%18.1
%54.51

Codes

Color #74675F in popluar color models

74675F
RGB11610395
HSL23°9.95%41.37%
HSB/HSV23°18.10%45.49%
CMYK0.00%11.21%18.10%
54.51%

Color #74675F in popluar number systems.

HEX74675F
Decimal11610395
Binary111010011001111011111
Octal164147137

Shades and tints

Shades of #74675F

#74675F
(116,103,95)
#6A5E57
(106,94,87)
#60554F
(96,85,79)
#564C47
(86,76,71)
#4C433F
(76,67,63)
#423A37
(66,58,55)
#38312F
(56,49,47)
#2E2827
(46,40,39)
#241F1F
(36,31,31)
#1A1617
(26,22,23)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #74675F

#74675F
(116,103,95)
#80746D
(128,116,109)
#8C817B
(140,129,123)
#988E89
(152,142,137)
#A49B97
(164,155,151)
#B0A8A5
(176,168,165)
#BCB5B3
(188,181,179)
#C8C2C1
(200,194,193)
#D4CFCF
(212,207,207)
#E0DCDD
(224,220,221)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74675F color. Also use rgb(116,103,95) instead hex code.

Text Font Color

.myTextColor { color: #74675F; }

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

This text font color is #74675F.


Background Color

.myBgColor { background-color: #74675F; }

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

This div background color is #74675F.


Border color

.myBorderColor { border: 1px solid #74675F; }

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

This div border color is #74675F.


Opacity

.myOpacity80 { color: #74675F; opacity: 0.8; }

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

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

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

This text has shadow with #74675F color.

.textShadow {text-shadow: 3px 3px 1px #74675F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74675F on black background.


Color preview on white background

This text has color #74675F on white background.



Black color preview on #74675F background

This text has black color on #74675F background.


White color preview on #74675F background

This text has white color on #74675F background.