COLOR #747759

HEX: #747759
RGB: (116,119,89)

Color info

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

RGB color model

#747759 color RGB value is (116,119,89).

  • red value is 116;
  • green value is 119;
  • blue value is 89.
RGB:
(116,119,89)
(45%,47%,35%)

RGB channels and saturation

R 116 of 255 = 45%
G 119 of 255 = 47%
B 89 of 255 = 35%

116
119
89

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

Portions of RGB colors in percentages

R + G + B =
116 + 119 + 89 = 324 (100%)
R 116 of 324 ~ 35.8%
G 119 of 324 ~ 36.73%
B 89 of 324 ~ 27.47%

%35.8
%36.73
%27.47

CMYK color model

#747759 color CMYK value is (3,0,25,53).

  • cyan value is 2.52%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 53.33%
CMYK:
(3,0,25,53)
C3M0Y25K53 
(3%,0%,25%,53%)
(0.03/0.00/0.25/0.53)	

CMYK percentages

%2.52
%0
%25.21
%53.33

Codes

Color #747759 in popluar color models

747759
RGB11611989
HSL66°14.42%40.78%
HSB/HSV66°25.21%46.67%
CMYK2.52%0.00%25.21%
53.33%

Color #747759 in popluar number systems.

HEX747759
Decimal11611989
Binary111010011101111011001
Octal164167131

Shades and tints

Shades of #747759

#747759
(116,119,89)
#6A6D51
(106,109,81)
#606349
(96,99,73)
#565941
(86,89,65)
#4C4F39
(76,79,57)
#424531
(66,69,49)
#383B29
(56,59,41)
#2E3121
(46,49,33)
#242719
(36,39,25)
#1A1D11
(26,29,17)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #747759

#747759
(116,119,89)
#808368
(128,131,104)
#8C8F77
(140,143,119)
#989B86
(152,155,134)
#A4A795
(164,167,149)
#B0B3A4
(176,179,164)
#BCBFB3
(188,191,179)
#C8CBC2
(200,203,194)
#D4D7D1
(212,215,209)
#E0E3E0
(224,227,224)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747759 color. Also use rgb(116,119,89) instead hex code.

Text Font Color

.myTextColor { color: #747759; }

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

This text font color is #747759.


Background Color

.myBgColor { background-color: #747759; }

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

This div background color is #747759.


Border color

.myBorderColor { border: 1px solid #747759; }

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

This div border color is #747759.


Opacity

.myOpacity80 { color: #747759; opacity: 0.8; }

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

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

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

This text has shadow with #747759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747759 on black background.


Color preview on white background

This text has color #747759 on white background.



Black color preview on #747759 background

This text has black color on #747759 background.


White color preview on #747759 background

This text has white color on #747759 background.