COLOR #76643A

HEX: #76643A
RGB: (118,100,58)

Color info

#76643A contains mainly red and green colors. Web safe color of #76643A is #666633 (or #663).

RGB color model

#76643A color RGB value is (118,100,58).

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

RGB channels and saturation

R 118 of 255 = 46%
G 100 of 255 = 39%
B 58 of 255 = 23%

118
100
58

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

Portions of RGB colors in percentages

R + G + B =
118 + 100 + 58 = 276 (100%)
R 118 of 276 ~ 42.75%
G 100 of 276 ~ 36.23%
B 58 of 276 ~ 21.01%

%42.75
%36.23
%21.01

CMYK color model

#76643A color CMYK value is (0,15,51,54).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 50.85%
  • key color value is 53.73%
CMYK:
(0,15,51,54)
C0M15Y51K54 
(0%,15%,51%,54%)
(0.00/0.15/0.51/0.54)	

CMYK percentages

%0
%15.25
%50.85
%53.73

Codes

Color #76643A in popluar color models

76643A
RGB11810058
HSL42°34.09%34.51%
HSB/HSV42°50.85%46.27%
CMYK0.00%15.25%50.85%
53.73%

Color #76643A in popluar number systems.

HEX76643A
Decimal11810058
Binary11101101100100111010
Octal16614472

Shades and tints

Shades of #76643A

#76643A
(118,100,58)
#6C5B35
(108,91,53)
#625230
(98,82,48)
#58492B
(88,73,43)
#4E4026
(78,64,38)
#443721
(68,55,33)
#3A2E1C
(58,46,28)
#302517
(48,37,23)
#261C12
(38,28,18)
#1C130D
(28,19,13)
#120A08
(18,10,8)
#000000
(0,0,0)

Tints of #76643A

#76643A
(118,100,58)
#82724B
(130,114,75)
#8E805C
(142,128,92)
#9A8E6D
(154,142,109)
#A69C7E
(166,156,126)
#B2AA8F
(178,170,143)
#BEB8A0
(190,184,160)
#CAC6B1
(202,198,177)
#D6D4C2
(214,212,194)
#E2E2D3
(226,226,211)
#EEF0E4
(238,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76643A; }

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

This text font color is #76643A.


Background Color

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

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

This div background color is #76643A.


Border color

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

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

This div border color is #76643A.


Opacity

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

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

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

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

This text has shadow with #76643A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76643A on black background.


Color preview on white background

This text has color #76643A on white background.



Black color preview on #76643A background

This text has black color on #76643A background.


White color preview on #76643A background

This text has white color on #76643A background.