COLOR #76674D

HEX: #76674D
RGB: (118,103,77)

Color info

#76674D contains red, green and blue colors in about the same proportion. Web safe color of #76674D is #666633 (or #663).

RGB color model

#76674D color RGB value is (118,103,77).

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

RGB channels and saturation

R 118 of 255 = 46%
G 103 of 255 = 40%
B 77 of 255 = 30%

118
103
77

R + G + B ~ 39%. #76674D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 103 + 77 = 298 (100%)
R 118 of 298 ~ 39.6%
G 103 of 298 ~ 34.56%
B 77 of 298 ~ 25.84%

%39.6
%34.56
%25.84

CMYK color model

#76674D color CMYK value is (0,13,35,54).

  • cyan value is 0.00%
  • magenta value is 12.71%
  • yellow value is 34.75%
  • key color value is 53.73%
CMYK:
(0,13,35,54)
C0M13Y35K54 
(0%,13%,35%,54%)
(0.00/0.13/0.35/0.54)	

CMYK percentages

%0
%12.71
%34.75
%53.73

Codes

Color #76674D in popluar color models

76674D
RGB11810377
HSL38°21.03%38.24%
HSB/HSV38°34.75%46.27%
CMYK0.00%12.71%34.75%
53.73%

Color #76674D in popluar number systems.

HEX76674D
Decimal11810377
Binary111011011001111001101
Octal166147115

Shades and tints

Shades of #76674D

#76674D
(118,103,77)
#6C5E46
(108,94,70)
#62553F
(98,85,63)
#584C38
(88,76,56)
#4E4331
(78,67,49)
#443A2A
(68,58,42)
#3A3123
(58,49,35)
#30281C
(48,40,28)
#261F15
(38,31,21)
#1C160E
(28,22,14)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #76674D

#76674D
(118,103,77)
#82745D
(130,116,93)
#8E816D
(142,129,109)
#9A8E7D
(154,142,125)
#A69B8D
(166,155,141)
#B2A89D
(178,168,157)
#BEB5AD
(190,181,173)
#CAC2BD
(202,194,189)
#D6CFCD
(214,207,205)
#E2DCDD
(226,220,221)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76674D; }

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

This text font color is #76674D.


Background Color

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

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

This div background color is #76674D.


Border color

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

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

This div border color is #76674D.


Opacity

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

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

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

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

This text has shadow with #76674D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76674D on black background.


Color preview on white background

This text has color #76674D on white background.



Black color preview on #76674D background

This text has black color on #76674D background.


White color preview on #76674D background

This text has white color on #76674D background.