COLOR #764C6A

HEX: #764C6A
RGB: (118,76,106)

Color info

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

RGB color model

#764C6A color RGB value is (118,76,106).

  • red value is 118;
  • green value is 76;
  • blue value is 106.
RGB:
(118,76,106)
(46%,30%,42%)

RGB channels and saturation

R 118 of 255 = 46%
G 76 of 255 = 30%
B 106 of 255 = 42%

118
76
106

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

Portions of RGB colors in percentages

R + G + B =
118 + 76 + 106 = 300 (100%)
R 118 of 300 ~ 39.33%
G 76 of 300 ~ 25.33%
B 106 of 300 ~ 35.33%

%39.33
%25.33
%35.33

CMYK color model

#764C6A color CMYK value is (0,36,10,54).

  • cyan value is 0.00%
  • magenta value is 35.59%
  • yellow value is 10.17%
  • key color value is 53.73%
CMYK:
(0,36,10,54)
C0M36Y10K54 
(0%,36%,10%,54%)
(0.00/0.36/0.10/0.54)	

CMYK percentages

%0
%35.59
%10.17
%53.73

Codes

Color #764C6A in popluar color models

764C6A
RGB11876106
HSL317°21.65%38.04%
HSB/HSV317°35.59%46.27%
CMYK0.00%35.59%10.17%
53.73%

Color #764C6A in popluar number systems.

HEX764C6A
Decimal11876106
Binary111011010011001101010
Octal166114152

Shades and tints

Shades of #764C6A

#764C6A
(118,76,106)
#6C4661
(108,70,97)
#624058
(98,64,88)
#583A4F
(88,58,79)
#4E3446
(78,52,70)
#442E3D
(68,46,61)
#3A2834
(58,40,52)
#30222B
(48,34,43)
#261C22
(38,28,34)
#1C1619
(28,22,25)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #764C6A

#764C6A
(118,76,106)
#825C77
(130,92,119)
#8E6C84
(142,108,132)
#9A7C91
(154,124,145)
#A68C9E
(166,140,158)
#B29CAB
(178,156,171)
#BEACB8
(190,172,184)
#CABCC5
(202,188,197)
#D6CCD2
(214,204,210)
#E2DCDF
(226,220,223)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764C6A color. Also use rgb(118,76,106) instead hex code.

Text Font Color

.myTextColor { color: #764C6A; }

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

This text font color is #764C6A.


Background Color

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

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

This div background color is #764C6A.


Border color

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

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

This div border color is #764C6A.


Opacity

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

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

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

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

This text has shadow with #764C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764C6A on black background.


Color preview on white background

This text has color #764C6A on white background.



Black color preview on #764C6A background

This text has black color on #764C6A background.


White color preview on #764C6A background

This text has white color on #764C6A background.