COLOR #764B6C

HEX: #764B6C
RGB: (118,75,108)

Color info

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

RGB color model

#764B6C color RGB value is (118,75,108).

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

RGB channels and saturation

R 118 of 255 = 46%
G 75 of 255 = 29%
B 108 of 255 = 42%

118
75
108

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

Portions of RGB colors in percentages

R + G + B =
118 + 75 + 108 = 301 (100%)
R 118 of 301 ~ 39.2%
G 75 of 301 ~ 24.92%
B 108 of 301 ~ 35.88%

%39.2
%24.92
%35.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.44%
  • yellow value is 8.47%
  • 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
%8.47
%53.73

Codes

Color #764B6C in popluar color models

764B6C
RGB11875108
HSL314°22.28%37.84%
HSB/HSV314°36.44%46.27%
CMYK0.00%36.44%8.47%
53.73%

Color #764B6C in popluar number systems.

HEX764B6C
Decimal11875108
Binary111011010010111101100
Octal166113154

Shades and tints

Shades of #764B6C

#764B6C
(118,75,108)
#6C4563
(108,69,99)
#623F5A
(98,63,90)
#583951
(88,57,81)
#4E3348
(78,51,72)
#442D3F
(68,45,63)
#3A2736
(58,39,54)
#30212D
(48,33,45)
#261B24
(38,27,36)
#1C151B
(28,21,27)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #764B6C

#764B6C
(118,75,108)
#825B79
(130,91,121)
#8E6B86
(142,107,134)
#9A7B93
(154,123,147)
#A68BA0
(166,139,160)
#B29BAD
(178,155,173)
#BEABBA
(190,171,186)
#CABBC7
(202,187,199)
#D6CBD4
(214,203,212)
#E2DBE1
(226,219,225)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764B6C; }

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

This text font color is #764B6C.


Background Color

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

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

This div background color is #764B6C.


Border color

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

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

This div border color is #764B6C.


Opacity

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

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

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

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

This text has shadow with #764B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764B6C on black background.


Color preview on white background

This text has color #764B6C on white background.



Black color preview on #764B6C background

This text has black color on #764B6C background.


White color preview on #764B6C background

This text has white color on #764B6C background.