COLOR #764B6D

HEX: #764B6D
RGB: (118,75,109)

Color info

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

RGB color model

#764B6D color RGB value is (118,75,109).

  • red value is 118;
  • green value is 75;
  • blue value is 109.
RGB:
(118,75,109)
(46%,29%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 75 of 255 = 29%
B 109 of 255 = 43%

118
75
109

R + G + B ~ 39%. #764B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 75 + 109 = 302 (100%)
R 118 of 302 ~ 39.07%
G 75 of 302 ~ 24.83%
B 109 of 302 ~ 36.09%

%39.07
%24.83
%36.09

CMYK color model

#764B6D color CMYK value is (0,36,8,54).

  • cyan value is 0.00%
  • magenta value is 36.44%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(0,36,8,54)
C0M36Y8K54 
(0%,36%,8%,54%)
(0.00/0.36/0.08/0.54)	

CMYK percentages

%0
%36.44
%7.63
%53.73

Codes

Color #764B6D in popluar color models

764B6D
RGB11875109
HSL313°22.28%37.84%
HSB/HSV313°36.44%46.27%
CMYK0.00%36.44%7.63%
53.73%

Color #764B6D in popluar number systems.

HEX764B6D
Decimal11875109
Binary111011010010111101101
Octal166113155

Shades and tints

Shades of #764B6D

#764B6D
(118,75,109)
#6C4564
(108,69,100)
#623F5B
(98,63,91)
#583952
(88,57,82)
#4E3349
(78,51,73)
#442D40
(68,45,64)
#3A2737
(58,39,55)
#30212E
(48,33,46)
#261B25
(38,27,37)
#1C151C
(28,21,28)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #764B6D

#764B6D
(118,75,109)
#825B7A
(130,91,122)
#8E6B87
(142,107,135)
#9A7B94
(154,123,148)
#A68BA1
(166,139,161)
#B29BAE
(178,155,174)
#BEABBB
(190,171,187)
#CABBC8
(202,187,200)
#D6CBD5
(214,203,213)
#E2DBE2
(226,219,226)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764B6D color. Also use rgb(118,75,109) instead hex code.

Text Font Color

.myTextColor { color: #764B6D; }

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

This text font color is #764B6D.


Background Color

.myBgColor { background-color: #764B6D; }

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

This div background color is #764B6D.


Border color

.myBorderColor { border: 1px solid #764B6D; }

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

This div border color is #764B6D.


Opacity

.myOpacity80 { color: #764B6D; opacity: 0.8; }

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

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

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

This text has shadow with #764B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764B6D on black background.


Color preview on white background

This text has color #764B6D on white background.



Black color preview on #764B6D background

This text has black color on #764B6D background.


White color preview on #764B6D background

This text has white color on #764B6D background.