COLOR #764563

HEX: #764563
RGB: (118,69,99)

Color info

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

RGB color model

#764563 color RGB value is (118,69,99).

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

RGB channels and saturation

R 118 of 255 = 46%
G 69 of 255 = 27%
B 99 of 255 = 39%

118
69
99

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

Portions of RGB colors in percentages

R + G + B =
118 + 69 + 99 = 286 (100%)
R 118 of 286 ~ 41.26%
G 69 of 286 ~ 24.13%
B 99 of 286 ~ 34.62%

%41.26
%24.13
%34.62

CMYK color model

#764563 color CMYK value is (0,42,16,54).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 16.10%
  • key color value is 53.73%
CMYK:
(0,42,16,54)
C0M42Y16K54 
(0%,42%,16%,54%)
(0.00/0.42/0.16/0.54)	

CMYK percentages

%0
%41.53
%16.1
%53.73

Codes

Color #764563 in popluar color models

764563
RGB1186999
HSL323°26.20%36.67%
HSB/HSV323°41.53%46.27%
CMYK0.00%41.53%16.10%
53.73%

Color #764563 in popluar number systems.

HEX764563
Decimal1186999
Binary111011010001011100011
Octal166105143

Shades and tints

Shades of #764563

#764563
(118,69,99)
#6C3F5A
(108,63,90)
#623951
(98,57,81)
#583348
(88,51,72)
#4E2D3F
(78,45,63)
#442736
(68,39,54)
#3A212D
(58,33,45)
#301B24
(48,27,36)
#26151B
(38,21,27)
#1C0F12
(28,15,18)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #764563

#764563
(118,69,99)
#825571
(130,85,113)
#8E657F
(142,101,127)
#9A758D
(154,117,141)
#A6859B
(166,133,155)
#B295A9
(178,149,169)
#BEA5B7
(190,165,183)
#CAB5C5
(202,181,197)
#D6C5D3
(214,197,211)
#E2D5E1
(226,213,225)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764563; }

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

This text font color is #764563.


Background Color

.myBgColor { background-color: #764563; }

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

This div background color is #764563.


Border color

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

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

This div border color is #764563.


Opacity

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

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

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

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

This text has shadow with #764563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764563 on black background.


Color preview on white background

This text has color #764563 on white background.



Black color preview on #764563 background

This text has black color on #764563 background.


White color preview on #764563 background

This text has white color on #764563 background.