COLOR #764550

HEX: #764550
RGB: (118,69,80)

Color info

#764550 contains red, green and blue colors in about the same proportion. Web safe color of #764550 is #663366 (or #636).

RGB color model

#764550 color RGB value is (118,69,80).

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

RGB channels and saturation

R 118 of 255 = 46%
G 69 of 255 = 27%
B 80 of 255 = 31%

118
69
80

R + G + B ~ 35%. #764550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 69 + 80 = 267 (100%)
R 118 of 267 ~ 44.19%
G 69 of 267 ~ 25.84%
B 80 of 267 ~ 29.96%

%44.19
%25.84
%29.96

CMYK color model

#764550 color CMYK value is (0,42,32,54).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 32.20%
  • key color value is 53.73%
CMYK:
(0,42,32,54)
C0M42Y32K54 
(0%,42%,32%,54%)
(0.00/0.42/0.32/0.54)	

CMYK percentages

%0
%41.53
%32.2
%53.73

Codes

Color #764550 in popluar color models

764550
RGB1186980
HSL347°26.20%36.67%
HSB/HSV347°41.53%46.27%
CMYK0.00%41.53%32.20%
53.73%

Color #764550 in popluar number systems.

HEX764550
Decimal1186980
Binary111011010001011010000
Octal166105120

Shades and tints

Shades of #764550

#764550
(118,69,80)
#6C3F49
(108,63,73)
#623942
(98,57,66)
#58333B
(88,51,59)
#4E2D34
(78,45,52)
#44272D
(68,39,45)
#3A2126
(58,33,38)
#301B1F
(48,27,31)
#261518
(38,21,24)
#1C0F11
(28,15,17)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #764550

#764550
(118,69,80)
#82555F
(130,85,95)
#8E656E
(142,101,110)
#9A757D
(154,117,125)
#A6858C
(166,133,140)
#B2959B
(178,149,155)
#BEA5AA
(190,165,170)
#CAB5B9
(202,181,185)
#D6C5C8
(214,197,200)
#E2D5D7
(226,213,215)
#EEE5E6
(238,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764550; }

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

This text font color is #764550.


Background Color

.myBgColor { background-color: #764550; }

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

This div background color is #764550.


Border color

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

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

This div border color is #764550.


Opacity

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

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

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

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

This text has shadow with #764550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764550 on black background.


Color preview on white background

This text has color #764550 on white background.



Black color preview on #764550 background

This text has black color on #764550 background.


White color preview on #764550 background

This text has white color on #764550 background.