COLOR #76643D

HEX: #76643D
RGB: (118,100,61)

Color info

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

RGB color model

#76643D color RGB value is (118,100,61).

  • red value is 118;
  • green value is 100;
  • blue value is 61.
RGB:
(118,100,61)
(46%,39%,24%)

RGB channels and saturation

R 118 of 255 = 46%
G 100 of 255 = 39%
B 61 of 255 = 24%

118
100
61

R + G + B ~ 36%. #76643D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 100 + 61 = 279 (100%)
R 118 of 279 ~ 42.29%
G 100 of 279 ~ 35.84%
B 61 of 279 ~ 21.86%

%42.29
%35.84
%21.86

CMYK color model

#76643D color CMYK value is (0,15,48,54).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 48.31%
  • key color value is 53.73%
CMYK:
(0,15,48,54)
C0M15Y48K54 
(0%,15%,48%,54%)
(0.00/0.15/0.48/0.54)	

CMYK percentages

%0
%15.25
%48.31
%53.73

Codes

Color #76643D in popluar color models

76643D
RGB11810061
HSL41°31.84%35.10%
HSB/HSV41°48.31%46.27%
CMYK0.00%15.25%48.31%
53.73%

Color #76643D in popluar number systems.

HEX76643D
Decimal11810061
Binary11101101100100111101
Octal16614475

Shades and tints

Shades of #76643D

#76643D
(118,100,61)
#6C5B38
(108,91,56)
#625233
(98,82,51)
#58492E
(88,73,46)
#4E4029
(78,64,41)
#443724
(68,55,36)
#3A2E1F
(58,46,31)
#30251A
(48,37,26)
#261C15
(38,28,21)
#1C1310
(28,19,16)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #76643D

#76643D
(118,100,61)
#82724E
(130,114,78)
#8E805F
(142,128,95)
#9A8E70
(154,142,112)
#A69C81
(166,156,129)
#B2AA92
(178,170,146)
#BEB8A3
(190,184,163)
#CAC6B4
(202,198,180)
#D6D4C5
(214,212,197)
#E2E2D6
(226,226,214)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76643D color. Also use rgb(118,100,61) instead hex code.

Text Font Color

.myTextColor { color: #76643D; }

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

This text font color is #76643D.


Background Color

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

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

This div background color is #76643D.


Border color

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

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

This div border color is #76643D.


Opacity

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

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

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

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

This text has shadow with #76643D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76643D on black background.


Color preview on white background

This text has color #76643D on white background.



Black color preview on #76643D background

This text has black color on #76643D background.


White color preview on #76643D background

This text has white color on #76643D background.