COLOR #76545B

HEX: #76545B
RGB: (118,84,91)

Color info

#76545B contains red, green and blue colors in about the same proportion. Web safe color of #76545B is #666666 (or #666).

RGB color model

#76545B color RGB value is (118,84,91).

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

RGB channels and saturation

R 118 of 255 = 46%
G 84 of 255 = 33%
B 91 of 255 = 36%

118
84
91

R + G + B ~ 38%. #76545B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 84 + 91 = 293 (100%)
R 118 of 293 ~ 40.27%
G 84 of 293 ~ 28.67%
B 91 of 293 ~ 31.06%

%40.27
%28.67
%31.06

CMYK color model

#76545B color CMYK value is (0,29,23,54).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 22.88%
  • key color value is 53.73%
CMYK:
(0,29,23,54)
C0M29Y23K54 
(0%,29%,23%,54%)
(0.00/0.29/0.23/0.54)	

CMYK percentages

%0
%28.81
%22.88
%53.73

Codes

Color #76545B in popluar color models

76545B
RGB1188491
HSL348°16.83%39.61%
HSB/HSV348°28.81%46.27%
CMYK0.00%28.81%22.88%
53.73%

Color #76545B in popluar number systems.

HEX76545B
Decimal1188491
Binary111011010101001011011
Octal166124133

Shades and tints

Shades of #76545B

#76545B
(118,84,91)
#6C4D53
(108,77,83)
#62464B
(98,70,75)
#583F43
(88,63,67)
#4E383B
(78,56,59)
#443133
(68,49,51)
#3A2A2B
(58,42,43)
#302323
(48,35,35)
#261C1B
(38,28,27)
#1C1513
(28,21,19)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #76545B

#76545B
(118,84,91)
#826369
(130,99,105)
#8E7277
(142,114,119)
#9A8185
(154,129,133)
#A69093
(166,144,147)
#B29FA1
(178,159,161)
#BEAEAF
(190,174,175)
#CABDBD
(202,189,189)
#D6CCCB
(214,204,203)
#E2DBD9
(226,219,217)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76545B color. Also use rgb(118,84,91) instead hex code.

Text Font Color

.myTextColor { color: #76545B; }

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

This text font color is #76545B.


Background Color

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

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

This div background color is #76545B.


Border color

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

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

This div border color is #76545B.


Opacity

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

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

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

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

This text has shadow with #76545B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76545B on black background.


Color preview on white background

This text has color #76545B on white background.



Black color preview on #76545B background

This text has black color on #76545B background.


White color preview on #76545B background

This text has white color on #76545B background.