COLOR #764F6B

HEX: #764F6B RGB: (118,79,107)

Color info

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

RGB color model

#764F6B color RGB value is (118,79,107).

RGB: (118,79,107) (46%, 31%, 42%)

RGB channels and saturation

R 118 of 255 = 46%
G 79 of 255 = 31%
B 107 of 255 = 42%

118
79
107

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

Portions of RGB colors in percentages

R + G + B = 118 + 79 + 107 = 304 (100%)
R 118 of 304 ~ 38.82%
G 79 of 304 ~ 25.99%
B 107 of 304 ~ 35.2'%

%38.82
%25.99
%35.2

CMYK color model

#764F6B color CMYK value is (0,33,9,54).

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

CMYK: (0,33,9,54)
C0M33Y9K54 (0%, 33%, 9%, 54%)
(0.00 / 0.33 / 0.09 / 0.54)

CMYK percentages

%0
%33.05
%9.32
%53.73

Codes

Color #764F6B in popluar color models

76 4F 6B
RGB 118 79 107
HSL 317° 19.80% 38.63%
HSB/HSV 317° 33.05% 46.27%
CMYK 0.00% 33.05% 9.32%
53.73%

Color #764F6B in popluar number systems.

HEX 76 4F 6B
Decimal 118 79 107
Binary 1110110 1001111 1101011
Octal 166 117 153

Shades and tints

Shades of #764F6B

#764F6B
(118,79,107)
#6C4862
(108,72,98)
#624159
(98,65,89)
#583A50
(88,58,80)
#4E3347
(78,51,71)
#442C3E
(68,44,62)
#3A2535
(58,37,53)
#301E2C
(48,30,44)
#261723
(38,23,35)
#1C101A
(28,16,26)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #764F6B

#764F6B
(118,79,107)
#825F78
(130,95,120)
#8E6F85
(142,111,133)
#9A7F92
(154,127,146)
#A68F9F
(166,143,159)
#B29FAC
(178,159,172)
#BEAFB9
(190,175,185)
#CABFC6
(202,191,198)
#D6CFD3
(214,207,211)
#E2DFE0
(226,223,224)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764F6B; }

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

This text font color is #764F6B.

Background Color

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

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

This div background color is #764F6B.

Border color

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

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

This div border color is #764F6B.

Opacity

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

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

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

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

This text has shadow with #764F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #764F6B.

Preview

Color preview on black background

This text has color #764F6B on black background.


Color preview on white background

This text has color #764F6B on white background.


Black color preview on #764F6B background

This text has black color on #764F6B background.


White color preview on #764F6B background

This text has white color on #764F6B background.


Related colors

Complementary color

Complementary color for #hex is #89B094.


I love getcolorcode.com

Triadic colors

1 #6B764F and #4F6B76 with #764F6B are triadic colors.

2 #6B4F76 and #4F766B with #764F6B are triadic colors.