COLOR #76632B

HEX: #76632B
RGB: (118,99,43)

Color info

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

RGB color model

#76632B color RGB value is (118,99,43).

  • red value is 118;
  • green value is 99;
  • blue value is 43.
RGB:
(118,99,43)
(46%,39%,17%)

RGB channels and saturation

R 118 of 255 = 46%
G 99 of 255 = 39%
B 43 of 255 = 17%

118
99
43

R + G + B ~ 34%. #76632B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 99 + 43 = 260 (100%)
R 118 of 260 ~ 45.38%
G 99 of 260 ~ 38.08%
B 43 of 260 ~ 16.54%

%45.38
%38.08
%16.54

CMYK color model

#76632B color CMYK value is (0,16,64,54).

  • cyan value is 0.00%
  • magenta value is 16.10%
  • yellow value is 63.56%
  • key color value is 53.73%
CMYK:
(0,16,64,54)
C0M16Y64K54 
(0%,16%,64%,54%)
(0.00/0.16/0.64/0.54)	

CMYK percentages

%0
%16.1
%63.56
%53.73

Codes

Color #76632B in popluar color models

76632B
RGB1189943
HSL45°46.58%31.57%
HSB/HSV45°63.56%46.27%
CMYK0.00%16.10%63.56%
53.73%

Color #76632B in popluar number systems.

HEX76632B
Decimal1189943
Binary11101101100011101011
Octal16614353

Shades and tints

Shades of #76632B

#76632B
(118,99,43)
#6C5A28
(108,90,40)
#625125
(98,81,37)
#584822
(88,72,34)
#4E3F1F
(78,63,31)
#44361C
(68,54,28)
#3A2D19
(58,45,25)
#302416
(48,36,22)
#261B13
(38,27,19)
#1C1210
(28,18,16)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #76632B

#76632B
(118,99,43)
#82713E
(130,113,62)
#8E7F51
(142,127,81)
#9A8D64
(154,141,100)
#A69B77
(166,155,119)
#B2A98A
(178,169,138)
#BEB79D
(190,183,157)
#CAC5B0
(202,197,176)
#D6D3C3
(214,211,195)
#E2E1D6
(226,225,214)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76632B color. Also use rgb(118,99,43) instead hex code.

Text Font Color

.myTextColor { color: #76632B; }

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

This text font color is #76632B.


Background Color

.myBgColor { background-color: #76632B; }

<div style="background-color:#76632B">Inner text</div>

This div background color is #76632B.


Border color

.myBorderColor { border: 1px solid #76632B; }

<div style="border:3px solid #76632B">Div</div>

This div border color is #76632B.


Opacity

.myOpacity80 { color: #76632B; opacity: 0.8; }

<p style="color:#76632B;opacity:0.8;">80%</p>

Text with #76632B 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 #76632B;}

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

This text has shadow with #76632B color.

.textShadow {text-shadow: 3px 3px 1px #76632B, 3px 3px 1px red;}

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

This text has shadow with #76632B primary color and red secondary color.


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

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

This text has shadow with #76632B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76632B on black background.


Color preview on white background

This text has color #76632B on white background.



Black color preview on #76632B background

This text has black color on #76632B background.


White color preview on #76632B background

This text has white color on #76632B background.