COLOR #764560

HEX: #764560
RGB: (118,69,96)

Color info

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

RGB color model

#764560 color RGB value is (118,69,96).

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

RGB channels and saturation

R 118 of 255 = 46%
G 69 of 255 = 27%
B 96 of 255 = 38%

118
69
96

R + G + B ~ 37%. #764560 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 69 + 96 = 283 (100%)
R 118 of 283 ~ 41.7%
G 69 of 283 ~ 24.38%
B 96 of 283 ~ 33.92%

%41.7
%24.38
%33.92

CMYK color model

#764560 color CMYK value is (0,42,19,54).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 18.64%
  • key color value is 53.73%
CMYK:
(0,42,19,54)
C0M42Y19K54 
(0%,42%,19%,54%)
(0.00/0.42/0.19/0.54)	

CMYK percentages

%0
%41.53
%18.64
%53.73

Codes

Color #764560 in popluar color models

764560
RGB1186996
HSL327°26.20%36.67%
HSB/HSV327°41.53%46.27%
CMYK0.00%41.53%18.64%
53.73%

Color #764560 in popluar number systems.

HEX764560
Decimal1186996
Binary111011010001011100000
Octal166105140

Shades and tints

Shades of #764560

#764560
(118,69,96)
#6C3F58
(108,63,88)
#623950
(98,57,80)
#583348
(88,51,72)
#4E2D40
(78,45,64)
#442738
(68,39,56)
#3A2130
(58,33,48)
#301B28
(48,27,40)
#261520
(38,21,32)
#1C0F18
(28,15,24)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #764560

#764560
(118,69,96)
#82556E
(130,85,110)
#8E657C
(142,101,124)
#9A758A
(154,117,138)
#A68598
(166,133,152)
#B295A6
(178,149,166)
#BEA5B4
(190,165,180)
#CAB5C2
(202,181,194)
#D6C5D0
(214,197,208)
#E2D5DE
(226,213,222)
#EEE5EC
(238,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764560; }

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

This text font color is #764560.


Background Color

.myBgColor { background-color: #764560; }

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

This div background color is #764560.


Border color

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

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

This div border color is #764560.


Opacity

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

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

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

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

This text has shadow with #764560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764560 on black background.


Color preview on white background

This text has color #764560 on white background.



Black color preview on #764560 background

This text has black color on #764560 background.


White color preview on #764560 background

This text has white color on #764560 background.