COLOR #76637D

HEX: #76637D
RGB: (118,99,125)

Color info

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

RGB color model

#76637D color RGB value is (118,99,125).

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

RGB channels and saturation

R 118 of 255 = 46%
G 99 of 255 = 39%
B 125 of 255 = 49%

118
99
125

R + G + B ~ 45%. #76637D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 99 + 125 = 342 (100%)
R 118 of 342 ~ 34.5%
G 99 of 342 ~ 28.95%
B 125 of 342 ~ 36.55%

%34.5
%28.95
%36.55

CMYK color model

#76637D color CMYK value is (6,21,0,51).

  • cyan value is 5.60%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(6,21,0,51)
C6M21Y0K51 
(6%,21%,0%,51%)
(0.06/0.21/0.00/0.51)	

CMYK percentages

%5.6
%20.8
%0
%50.98

Codes

Color #76637D in popluar color models

76637D
RGB11899125
HSL284°11.61%43.92%
HSB/HSV284°20.80%49.02%
CMYK5.60%20.80%0.00%
50.98%

Color #76637D in popluar number systems.

HEX76637D
Decimal11899125
Binary111011011000111111101
Octal166143175

Shades and tints

Shades of #76637D

#76637D
(118,99,125)
#6C5A72
(108,90,114)
#625167
(98,81,103)
#58485C
(88,72,92)
#4E3F51
(78,63,81)
#443646
(68,54,70)
#3A2D3B
(58,45,59)
#302430
(48,36,48)
#261B25
(38,27,37)
#1C121A
(28,18,26)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #76637D

#76637D
(118,99,125)
#827188
(130,113,136)
#8E7F93
(142,127,147)
#9A8D9E
(154,141,158)
#A69BA9
(166,155,169)
#B2A9B4
(178,169,180)
#BEB7BF
(190,183,191)
#CAC5CA
(202,197,202)
#D6D3D5
(214,211,213)
#E2E1E0
(226,225,224)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76637D color. Also use rgb(118,99,125) instead hex code.

Text Font Color

.myTextColor { color: #76637D; }

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

This text font color is #76637D.


Background Color

.myBgColor { background-color: #76637D; }

<div style="background-color:#76637D">Inner text</div>

This div background color is #76637D.


Border color

.myBorderColor { border: 1px solid #76637D; }

<div style="border:3px solid #76637D">Div</div>

This div border color is #76637D.


Opacity

.myOpacity80 { color: #76637D; opacity: 0.8; }

<p style="color:#76637D;opacity:0.8;">80%</p>

Text with #76637D 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 #76637D;}

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

This text has shadow with #76637D color.

.textShadow {text-shadow: 3px 3px 1px #76637D, 3px 3px 1px red;}

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

This text has shadow with #76637D primary color and red secondary color.


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

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

This text has shadow with #76637D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76637D on black background.


Color preview on white background

This text has color #76637D on white background.



Black color preview on #76637D background

This text has black color on #76637D background.


White color preview on #76637D background

This text has white color on #76637D background.