COLOR #76693F

HEX: #76693F
RGB: (118,105,63)

Color info

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

RGB color model

#76693F color RGB value is (118,105,63).

  • red value is 118;
  • green value is 105;
  • blue value is 63.
RGB:
(118,105,63)
(46%,41%,25%)

RGB channels and saturation

R 118 of 255 = 46%
G 105 of 255 = 41%
B 63 of 255 = 25%

118
105
63

R + G + B ~ 37%. #76693F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 105 + 63 = 286 (100%)
R 118 of 286 ~ 41.26%
G 105 of 286 ~ 36.71%
B 63 of 286 ~ 22.03%

%41.26
%36.71
%22.03

CMYK color model

#76693F color CMYK value is (0,11,47,54).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 46.61%
  • key color value is 53.73%
CMYK:
(0,11,47,54)
C0M11Y47K54 
(0%,11%,47%,54%)
(0.00/0.11/0.47/0.54)	

CMYK percentages

%0
%11.02
%46.61
%53.73

Codes

Color #76693F in popluar color models

76693F
RGB11810563
HSL46°30.39%35.49%
HSB/HSV46°46.61%46.27%
CMYK0.00%11.02%46.61%
53.73%

Color #76693F in popluar number systems.

HEX76693F
Decimal11810563
Binary11101101101001111111
Octal16615177

Shades and tints

Shades of #76693F

#76693F
(118,105,63)
#6C603A
(108,96,58)
#625735
(98,87,53)
#584E30
(88,78,48)
#4E452B
(78,69,43)
#443C26
(68,60,38)
#3A3321
(58,51,33)
#302A1C
(48,42,28)
#262117
(38,33,23)
#1C1812
(28,24,18)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #76693F

#76693F
(118,105,63)
#827650
(130,118,80)
#8E8361
(142,131,97)
#9A9072
(154,144,114)
#A69D83
(166,157,131)
#B2AA94
(178,170,148)
#BEB7A5
(190,183,165)
#CAC4B6
(202,196,182)
#D6D1C7
(214,209,199)
#E2DED8
(226,222,216)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76693F color. Also use rgb(118,105,63) instead hex code.

Text Font Color

.myTextColor { color: #76693F; }

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

This text font color is #76693F.


Background Color

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

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

This div background color is #76693F.


Border color

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

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

This div border color is #76693F.


Opacity

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

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

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

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

This text has shadow with #76693F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76693F on black background.


Color preview on white background

This text has color #76693F on white background.



Black color preview on #76693F background

This text has black color on #76693F background.


White color preview on #76693F background

This text has white color on #76693F background.