COLOR #747761

HEX: #747761
RGB: (116,119,97)

Color info

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

RGB color model

#747761 color RGB value is (116,119,97).

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

RGB channels and saturation

R 116 of 255 = 45%
G 119 of 255 = 47%
B 97 of 255 = 38%

116
119
97

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

Portions of RGB colors in percentages

R + G + B =
116 + 119 + 97 = 332 (100%)
R 116 of 332 ~ 34.94%
G 119 of 332 ~ 35.84%
B 97 of 332 ~ 29.22%

%34.94
%35.84
%29.22

CMYK color model

#747761 color CMYK value is (3,0,18,53).

  • cyan value is 2.52%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 53.33%
CMYK:
(3,0,18,53)
C3M0Y18K53 
(3%,0%,18%,53%)
(0.03/0.00/0.18/0.53)	

CMYK percentages

%2.52
%0
%18.49
%53.33

Codes

Color #747761 in popluar color models

747761
RGB11611997
HSL68°10.19%42.35%
HSB/HSV68°18.49%46.67%
CMYK2.52%0.00%18.49%
53.33%

Color #747761 in popluar number systems.

HEX747761
Decimal11611997
Binary111010011101111100001
Octal164167141

Shades and tints

Shades of #747761

#747761
(116,119,97)
#6A6D59
(106,109,89)
#606351
(96,99,81)
#565949
(86,89,73)
#4C4F41
(76,79,65)
#424539
(66,69,57)
#383B31
(56,59,49)
#2E3129
(46,49,41)
#242721
(36,39,33)
#1A1D19
(26,29,25)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #747761

#747761
(116,119,97)
#80836F
(128,131,111)
#8C8F7D
(140,143,125)
#989B8B
(152,155,139)
#A4A799
(164,167,153)
#B0B3A7
(176,179,167)
#BCBFB5
(188,191,181)
#C8CBC3
(200,203,195)
#D4D7D1
(212,215,209)
#E0E3DF
(224,227,223)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747761; }

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

This text font color is #747761.


Background Color

.myBgColor { background-color: #747761; }

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

This div background color is #747761.


Border color

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

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

This div border color is #747761.


Opacity

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

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

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

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

This text has shadow with #747761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747761 on black background.


Color preview on white background

This text has color #747761 on white background.



Black color preview on #747761 background

This text has black color on #747761 background.


White color preview on #747761 background

This text has white color on #747761 background.