COLOR #74806F

HEX: #74806F RGB: (116,128,111)

Color info

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

RGB color model

#74806F color RGB value is (116,128,111).

RGB: (116,128,111) (45%, 50%, 44%)

RGB channels and saturation

R 116 of 255 = 45%
G 128 of 255 = 50%
B 111 of 255 = 44%

116
128
111

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

Portions of RGB colors in percentages

R + G + B = 116 + 128 + 111 = 355 (100%)
R 116 of 355 ~ 32.68%
G 128 of 355 ~ 36.06%
B 111 of 355 ~ 31.27'%

%32.68
%36.06
%31.27

CMYK color model

#74806F color CMYK value is (9,0,13,50).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 13.28%
  • key color value is 49.80%

CMYK: (9,0,13,50)
C9M0Y13K50 (9%, 0%, 13%, 50%)
(0.09 / 0.00 / 0.13 / 0.50)

CMYK percentages

%9.38
%0
%13.28
%49.8

Codes

Color #74806F in popluar color models

74 80 6F
RGB 116 128 111
HSL 102° 7.11% 46.86%
HSB/HSV 102° 13.28% 50.20%
CMYK 9.38% 0.00% 13.28%
49.80%

Color #74806F in popluar number systems.

HEX 74 80 6F
Decimal 116 128 111
Binary 1110100 10000000 1101111
Octal 164 200 157

Shades and tints

Shades of #74806F

#74806F
(116,128,111)
#6A7565
(106,117,101)
#606A5B
(96,106,91)
#565F51
(86,95,81)
#4C5447
(76,84,71)
#42493D
(66,73,61)
#383E33
(56,62,51)
#2E3329
(46,51,41)
#24281F
(36,40,31)
#1A1D15
(26,29,21)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #74806F

#74806F
(116,128,111)
#808B7C
(128,139,124)
#8C9689
(140,150,137)
#98A196
(152,161,150)
#A4ACA3
(164,172,163)
#B0B7B0
(176,183,176)
#BCC2BD
(188,194,189)
#C8CDCA
(200,205,202)
#D4D8D7
(212,216,215)
#E0E3E4
(224,227,228)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74806F color. Also use rgb(116,128,111) instead hex code.

Text Font Color

.myTextColor { color: #74806F; }

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

This text font color is #74806F.

Background Color

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

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

This div background color is #74806F.

Border color

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

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

This div border color is #74806F.

Opacity

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

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

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

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

This text has shadow with #74806F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74806F.

Preview

Color preview on black background

This text has color #74806F on black background.


Color preview on white background

This text has color #74806F on white background.


Black color preview on #74806F background

This text has black color on #74806F background.


White color preview on #74806F background

This text has white color on #74806F background.


Related colors

Complementary color

Complementary color for #hex is #8B7F90.


I love getcolorcode.com

Triadic colors

1 #6F7480 and #806F74 with #74806F are triadic colors.

2 #6F8074 and #80746F with #74806F are triadic colors.