COLOR #74636C

HEX: #74636C
RGB: (116,99,108)

Color info

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

RGB color model

#74636C color RGB value is (116,99,108).

  • red value is 116;
  • green value is 99;
  • blue value is 108.
RGB:
(116,99,108)
(45%,39%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 99 of 255 = 39%
B 108 of 255 = 42%

116
99
108

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

Portions of RGB colors in percentages

R + G + B =
116 + 99 + 108 = 323 (100%)
R 116 of 323 ~ 35.91%
G 99 of 323 ~ 30.65%
B 108 of 323 ~ 33.44%

%35.91
%30.65
%33.44

CMYK color model

#74636C color CMYK value is (0,15,7,55).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 6.90%
  • key color value is 54.51%
CMYK:
(0,15,7,55)
C0M15Y7K55 
(0%,15%,7%,55%)
(0.00/0.15/0.07/0.55)	

CMYK percentages

%0
%14.66
%6.9
%54.51

Codes

Color #74636C in popluar color models

74636C
RGB11699108
HSL328°7.91%42.16%
HSB/HSV328°14.66%45.49%
CMYK0.00%14.66%6.90%
54.51%

Color #74636C in popluar number systems.

HEX74636C
Decimal11699108
Binary111010011000111101100
Octal164143154

Shades and tints

Shades of #74636C

#74636C
(116,99,108)
#6A5A63
(106,90,99)
#60515A
(96,81,90)
#564851
(86,72,81)
#4C3F48
(76,63,72)
#42363F
(66,54,63)
#382D36
(56,45,54)
#2E242D
(46,36,45)
#241B24
(36,27,36)
#1A121B
(26,18,27)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #74636C

#74636C
(116,99,108)
#807179
(128,113,121)
#8C7F86
(140,127,134)
#988D93
(152,141,147)
#A49BA0
(164,155,160)
#B0A9AD
(176,169,173)
#BCB7BA
(188,183,186)
#C8C5C7
(200,197,199)
#D4D3D4
(212,211,212)
#E0E1E1
(224,225,225)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74636C; }

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

This text font color is #74636C.


Background Color

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

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

This div background color is #74636C.


Border color

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

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

This div border color is #74636C.


Opacity

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

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

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

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

This text has shadow with #74636C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74636C on black background.


Color preview on white background

This text has color #74636C on white background.



Black color preview on #74636C background

This text has black color on #74636C background.


White color preview on #74636C background

This text has white color on #74636C background.