COLOR #76654F

HEX: #76654F
RGB: (118,101,79)

Color info

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

RGB color model

#76654F color RGB value is (118,101,79).

  • red value is 118;
  • green value is 101;
  • blue value is 79.
RGB:
(118,101,79)
(46%,40%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 101 of 255 = 40%
B 79 of 255 = 31%

118
101
79

R + G + B ~ 39%. #76654F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 101 + 79 = 298 (100%)
R 118 of 298 ~ 39.6%
G 101 of 298 ~ 33.89%
B 79 of 298 ~ 26.51%

%39.6
%33.89
%26.51

CMYK color model

#76654F color CMYK value is (0,14,33,54).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 33.05%
  • key color value is 53.73%
CMYK:
(0,14,33,54)
C0M14Y33K54 
(0%,14%,33%,54%)
(0.00/0.14/0.33/0.54)	

CMYK percentages

%0
%14.41
%33.05
%53.73

Codes

Color #76654F in popluar color models

76654F
RGB11810179
HSL34°19.80%38.63%
HSB/HSV34°33.05%46.27%
CMYK0.00%14.41%33.05%
53.73%

Color #76654F in popluar number systems.

HEX76654F
Decimal11810179
Binary111011011001011001111
Octal166145117

Shades and tints

Shades of #76654F

#76654F
(118,101,79)
#6C5C48
(108,92,72)
#625341
(98,83,65)
#584A3A
(88,74,58)
#4E4133
(78,65,51)
#44382C
(68,56,44)
#3A2F25
(58,47,37)
#30261E
(48,38,30)
#261D17
(38,29,23)
#1C1410
(28,20,16)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #76654F

#76654F
(118,101,79)
#82735F
(130,115,95)
#8E816F
(142,129,111)
#9A8F7F
(154,143,127)
#A69D8F
(166,157,143)
#B2AB9F
(178,171,159)
#BEB9AF
(190,185,175)
#CAC7BF
(202,199,191)
#D6D5CF
(214,213,207)
#E2E3DF
(226,227,223)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76654F color. Also use rgb(118,101,79) instead hex code.

Text Font Color

.myTextColor { color: #76654F; }

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

This text font color is #76654F.


Background Color

.myBgColor { background-color: #76654F; }

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

This div background color is #76654F.


Border color

.myBorderColor { border: 1px solid #76654F; }

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

This div border color is #76654F.


Opacity

.myOpacity80 { color: #76654F; opacity: 0.8; }

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

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

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

This text has shadow with #76654F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76654F on black background.


Color preview on white background

This text has color #76654F on white background.



Black color preview on #76654F background

This text has black color on #76654F background.


White color preview on #76654F background

This text has white color on #76654F background.