COLOR #764E5C

HEX: #764E5C RGB: (118,78,92)

Color info

#764E5C contains red, green and blue colors in about the same proportion. Web safe color of #764E5C is #666666 (or #666).

RGB color model

#764E5C color RGB value is (118,78,92).

RGB: (118,78,92) (46%, 31%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 78 of 255 = 31%
B 92 of 255 = 36%

118
78
92

R + G + B ~ 38%. #764E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 78 + 92 = 288 (100%)
R 118 of 288 ~ 40.97%
G 78 of 288 ~ 27.08%
B 92 of 288 ~ 31.94'%

%40.97
%27.08
%31.94

CMYK color model

#764E5C color CMYK value is (0,34,22,54).

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 22.03%
  • key color value is 53.73%

CMYK: (0,34,22,54)
C0M34Y22K54 (0%, 34%, 22%, 54%)
(0.00 / 0.34 / 0.22 / 0.54)

CMYK percentages

%0
%33.9
%22.03
%53.73

Codes

Color #764E5C in popluar color models

76 4E 5C
RGB 118 78 92
HSL 339° 20.41% 38.43%
HSB/HSV 339° 33.90% 46.27%
CMYK 0.00% 33.90% 22.03%
53.73%

Color #764E5C in popluar number systems.

HEX 76 4E 5C
Decimal 118 78 92
Binary 1110110 1001110 1011100
Octal 166 116 134

Shades and tints

Shades of #764E5C

#764E5C
(118,78,92)
#6C4754
(108,71,84)
#62404C
(98,64,76)
#583944
(88,57,68)
#4E323C
(78,50,60)
#442B34
(68,43,52)
#3A242C
(58,36,44)
#301D24
(48,29,36)
#26161C
(38,22,28)
#1C0F14
(28,15,20)
#12080C
(18,8,12)
#000000
(0,0,0)

Tints of #764E5C

#764E5C
(118,78,92)
#825E6A
(130,94,106)
#8E6E78
(142,110,120)
#9A7E86
(154,126,134)
#A68E94
(166,142,148)
#B29EA2
(178,158,162)
#BEAEB0
(190,174,176)
#CABEBE
(202,190,190)
#D6CECC
(214,206,204)
#E2DEDA
(226,222,218)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764E5C color. Also use rgb(118,78,92) instead hex code.

Text Font Color

.myTextColor { color: #764E5C; }

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

This text font color is #764E5C.

Background Color

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

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

This div background color is #764E5C.

Border color

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

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

This div border color is #764E5C.

Opacity

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

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

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

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

This text has shadow with #764E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #764E5C.

Preview

Color preview on black background

This text has color #764E5C on black background.


Color preview on white background

This text has color #764E5C on white background.


Black color preview on #764E5C background

This text has black color on #764E5C background.


White color preview on #764E5C background

This text has white color on #764E5C background.


Related colors

Complementary color

Complementary color for #hex is #89B1A3.


I love getcolorcode.com

Triadic colors

1 #5C764E and #4E5C76 with #764E5C are triadic colors.

2 #5C4E76 and #4E765C with #764E5C are triadic colors.