COLOR #764547

HEX: #764547
RGB: (118,69,71)

Color info

#764547 contains red, green and blue colors in about the same proportion. Web safe color of #764547 is #663333 (or #633).

RGB color model

#764547 color RGB value is (118,69,71).

  • red value is 118;
  • green value is 69;
  • blue value is 71.
RGB:
(118,69,71)
(46%,27%,28%)

RGB channels and saturation

R 118 of 255 = 46%
G 69 of 255 = 27%
B 71 of 255 = 28%

118
69
71

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

Portions of RGB colors in percentages

R + G + B =
118 + 69 + 71 = 258 (100%)
R 118 of 258 ~ 45.74%
G 69 of 258 ~ 26.74%
B 71 of 258 ~ 27.52%

%45.74
%26.74
%27.52

CMYK color model

#764547 color CMYK value is (0,42,40,54).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 39.83%
  • key color value is 53.73%
CMYK:
(0,42,40,54)
C0M42Y40K54 
(0%,42%,40%,54%)
(0.00/0.42/0.40/0.54)	

CMYK percentages

%0
%41.53
%39.83
%53.73

Codes

Color #764547 in popluar color models

764547
RGB1186971
HSL358°26.20%36.67%
HSB/HSV358°41.53%46.27%
CMYK0.00%41.53%39.83%
53.73%

Color #764547 in popluar number systems.

HEX764547
Decimal1186971
Binary111011010001011000111
Octal166105107

Shades and tints

Shades of #764547

#764547
(118,69,71)
#6C3F41
(108,63,65)
#62393B
(98,57,59)
#583335
(88,51,53)
#4E2D2F
(78,45,47)
#442729
(68,39,41)
#3A2123
(58,33,35)
#301B1D
(48,27,29)
#261517
(38,21,23)
#1C0F11
(28,15,17)
#12090B
(18,9,11)
#000000
(0,0,0)

Tints of #764547

#764547
(118,69,71)
#825557
(130,85,87)
#8E6567
(142,101,103)
#9A7577
(154,117,119)
#A68587
(166,133,135)
#B29597
(178,149,151)
#BEA5A7
(190,165,167)
#CAB5B7
(202,181,183)
#D6C5C7
(214,197,199)
#E2D5D7
(226,213,215)
#EEE5E7
(238,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764547 color. Also use rgb(118,69,71) instead hex code.

Text Font Color

.myTextColor { color: #764547; }

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

This text font color is #764547.


Background Color

.myBgColor { background-color: #764547; }

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

This div background color is #764547.


Border color

.myBorderColor { border: 1px solid #764547; }

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

This div border color is #764547.


Opacity

.myOpacity80 { color: #764547; opacity: 0.8; }

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

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

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

This text has shadow with #764547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764547 on black background.


Color preview on white background

This text has color #764547 on white background.



Black color preview on #764547 background

This text has black color on #764547 background.


White color preview on #764547 background

This text has white color on #764547 background.