COLOR #74655E

HEX: #74655E
RGB: (116,101,94)

Color info

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

RGB color model

#74655E color RGB value is (116,101,94).

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

RGB channels and saturation

R 116 of 255 = 45%
G 101 of 255 = 40%
B 94 of 255 = 37%

116
101
94

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

Portions of RGB colors in percentages

R + G + B =
116 + 101 + 94 = 311 (100%)
R 116 of 311 ~ 37.3%
G 101 of 311 ~ 32.48%
B 94 of 311 ~ 30.23%

%37.3
%32.48
%30.23

CMYK color model

#74655E color CMYK value is (0,13,19,55).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 18.97%
  • key color value is 54.51%
CMYK:
(0,13,19,55)
C0M13Y19K55 
(0%,13%,19%,55%)
(0.00/0.13/0.19/0.55)	

CMYK percentages

%0
%12.93
%18.97
%54.51

Codes

Color #74655E in popluar color models

74655E
RGB11610194
HSL19°10.48%41.18%
HSB/HSV19°18.97%45.49%
CMYK0.00%12.93%18.97%
54.51%

Color #74655E in popluar number systems.

HEX74655E
Decimal11610194
Binary111010011001011011110
Octal164145136

Shades and tints

Shades of #74655E

#74655E
(116,101,94)
#6A5C56
(106,92,86)
#60534E
(96,83,78)
#564A46
(86,74,70)
#4C413E
(76,65,62)
#423836
(66,56,54)
#382F2E
(56,47,46)
#2E2626
(46,38,38)
#241D1E
(36,29,30)
#1A1416
(26,20,22)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #74655E

#74655E
(116,101,94)
#80736C
(128,115,108)
#8C817A
(140,129,122)
#988F88
(152,143,136)
#A49D96
(164,157,150)
#B0ABA4
(176,171,164)
#BCB9B2
(188,185,178)
#C8C7C0
(200,199,192)
#D4D5CE
(212,213,206)
#E0E3DC
(224,227,220)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74655E color. Also use rgb(116,101,94) instead hex code.

Text Font Color

.myTextColor { color: #74655E; }

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

This text font color is #74655E.


Background Color

.myBgColor { background-color: #74655E; }

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

This div background color is #74655E.


Border color

.myBorderColor { border: 1px solid #74655E; }

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

This div border color is #74655E.


Opacity

.myOpacity80 { color: #74655E; opacity: 0.8; }

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

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

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

This text has shadow with #74655E color.

.textShadow {text-shadow: 3px 3px 1px #74655E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74655E on black background.


Color preview on white background

This text has color #74655E on white background.



Black color preview on #74655E background

This text has black color on #74655E background.


White color preview on #74655E background

This text has white color on #74655E background.