COLOR #747760

HEX: #747760
RGB: (116,119,96)

Color info

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

RGB color model

#747760 color RGB value is (116,119,96).

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

RGB channels and saturation

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

116
119
96

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

Portions of RGB colors in percentages

R + G + B =
116 + 119 + 96 = 331 (100%)
R 116 of 331 ~ 35.05%
G 119 of 331 ~ 35.95%
B 96 of 331 ~ 29%

%35.05
%35.95
%29

CMYK color model

#747760 color CMYK value is (3,0,19,53).

  • cyan value is 2.52%
  • magenta value is 0.00%
  • yellow value is 19.33%
  • key color value is 53.33%
CMYK:
(3,0,19,53)
C3M0Y19K53 
(3%,0%,19%,53%)
(0.03/0.00/0.19/0.53)	

CMYK percentages

%2.52
%0
%19.33
%53.33

Codes

Color #747760 in popluar color models

747760
RGB11611996
HSL68°10.70%42.16%
HSB/HSV68°19.33%46.67%
CMYK2.52%0.00%19.33%
53.33%

Color #747760 in popluar number systems.

HEX747760
Decimal11611996
Binary111010011101111100000
Octal164167140

Shades and tints

Shades of #747760

#747760
(116,119,96)
#6A6D58
(106,109,88)
#606350
(96,99,80)
#565948
(86,89,72)
#4C4F40
(76,79,64)
#424538
(66,69,56)
#383B30
(56,59,48)
#2E3128
(46,49,40)
#242720
(36,39,32)
#1A1D18
(26,29,24)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #747760

#747760
(116,119,96)
#80836E
(128,131,110)
#8C8F7C
(140,143,124)
#989B8A
(152,155,138)
#A4A798
(164,167,152)
#B0B3A6
(176,179,166)
#BCBFB4
(188,191,180)
#C8CBC2
(200,203,194)
#D4D7D0
(212,215,208)
#E0E3DE
(224,227,222)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747760; }

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

This text font color is #747760.


Background Color

.myBgColor { background-color: #747760; }

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

This div background color is #747760.


Border color

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

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

This div border color is #747760.


Opacity

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

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

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

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

This text has shadow with #747760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747760 on black background.


Color preview on white background

This text has color #747760 on white background.



Black color preview on #747760 background

This text has black color on #747760 background.


White color preview on #747760 background

This text has white color on #747760 background.