COLOR #764646

HEX: #764646
RGB: (118,70,70)

Color info

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

RGB color model

#764646 color RGB value is (118,70,70).

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

RGB channels and saturation

R 118 of 255 = 46%
G 70 of 255 = 27%
B 70 of 255 = 27%

118
70
70

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

Portions of RGB colors in percentages

R + G + B =
118 + 70 + 70 = 258 (100%)
R 118 of 258 ~ 45.74%
G 70 of 258 ~ 27.13%
B 70 of 258 ~ 27.13%

%45.74
%27.13
%27.13

CMYK color model

#764646 color CMYK value is (0,41,41,54).

  • cyan value is 0.00%
  • magenta value is 40.68%
  • yellow value is 40.68%
  • key color value is 53.73%
CMYK:
(0,41,41,54)
C0M41Y41K54 
(0%,41%,41%,54%)
(0.00/0.41/0.41/0.54)	

CMYK percentages

%0
%40.68
%40.68
%53.73

Codes

Color #764646 in popluar color models

764646
RGB1187070
HSL25.53%36.86%
HSB/HSV40.68%46.27%
CMYK0.00%40.68%40.68%
53.73%

Color #764646 in popluar number systems.

HEX764646
Decimal1187070
Binary111011010001101000110
Octal166106106

Shades and tints

Shades of #764646

#764646
(118,70,70)
#6C4040
(108,64,64)
#623A3A
(98,58,58)
#583434
(88,52,52)
#4E2E2E
(78,46,46)
#442828
(68,40,40)
#3A2222
(58,34,34)
#301C1C
(48,28,28)
#261616
(38,22,22)
#1C1010
(28,16,16)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #764646

#764646
(118,70,70)
#825656
(130,86,86)
#8E6666
(142,102,102)
#9A7676
(154,118,118)
#A68686
(166,134,134)
#B29696
(178,150,150)
#BEA6A6
(190,166,166)
#CAB6B6
(202,182,182)
#D6C6C6
(214,198,198)
#E2D6D6
(226,214,214)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764646; }

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

This text font color is #764646.


Background Color

.myBgColor { background-color: #764646; }

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

This div background color is #764646.


Border color

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

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

This div border color is #764646.


Opacity

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

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

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

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

This text has shadow with #764646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764646 on black background.


Color preview on white background

This text has color #764646 on white background.



Black color preview on #764646 background

This text has black color on #764646 background.


White color preview on #764646 background

This text has white color on #764646 background.