COLOR #76522E

HEX: #76522E
RGB: (118,82,46)

Color info

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

RGB color model

#76522E color RGB value is (118,82,46).

  • red value is 118;
  • green value is 82;
  • blue value is 46.
RGB:
(118,82,46)
(46%,32%,18%)

RGB channels and saturation

R 118 of 255 = 46%
G 82 of 255 = 32%
B 46 of 255 = 18%

118
82
46

R + G + B ~ 32%. #76522E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 82 + 46 = 246 (100%)
R 118 of 246 ~ 47.97%
G 82 of 246 ~ 33.33%
B 46 of 246 ~ 18.7%

%47.97
%33.33
%18.7

CMYK color model

#76522E color CMYK value is (0,31,61,54).

  • cyan value is 0.00%
  • magenta value is 30.51%
  • yellow value is 61.02%
  • key color value is 53.73%
CMYK:
(0,31,61,54)
C0M31Y61K54 
(0%,31%,61%,54%)
(0.00/0.31/0.61/0.54)	

CMYK percentages

%0
%30.51
%61.02
%53.73

Codes

Color #76522E in popluar color models

76522E
RGB1188246
HSL30°43.90%32.16%
HSB/HSV30°61.02%46.27%
CMYK0.00%30.51%61.02%
53.73%

Color #76522E in popluar number systems.

HEX76522E
Decimal1188246
Binary11101101010010101110
Octal16612256

Shades and tints

Shades of #76522E

#76522E
(118,82,46)
#6C4B2A
(108,75,42)
#624426
(98,68,38)
#583D22
(88,61,34)
#4E361E
(78,54,30)
#442F1A
(68,47,26)
#3A2816
(58,40,22)
#302112
(48,33,18)
#261A0E
(38,26,14)
#1C130A
(28,19,10)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #76522E

#76522E
(118,82,46)
#826141
(130,97,65)
#8E7054
(142,112,84)
#9A7F67
(154,127,103)
#A68E7A
(166,142,122)
#B29D8D
(178,157,141)
#BEACA0
(190,172,160)
#CABBB3
(202,187,179)
#D6CAC6
(214,202,198)
#E2D9D9
(226,217,217)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76522E color. Also use rgb(118,82,46) instead hex code.

Text Font Color

.myTextColor { color: #76522E; }

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

This text font color is #76522E.


Background Color

.myBgColor { background-color: #76522E; }

<div style="background-color:#76522E">Inner text</div>

This div background color is #76522E.


Border color

.myBorderColor { border: 1px solid #76522E; }

<div style="border:3px solid #76522E">Div</div>

This div border color is #76522E.


Opacity

.myOpacity80 { color: #76522E; opacity: 0.8; }

<p style="color:#76522E;opacity:0.8;">80%</p>

Text with #76522E 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 #76522E;}

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

This text has shadow with #76522E color.

.textShadow {text-shadow: 3px 3px 1px #76522E, 3px 3px 1px red;}

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

This text has shadow with #76522E primary color and red secondary color.


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

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

This text has shadow with #76522E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76522E on black background.


Color preview on white background

This text has color #76522E on white background.



Black color preview on #76522E background

This text has black color on #76522E background.


White color preview on #76522E background

This text has white color on #76522E background.