COLOR #74786A

HEX: #74786A RGB: (116,120,106)

Color info

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

RGB color model

#74786A color RGB value is (116,120,106).

RGB: (116,120,106) (45%, 47%, 42%)

RGB channels and saturation

R 116 of 255 = 45%
G 120 of 255 = 47%
B 106 of 255 = 42%

116
120
106

R + G + B ~ 45%. #74786A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 120 + 106 = 342 (100%)
R 116 of 342 ~ 33.92%
G 120 of 342 ~ 35.09%
B 106 of 342 ~ 30.99'%

%33.92
%35.09
%30.99

CMYK color model

#74786A color CMYK value is (3,0,12,53).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 52.94%

CMYK: (3,0,12,53)
C3M0Y12K53 (3%, 0%, 12%, 53%)
(0.03 / 0.00 / 0.12 / 0.53)

CMYK percentages

%3.33
%0
%11.67
%52.94

Codes

Color #74786A in popluar color models

74 78 6A
RGB 116 120 106
HSL 77° 6.19% 44.31%
HSB/HSV 77° 11.67% 47.06%
CMYK 3.33% 0.00% 11.67%
52.94%

Color #74786A in popluar number systems.

HEX 74 78 6A
Decimal 116 120 106
Binary 1110100 1111000 1101010
Octal 164 170 152

Shades and tints

Shades of #74786A

#74786A
(116,120,106)
#6A6E61
(106,110,97)
#606458
(96,100,88)
#565A4F
(86,90,79)
#4C5046
(76,80,70)
#42463D
(66,70,61)
#383C34
(56,60,52)
#2E322B
(46,50,43)
#242822
(36,40,34)
#1A1E19
(26,30,25)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #74786A

#74786A
(116,120,106)
#808477
(128,132,119)
#8C9084
(140,144,132)
#989C91
(152,156,145)
#A4A89E
(164,168,158)
#B0B4AB
(176,180,171)
#BCC0B8
(188,192,184)
#C8CCC5
(200,204,197)
#D4D8D2
(212,216,210)
#E0E4DF
(224,228,223)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74786A color. Also use rgb(116,120,106) instead hex code.

Text Font Color

.myTextColor { color: #74786A; }

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

This text font color is #74786A.

Background Color

.myBgColor { background-color: #74786A; }

<div style="background-color:#74786A">Inner text</div>

This div background color is #74786A.

Border color

.myBorderColor { border: 1px solid #74786A; }

<div style="border:3px solid #74786A">Div</div>

This div border color is #74786A.

Opacity

.myOpacity80 { color: #74786A; opacity: 0.8; }

<p style="color:#74786A;opacity:0.8;">80%</p>

Text with #74786A 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 #74786A;}

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

This text has shadow with #74786A color.


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

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

This text has shadow with #74786A primary color and red secondary color.


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

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

This text has shadow with #74786A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74786A.

Preview

Color preview on black background

This text has color #74786A on black background.


Color preview on white background

This text has color #74786A on white background.


Black color preview on #74786A background

This text has black color on #74786A background.


White color preview on #74786A background

This text has white color on #74786A background.


Related colors

Complementary color

Complementary color for #hex is #8B8795.


I love getcolorcode.com

Triadic colors

1 #6A7478 and #786A74 with #74786A are triadic colors.

2 #6A7874 and #78746A with #74786A are triadic colors.