COLOR #74765D

HEX: #74765D
RGB: (116,118,93)

Color info

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

RGB color model

#74765D color RGB value is (116,118,93).

  • red value is 116;
  • green value is 118;
  • blue value is 93.
RGB:
(116,118,93)
(45%,46%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 118 of 255 = 46%
B 93 of 255 = 36%

116
118
93

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

Portions of RGB colors in percentages

R + G + B =
116 + 118 + 93 = 327 (100%)
R 116 of 327 ~ 35.47%
G 118 of 327 ~ 36.09%
B 93 of 327 ~ 28.44%

%35.47
%36.09
%28.44

CMYK color model

#74765D color CMYK value is (2,0,21,54).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 21.19%
  • key color value is 53.73%
CMYK:
(2,0,21,54)
C2M0Y21K54 
(2%,0%,21%,54%)
(0.02/0.00/0.21/0.54)	

CMYK percentages

%1.69
%0
%21.19
%53.73

Codes

Color #74765D in popluar color models

74765D
RGB11611893
HSL65°11.85%41.37%
HSB/HSV65°21.19%46.27%
CMYK1.69%0.00%21.19%
53.73%

Color #74765D in popluar number systems.

HEX74765D
Decimal11611893
Binary111010011101101011101
Octal164166135

Shades and tints

Shades of #74765D

#74765D
(116,118,93)
#6A6C55
(106,108,85)
#60624D
(96,98,77)
#565845
(86,88,69)
#4C4E3D
(76,78,61)
#424435
(66,68,53)
#383A2D
(56,58,45)
#2E3025
(46,48,37)
#24261D
(36,38,29)
#1A1C15
(26,28,21)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #74765D

#74765D
(116,118,93)
#80826B
(128,130,107)
#8C8E79
(140,142,121)
#989A87
(152,154,135)
#A4A695
(164,166,149)
#B0B2A3
(176,178,163)
#BCBEB1
(188,190,177)
#C8CABF
(200,202,191)
#D4D6CD
(212,214,205)
#E0E2DB
(224,226,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74765D color. Also use rgb(116,118,93) instead hex code.

Text Font Color

.myTextColor { color: #74765D; }

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

This text font color is #74765D.


Background Color

.myBgColor { background-color: #74765D; }

<div style="background-color:#74765D">Inner text</div>

This div background color is #74765D.


Border color

.myBorderColor { border: 1px solid #74765D; }

<div style="border:3px solid #74765D">Div</div>

This div border color is #74765D.


Opacity

.myOpacity80 { color: #74765D; opacity: 0.8; }

<p style="color:#74765D;opacity:0.8;">80%</p>

Text with #74765D 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 #74765D;}

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

This text has shadow with #74765D color.

.textShadow {text-shadow: 3px 3px 1px #74765D, 3px 3px 1px red;}

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

This text has shadow with #74765D primary color and red secondary color.


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

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

This text has shadow with #74765D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74765D on black background.


Color preview on white background

This text has color #74765D on white background.



Black color preview on #74765D background

This text has black color on #74765D background.


White color preview on #74765D background

This text has white color on #74765D background.