COLOR #76652B

HEX: #76652B
RGB: (118,101,43)

Color info

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

RGB color model

#76652B color RGB value is (118,101,43).

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

RGB channels and saturation

R 118 of 255 = 46%
G 101 of 255 = 40%
B 43 of 255 = 17%

118
101
43

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

Portions of RGB colors in percentages

R + G + B =
118 + 101 + 43 = 262 (100%)
R 118 of 262 ~ 45.04%
G 101 of 262 ~ 38.55%
B 43 of 262 ~ 16.41%

%45.04
%38.55
%16.41

CMYK color model

#76652B color CMYK value is (0,14,64,54).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 63.56%
  • key color value is 53.73%
CMYK:
(0,14,64,54)
C0M14Y64K54 
(0%,14%,64%,54%)
(0.00/0.14/0.64/0.54)	

CMYK percentages

%0
%14.41
%63.56
%53.73

Codes

Color #76652B in popluar color models

76652B
RGB11810143
HSL46°46.58%31.57%
HSB/HSV46°63.56%46.27%
CMYK0.00%14.41%63.56%
53.73%

Color #76652B in popluar number systems.

HEX76652B
Decimal11810143
Binary11101101100101101011
Octal16614553

Shades and tints

Shades of #76652B

#76652B
(118,101,43)
#6C5C28
(108,92,40)
#625325
(98,83,37)
#584A22
(88,74,34)
#4E411F
(78,65,31)
#44381C
(68,56,28)
#3A2F19
(58,47,25)
#302616
(48,38,22)
#261D13
(38,29,19)
#1C1410
(28,20,16)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #76652B

#76652B
(118,101,43)
#82733E
(130,115,62)
#8E8151
(142,129,81)
#9A8F64
(154,143,100)
#A69D77
(166,157,119)
#B2AB8A
(178,171,138)
#BEB99D
(190,185,157)
#CAC7B0
(202,199,176)
#D6D5C3
(214,213,195)
#E2E3D6
(226,227,214)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76652B; }

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

This text font color is #76652B.


Background Color

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

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

This div background color is #76652B.


Border color

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

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

This div border color is #76652B.


Opacity

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

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

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

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

This text has shadow with #76652B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76652B on black background.


Color preview on white background

This text has color #76652B on white background.



Black color preview on #76652B background

This text has black color on #76652B background.


White color preview on #76652B background

This text has white color on #76652B background.