COLOR #764446

HEX: #764446
RGB: (118,68,70)

Color info

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

RGB color model

#764446 color RGB value is (118,68,70).

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

RGB channels and saturation

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

118
68
70

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

Portions of RGB colors in percentages

R + G + B =
118 + 68 + 70 = 256 (100%)
R 118 of 256 ~ 46.09%
G 68 of 256 ~ 26.56%
B 70 of 256 ~ 27.34%

%46.09
%26.56
%27.34

CMYK color model

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

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

CMYK percentages

%0
%42.37
%40.68
%53.73

Codes

Color #764446 in popluar color models

764446
RGB1186870
HSL358°26.88%36.47%
HSB/HSV358°42.37%46.27%
CMYK0.00%42.37%40.68%
53.73%

Color #764446 in popluar number systems.

HEX764446
Decimal1186870
Binary111011010001001000110
Octal166104106

Shades and tints

Shades of #764446

#764446
(118,68,70)
#6C3E40
(108,62,64)
#62383A
(98,56,58)
#583234
(88,50,52)
#4E2C2E
(78,44,46)
#442628
(68,38,40)
#3A2022
(58,32,34)
#301A1C
(48,26,28)
#261416
(38,20,22)
#1C0E10
(28,14,16)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #764446

#764446
(118,68,70)
#825556
(130,85,86)
#8E6666
(142,102,102)
#9A7776
(154,119,118)
#A68886
(166,136,134)
#B29996
(178,153,150)
#BEAAA6
(190,170,166)
#CABBB6
(202,187,182)
#D6CCC6
(214,204,198)
#E2DDD6
(226,221,214)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764446; }

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

This text font color is #764446.


Background Color

.myBgColor { background-color: #764446; }

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

This div background color is #764446.


Border color

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

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

This div border color is #764446.


Opacity

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

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

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

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

This text has shadow with #764446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764446 on black background.


Color preview on white background

This text has color #764446 on white background.



Black color preview on #764446 background

This text has black color on #764446 background.


White color preview on #764446 background

This text has white color on #764446 background.