COLOR #74506C

HEX: #74506C RGB: (116,80,108)

Color info

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

RGB color model

#74506C color RGB value is (116,80,108).

RGB: (116,80,108) (45%, 31%, 42%)

RGB channels and saturation

R 116 of 255 = 45%
G 80 of 255 = 31%
B 108 of 255 = 42%

116
80
108

R + G + B ~ 39%. #74506C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 80 + 108 = 304 (100%)
R 116 of 304 ~ 38.16%
G 80 of 304 ~ 26.32%
B 108 of 304 ~ 35.53'%

%38.16
%26.32
%35.53

CMYK color model

#74506C color CMYK value is (0,31,7,55).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 6.90%
  • key color value is 54.51%
CMYK: (0,31,7,55) C0M31Y7K55 (0%,31%,7%,55%) (0.00/0.31/0.07/0.55) 

CMYK percentages

%0
%31.03
%6.9
%54.51

Codes

Color #74506C in popluar color models

74 50 6C
RGB 116 80 108
HSL 313° 18.37% 38.43%
HSB/HSV 313° 31.03% 45.49%
CMYK 0.00% 31.03% 6.90%
54.51%

Color #74506C in popluar number systems.

HEX 74 50 6C
Decimal 116 80 108
Binary 1110100 1010000 1101100
Octal 164 120 154

Shades and tints

Shades of #74506C

#74506C
(116,80,108)
#6A4963
(106,73,99)
#60425A
(96,66,90)
#563B51
(86,59,81)
#4C3448
(76,52,72)
#422D3F
(66,45,63)
#382636
(56,38,54)
#2E1F2D
(46,31,45)
#241824
(36,24,36)
#1A111B
(26,17,27)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #74506C

#74506C
(116,80,108)
#805F79
(128,95,121)
#8C6E86
(140,110,134)
#987D93
(152,125,147)
#A48CA0
(164,140,160)
#B09BAD
(176,155,173)
#BCAABA
(188,170,186)
#C8B9C7
(200,185,199)
#D4C8D4
(212,200,212)
#E0D7E1
(224,215,225)
#ECE6EE
(236,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74506C color. Also use rgb(116,80,108) instead hex code.

Text Font Color

.myTextColor { color: #74506C; }

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

This text font color is #74506C.

Background Color

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

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

This div background color is #74506C.

Border color

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

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

This div border color is #74506C.

Opacity

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

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

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

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

This text has shadow with #74506C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74506C.

Preview

Color preview on black background

This text has color #74506C on black background.


Color preview on white background

This text has color #74506C on white background.


Black color preview on #74506C background

This text has black color on #74506C background.


White color preview on #74506C background

This text has white color on #74506C background.


Related colors

Complementary color

Complementary color for #hex is #8BAF93.


I love getcolorcode.com

Triadic colors

1 #6C7450 and #506C74 with #74506C are triadic colors.

2 #6C5074 and #50746C with #74506C are triadic colors.