COLOR #764745

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

118
71
69

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

Portions of RGB colors in percentages

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

%45.74
%27.52
%26.74

CMYK color model

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

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

CMYK percentages

%0
%39.83
%41.53
%53.73

Codes

Color #764745 in popluar color models

764745
RGB1187169
HSL26.20%36.67%
HSB/HSV41.53%46.27%
CMYK0.00%39.83%41.53%
53.73%

Color #764745 in popluar number systems.

HEX764745
Decimal1187169
Binary111011010001111000101
Octal166107105

Shades and tints

Shades of #764745

#764745
(118,71,69)
#6C413F
(108,65,63)
#623B39
(98,59,57)
#583533
(88,53,51)
#4E2F2D
(78,47,45)
#442927
(68,41,39)
#3A2321
(58,35,33)
#301D1B
(48,29,27)
#261715
(38,23,21)
#1C110F
(28,17,15)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #764745

#764745
(118,71,69)
#825755
(130,87,85)
#8E6765
(142,103,101)
#9A7775
(154,119,117)
#A68785
(166,135,133)
#B29795
(178,151,149)
#BEA7A5
(190,167,165)
#CAB7B5
(202,183,181)
#D6C7C5
(214,199,197)
#E2D7D5
(226,215,213)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764745; }

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

This text font color is #764745.


Background Color

.myBgColor { background-color: #764745; }

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

This div background color is #764745.


Border color

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

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

This div border color is #764745.


Opacity

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

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

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

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

This text has shadow with #764745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764745 on black background.


Color preview on white background

This text has color #764745 on white background.



Black color preview on #764745 background

This text has black color on #764745 background.


White color preview on #764745 background

This text has white color on #764745 background.