COLOR #764F73

HEX: #764F73 RGB: (118,79,115)

Color info

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

RGB color model

#764F73 color RGB value is (118,79,115).

RGB: (118,79,115) (46%, 31%, 45%)

RGB channels and saturation

R 118 of 255 = 46%
G 79 of 255 = 31%
B 115 of 255 = 45%

118
79
115

R + G + B ~ 41%. #764F73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 79 + 115 = 312 (100%)
R 118 of 312 ~ 37.82%
G 79 of 312 ~ 25.32%
B 115 of 312 ~ 36.86'%

%37.82
%25.32
%36.86

CMYK color model

#764F73 color CMYK value is (0,33,3,54).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 2.54%
  • key color value is 53.73%

CMYK: (0,33,3,54)
C0M33Y3K54 (0%, 33%, 3%, 54%)
(0.00 / 0.33 / 0.03 / 0.54)

CMYK percentages

%0
%33.05
%2.54
%53.73

Codes

Color #764F73 in popluar color models

76 4F 73
RGB 118 79 115
HSL 305° 19.80% 38.63%
HSB/HSV 305° 33.05% 46.27%
CMYK 0.00% 33.05% 2.54%
53.73%

Color #764F73 in popluar number systems.

HEX 76 4F 73
Decimal 118 79 115
Binary 1110110 1001111 1110011
Octal 166 117 163

Shades and tints

Shades of #764F73

#764F73
(118,79,115)
#6C4869
(108,72,105)
#62415F
(98,65,95)
#583A55
(88,58,85)
#4E334B
(78,51,75)
#442C41
(68,44,65)
#3A2537
(58,37,55)
#301E2D
(48,30,45)
#261723
(38,23,35)
#1C1019
(28,16,25)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #764F73

#764F73
(118,79,115)
#825F7F
(130,95,127)
#8E6F8B
(142,111,139)
#9A7F97
(154,127,151)
#A68FA3
(166,143,163)
#B29FAF
(178,159,175)
#BEAFBB
(190,175,187)
#CABFC7
(202,191,199)
#D6CFD3
(214,207,211)
#E2DFDF
(226,223,223)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764F73 color. Also use rgb(118,79,115) instead hex code.

Text Font Color

.myTextColor { color: #764F73; }

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

This text font color is #764F73.

Background Color

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

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

This div background color is #764F73.

Border color

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

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

This div border color is #764F73.

Opacity

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

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

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

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

This text has shadow with #764F73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #764F73.

Preview

Color preview on black background

This text has color #764F73 on black background.


Color preview on white background

This text has color #764F73 on white background.


Black color preview on #764F73 background

This text has black color on #764F73 background.


White color preview on #764F73 background

This text has white color on #764F73 background.


Related colors

Complementary color

Complementary color for #hex is #89B08C.


I love getcolorcode.com

Triadic colors

1 #73764F and #4F7376 with #764F73 are triadic colors.

2 #734F76 and #4F7673 with #764F73 are triadic colors.