COLOR #76675D

HEX: #76675D
RGB: (118,103,93)

Color info

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

RGB color model

#76675D color RGB value is (118,103,93).

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

RGB channels and saturation

R 118 of 255 = 46%
G 103 of 255 = 40%
B 93 of 255 = 36%

118
103
93

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

Portions of RGB colors in percentages

R + G + B =
118 + 103 + 93 = 314 (100%)
R 118 of 314 ~ 37.58%
G 103 of 314 ~ 32.8%
B 93 of 314 ~ 29.62%

%37.58
%32.8
%29.62

CMYK color model

#76675D color CMYK value is (0,13,21,54).

  • cyan value is 0.00%
  • magenta value is 12.71%
  • yellow value is 21.19%
  • key color value is 53.73%
CMYK:
(0,13,21,54)
C0M13Y21K54 
(0%,13%,21%,54%)
(0.00/0.13/0.21/0.54)	

CMYK percentages

%0
%12.71
%21.19
%53.73

Codes

Color #76675D in popluar color models

76675D
RGB11810393
HSL24°11.85%41.37%
HSB/HSV24°21.19%46.27%
CMYK0.00%12.71%21.19%
53.73%

Color #76675D in popluar number systems.

HEX76675D
Decimal11810393
Binary111011011001111011101
Octal166147135

Shades and tints

Shades of #76675D

#76675D
(118,103,93)
#6C5E55
(108,94,85)
#62554D
(98,85,77)
#584C45
(88,76,69)
#4E433D
(78,67,61)
#443A35
(68,58,53)
#3A312D
(58,49,45)
#302825
(48,40,37)
#261F1D
(38,31,29)
#1C1615
(28,22,21)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #76675D

#76675D
(118,103,93)
#82746B
(130,116,107)
#8E8179
(142,129,121)
#9A8E87
(154,142,135)
#A69B95
(166,155,149)
#B2A8A3
(178,168,163)
#BEB5B1
(190,181,177)
#CAC2BF
(202,194,191)
#D6CFCD
(214,207,205)
#E2DCDB
(226,220,219)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76675D; }

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

This text font color is #76675D.


Background Color

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

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

This div background color is #76675D.


Border color

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

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

This div border color is #76675D.


Opacity

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

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

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

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

This text has shadow with #76675D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76675D on black background.


Color preview on white background

This text has color #76675D on white background.



Black color preview on #76675D background

This text has black color on #76675D background.


White color preview on #76675D background

This text has white color on #76675D background.