COLOR #74665C

HEX: #74665C RGB: (116,102,92)

Color info

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

RGB color model

#74665C color RGB value is (116,102,92).

RGB: (116,102,92) (45%, 40%, 36%)

RGB channels and saturation

R 116 of 255 = 45%
G 102 of 255 = 40%
B 92 of 255 = 36%

116
102
92

R + G + B ~ 40%. #74665C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 102 + 92 = 310 (100%)
R 116 of 310 ~ 37.42%
G 102 of 310 ~ 32.9%
B 92 of 310 ~ 29.68'%

%37.42
%32.9
%29.68

CMYK color model

#74665C color CMYK value is (0,12,21,55).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 20.69%
  • key color value is 54.51%
CMYK: (0,12,21,55) C0M12Y21K55 (0%,12%,21%,55%) (0.00/0.12/0.21/0.55) 

CMYK percentages

%0
%12.07
%20.69
%54.51

Codes

Color #74665C in popluar color models

74 66 5C
RGB 116 102 92
HSL 25° 11.54% 40.78%
HSB/HSV 25° 20.69% 45.49%
CMYK 0.00% 12.07% 20.69%
54.51%

Color #74665C in popluar number systems.

HEX 74 66 5C
Decimal 116 102 92
Binary 1110100 1100110 1011100
Octal 164 146 134

Shades and tints

Shades of #74665C

#74665C
(116,102,92)
#6A5D54
(106,93,84)
#60544C
(96,84,76)
#564B44
(86,75,68)
#4C423C
(76,66,60)
#423934
(66,57,52)
#38302C
(56,48,44)
#2E2724
(46,39,36)
#241E1C
(36,30,28)
#1A1514
(26,21,20)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #74665C

#74665C
(116,102,92)
#80736A
(128,115,106)
#8C8078
(140,128,120)
#988D86
(152,141,134)
#A49A94
(164,154,148)
#B0A7A2
(176,167,162)
#BCB4B0
(188,180,176)
#C8C1BE
(200,193,190)
#D4CECC
(212,206,204)
#E0DBDA
(224,219,218)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74665C color. Also use rgb(116,102,92) instead hex code.

Text Font Color

.myTextColor { color: #74665C; }

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

This text font color is #74665C.

Background Color

.myBgColor { background-color: #74665C; }

<div style="background-color:#74665C">Inner text</div>

This div background color is #74665C.

Border color

.myBorderColor { border: 1px solid #74665C; }

<div style="border:3px solid #74665C">Div</div>

This div border color is #74665C.

Opacity

.myOpacity80 { color: #74665C; opacity: 0.8; }

<p style="color:#74665C;opacity:0.8;">80%</p>

Text with #74665C 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 #74665C;}

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

This text has shadow with #74665C color.


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

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

This text has shadow with #74665C primary color and red secondary color.


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

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

This text has shadow with #74665C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74665C.

Preview

Color preview on black background

This text has color #74665C on black background.


Color preview on white background

This text has color #74665C on white background.


Black color preview on #74665C background

This text has black color on #74665C background.


White color preview on #74665C background

This text has white color on #74665C background.


Related colors

Complementary color

Complementary color for #hex is #8B99A3.


I love getcolorcode.com

Triadic colors

1 #5C7466 and #665C74 with #74665C are triadic colors.

2 #5C6674 and #66745C with #74665C are triadic colors.