COLOR #74695E

HEX: #74695E RGB: (116,105,94)

Color info

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

RGB color model

#74695E color RGB value is (116,105,94).

RGB: (116,105,94) (45%, 41%, 37%)

RGB channels and saturation

R 116 of 255 = 45%
G 105 of 255 = 41%
B 94 of 255 = 37%

116
105
94

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

Portions of RGB colors in percentages

R + G + B = 116 + 105 + 94 = 315 (100%)
R 116 of 315 ~ 36.83%
G 105 of 315 ~ 33.33%
B 94 of 315 ~ 29.84'%

%36.83
%33.33
%29.84

CMYK color model

#74695E color CMYK value is (0,9,19,55).

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 18.97%
  • key color value is 54.51%

CMYK: (0,9,19,55)
C0M9Y19K55 (0%, 9%, 19%, 55%)
(0.00 / 0.09 / 0.19 / 0.55)

CMYK percentages

%0
%9.48
%18.97
%54.51

Codes

Color #74695E in popluar color models

74 69 5E
RGB 116 105 94
HSL 30° 10.48% 41.18%
HSB/HSV 30° 18.97% 45.49%
CMYK 0.00% 9.48% 18.97%
54.51%

Color #74695E in popluar number systems.

HEX 74 69 5E
Decimal 116 105 94
Binary 1110100 1101001 1011110
Octal 164 151 136

Shades and tints

Shades of #74695E

#74695E
(116,105,94)
#6A6056
(106,96,86)
#60574E
(96,87,78)
#564E46
(86,78,70)
#4C453E
(76,69,62)
#423C36
(66,60,54)
#38332E
(56,51,46)
#2E2A26
(46,42,38)
#24211E
(36,33,30)
#1A1816
(26,24,22)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #74695E

#74695E
(116,105,94)
#80766C
(128,118,108)
#8C837A
(140,131,122)
#989088
(152,144,136)
#A49D96
(164,157,150)
#B0AAA4
(176,170,164)
#BCB7B2
(188,183,178)
#C8C4C0
(200,196,192)
#D4D1CE
(212,209,206)
#E0DEDC
(224,222,220)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74695E; }

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

This text font color is #74695E.

Background Color

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

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

This div background color is #74695E.

Border color

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

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

This div border color is #74695E.

Opacity

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

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

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

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

This text has shadow with #74695E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74695E.

Preview

Color preview on black background

This text has color #74695E on black background.


Color preview on white background

This text has color #74695E on white background.


Black color preview on #74695E background

This text has black color on #74695E background.


White color preview on #74695E background

This text has white color on #74695E background.


Related colors

Complementary color

Complementary color for #hex is #8B96A1.


I love getcolorcode.com

Triadic colors

1 #5E7469 and #695E74 with #74695E are triadic colors.

2 #5E6974 and #69745E with #74695E are triadic colors.