COLOR #764F63

HEX: #764F63
RGB: (118,79,99)

Color info

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

RGB color model

#764F63 color RGB value is (118,79,99).

  • red value is 118;
  • green value is 79;
  • blue value is 99.
RGB:
(118,79,99)
(46%,31%,39%)

RGB channels and saturation

R 118 of 255 = 46%
G 79 of 255 = 31%
B 99 of 255 = 39%

118
79
99

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

Portions of RGB colors in percentages

R + G + B =
118 + 79 + 99 = 296 (100%)
R 118 of 296 ~ 39.86%
G 79 of 296 ~ 26.69%
B 99 of 296 ~ 33.45%

%39.86
%26.69
%33.45

CMYK color model

#764F63 color CMYK value is (0,33,16,54).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 16.10%
  • key color value is 53.73%
CMYK:
(0,33,16,54)
C0M33Y16K54 
(0%,33%,16%,54%)
(0.00/0.33/0.16/0.54)	

CMYK percentages

%0
%33.05
%16.1
%53.73

Codes

Color #764F63 in popluar color models

764F63
RGB1187999
HSL329°19.80%38.63%
HSB/HSV329°33.05%46.27%
CMYK0.00%33.05%16.10%
53.73%

Color #764F63 in popluar number systems.

HEX764F63
Decimal1187999
Binary111011010011111100011
Octal166117143

Shades and tints

Shades of #764F63

#764F63
(118,79,99)
#6C485A
(108,72,90)
#624151
(98,65,81)
#583A48
(88,58,72)
#4E333F
(78,51,63)
#442C36
(68,44,54)
#3A252D
(58,37,45)
#301E24
(48,30,36)
#26171B
(38,23,27)
#1C1012
(28,16,18)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #764F63

#764F63
(118,79,99)
#825F71
(130,95,113)
#8E6F7F
(142,111,127)
#9A7F8D
(154,127,141)
#A68F9B
(166,143,155)
#B29FA9
(178,159,169)
#BEAFB7
(190,175,183)
#CABFC5
(202,191,197)
#D6CFD3
(214,207,211)
#E2DFE1
(226,223,225)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764F63; }

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

This text font color is #764F63.


Background Color

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

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

This div background color is #764F63.


Border color

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

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

This div border color is #764F63.


Opacity

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

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

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

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

This text has shadow with #764F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764F63 on black background.


Color preview on white background

This text has color #764F63 on white background.



Black color preview on #764F63 background

This text has black color on #764F63 background.


White color preview on #764F63 background

This text has white color on #764F63 background.