COLOR #74807C

HEX: #74807C
RGB: (116,128,124)

Color info

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

RGB color model

#74807C color RGB value is (116,128,124).

  • red value is 116;
  • green value is 128;
  • blue value is 124.
RGB:
(116,128,124)
(45%,50%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 128 of 255 = 50%
B 124 of 255 = 49%

116
128
124

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

Portions of RGB colors in percentages

R + G + B =
116 + 128 + 124 = 368 (100%)
R 116 of 368 ~ 31.52%
G 128 of 368 ~ 34.78%
B 124 of 368 ~ 33.7%

%31.52
%34.78
%33.7

CMYK color model

#74807C color CMYK value is (9,0,3,50).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 3.12%
  • key color value is 49.80%
CMYK:
(9,0,3,50)
C9M0Y3K50 
(9%,0%,3%,50%)
(0.09/0.00/0.03/0.50)	

CMYK percentages

%9.38
%0
%3.12
%49.8

Codes

Color #74807C in popluar color models

74807C
RGB116128124
HSL160°4.92%47.84%
HSB/HSV160°9.38%50.20%
CMYK9.38%0.00%3.12%
49.80%

Color #74807C in popluar number systems.

HEX74807C
Decimal116128124
Binary1110100100000001111100
Octal164200174

Shades and tints

Shades of #74807C

#74807C
(116,128,124)
#6A7571
(106,117,113)
#606A66
(96,106,102)
#565F5B
(86,95,91)
#4C5450
(76,84,80)
#424945
(66,73,69)
#383E3A
(56,62,58)
#2E332F
(46,51,47)
#242824
(36,40,36)
#1A1D19
(26,29,25)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #74807C

#74807C
(116,128,124)
#808B87
(128,139,135)
#8C9692
(140,150,146)
#98A19D
(152,161,157)
#A4ACA8
(164,172,168)
#B0B7B3
(176,183,179)
#BCC2BE
(188,194,190)
#C8CDC9
(200,205,201)
#D4D8D4
(212,216,212)
#E0E3DF
(224,227,223)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74807C color. Also use rgb(116,128,124) instead hex code.

Text Font Color

.myTextColor { color: #74807C; }

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

This text font color is #74807C.


Background Color

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

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

This div background color is #74807C.


Border color

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

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

This div border color is #74807C.


Opacity

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

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

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

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

This text has shadow with #74807C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74807C on black background.


Color preview on white background

This text has color #74807C on white background.



Black color preview on #74807C background

This text has black color on #74807C background.


White color preview on #74807C background

This text has white color on #74807C background.