COLOR #76746A

HEX: #76746A
RGB: (118,116,106)

Color info

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

RGB color model

#76746A color RGB value is (118,116,106).

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

RGB channels and saturation

R 118 of 255 = 46%
G 116 of 255 = 45%
B 106 of 255 = 42%

118
116
106

R + G + B ~ 44%. #76746A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 116 + 106 = 340 (100%)
R 118 of 340 ~ 34.71%
G 116 of 340 ~ 34.12%
B 106 of 340 ~ 31.18%

%34.71
%34.12
%31.18

CMYK color model

#76746A color CMYK value is (0,2,10,54).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 10.17%
  • key color value is 53.73%
CMYK:
(0,2,10,54)
C0M2Y10K54 
(0%,2%,10%,54%)
(0.00/0.02/0.10/0.54)	

CMYK percentages

%0
%1.69
%10.17
%53.73

Codes

Color #76746A in popluar color models

76746A
RGB118116106
HSL50°5.36%43.92%
HSB/HSV50°10.17%46.27%
CMYK0.00%1.69%10.17%
53.73%

Color #76746A in popluar number systems.

HEX76746A
Decimal118116106
Binary111011011101001101010
Octal166164152

Shades and tints

Shades of #76746A

#76746A
(118,116,106)
#6C6A61
(108,106,97)
#626058
(98,96,88)
#58564F
(88,86,79)
#4E4C46
(78,76,70)
#44423D
(68,66,61)
#3A3834
(58,56,52)
#302E2B
(48,46,43)
#262422
(38,36,34)
#1C1A19
(28,26,25)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #76746A

#76746A
(118,116,106)
#828077
(130,128,119)
#8E8C84
(142,140,132)
#9A9891
(154,152,145)
#A6A49E
(166,164,158)
#B2B0AB
(178,176,171)
#BEBCB8
(190,188,184)
#CAC8C5
(202,200,197)
#D6D4D2
(214,212,210)
#E2E0DF
(226,224,223)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76746A color. Also use rgb(118,116,106) instead hex code.

Text Font Color

.myTextColor { color: #76746A; }

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

This text font color is #76746A.


Background Color

.myBgColor { background-color: #76746A; }

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

This div background color is #76746A.


Border color

.myBorderColor { border: 1px solid #76746A; }

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

This div border color is #76746A.


Opacity

.myOpacity80 { color: #76746A; opacity: 0.8; }

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

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

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

This text has shadow with #76746A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76746A on black background.


Color preview on white background

This text has color #76746A on white background.



Black color preview on #76746A background

This text has black color on #76746A background.


White color preview on #76746A background

This text has white color on #76746A background.