COLOR #764741

HEX: #764741
RGB: (118,71,65)

Color info

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

RGB color model

#764741 color RGB value is (118,71,65).

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

RGB channels and saturation

R 118 of 255 = 46%
G 71 of 255 = 28%
B 65 of 255 = 25%

118
71
65

R + G + B ~ 33%. #764741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 71 + 65 = 254 (100%)
R 118 of 254 ~ 46.46%
G 71 of 254 ~ 27.95%
B 65 of 254 ~ 25.59%

%46.46
%27.95
%25.59

CMYK color model

#764741 color CMYK value is (0,40,45,54).

  • cyan value is 0.00%
  • magenta value is 39.83%
  • yellow value is 44.92%
  • key color value is 53.73%
CMYK:
(0,40,45,54)
C0M40Y45K54 
(0%,40%,45%,54%)
(0.00/0.40/0.45/0.54)	

CMYK percentages

%0
%39.83
%44.92
%53.73

Codes

Color #764741 in popluar color models

764741
RGB1187165
HSL28.96%35.88%
HSB/HSV44.92%46.27%
CMYK0.00%39.83%44.92%
53.73%

Color #764741 in popluar number systems.

HEX764741
Decimal1187165
Binary111011010001111000001
Octal166107101

Shades and tints

Shades of #764741

#764741
(118,71,65)
#6C413C
(108,65,60)
#623B37
(98,59,55)
#583532
(88,53,50)
#4E2F2D
(78,47,45)
#442928
(68,41,40)
#3A2323
(58,35,35)
#301D1E
(48,29,30)
#261719
(38,23,25)
#1C1114
(28,17,20)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #764741

#764741
(118,71,65)
#825752
(130,87,82)
#8E6763
(142,103,99)
#9A7774
(154,119,116)
#A68785
(166,135,133)
#B29796
(178,151,150)
#BEA7A7
(190,167,167)
#CAB7B8
(202,183,184)
#D6C7C9
(214,199,201)
#E2D7DA
(226,215,218)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764741; }

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

This text font color is #764741.


Background Color

.myBgColor { background-color: #764741; }

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

This div background color is #764741.


Border color

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

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

This div border color is #764741.


Opacity

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

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

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

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

This text has shadow with #764741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764741 on black background.


Color preview on white background

This text has color #764741 on white background.



Black color preview on #764741 background

This text has black color on #764741 background.


White color preview on #764741 background

This text has white color on #764741 background.