COLOR #76542D

HEX: #76542D
RGB: (118,84,45)

Color info

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

RGB color model

#76542D color RGB value is (118,84,45).

  • red value is 118;
  • green value is 84;
  • blue value is 45.
RGB:
(118,84,45)
(46%,33%,18%)

RGB channels and saturation

R 118 of 255 = 46%
G 84 of 255 = 33%
B 45 of 255 = 18%

118
84
45

R + G + B ~ 32%. #76542D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 84 + 45 = 247 (100%)
R 118 of 247 ~ 47.77%
G 84 of 247 ~ 34.01%
B 45 of 247 ~ 18.22%

%47.77
%34.01
%18.22

CMYK color model

#76542D color CMYK value is (0,29,62,54).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 61.86%
  • key color value is 53.73%
CMYK:
(0,29,62,54)
C0M29Y62K54 
(0%,29%,62%,54%)
(0.00/0.29/0.62/0.54)	

CMYK percentages

%0
%28.81
%61.86
%53.73

Codes

Color #76542D in popluar color models

76542D
RGB1188445
HSL32°44.79%31.96%
HSB/HSV32°61.86%46.27%
CMYK0.00%28.81%61.86%
53.73%

Color #76542D in popluar number systems.

HEX76542D
Decimal1188445
Binary11101101010100101101
Octal16612455

Shades and tints

Shades of #76542D

#76542D
(118,84,45)
#6C4D29
(108,77,41)
#624625
(98,70,37)
#583F21
(88,63,33)
#4E381D
(78,56,29)
#443119
(68,49,25)
#3A2A15
(58,42,21)
#302311
(48,35,17)
#261C0D
(38,28,13)
#1C1509
(28,21,9)
#120E05
(18,14,5)
#000000
(0,0,0)

Tints of #76542D

#76542D
(118,84,45)
#826340
(130,99,64)
#8E7253
(142,114,83)
#9A8166
(154,129,102)
#A69079
(166,144,121)
#B29F8C
(178,159,140)
#BEAE9F
(190,174,159)
#CABDB2
(202,189,178)
#D6CCC5
(214,204,197)
#E2DBD8
(226,219,216)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76542D color. Also use rgb(118,84,45) instead hex code.

Text Font Color

.myTextColor { color: #76542D; }

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

This text font color is #76542D.


Background Color

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

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

This div background color is #76542D.


Border color

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

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

This div border color is #76542D.


Opacity

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

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

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

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

This text has shadow with #76542D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76542D on black background.


Color preview on white background

This text has color #76542D on white background.



Black color preview on #76542D background

This text has black color on #76542D background.


White color preview on #76542D background

This text has white color on #76542D background.