COLOR #76748D

HEX: #76748D
RGB: (118,116,141)

Color info

#76748D contains red, green and blue colors in about the same proportion. Web safe color of #76748D is #666699 (or #669).

RGB color model

#76748D color RGB value is (118,116,141).

  • red value is 118;
  • green value is 116;
  • blue value is 141.
RGB:
(118,116,141)
(46%,45%,55%)

RGB channels and saturation

R 118 of 255 = 46%
G 116 of 255 = 45%
B 141 of 255 = 55%

118
116
141

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

Portions of RGB colors in percentages

R + G + B =
118 + 116 + 141 = 375 (100%)
R 118 of 375 ~ 31.47%
G 116 of 375 ~ 30.93%
B 141 of 375 ~ 37.6%

%31.47
%30.93
%37.6

CMYK color model

#76748D color CMYK value is (16,18,0,45).

  • cyan value is 16.31%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(16,18,0,45)
C16M18Y0K45 
(16%,18%,0%,45%)
(0.16/0.18/0.00/0.45)	

CMYK percentages

%16.31
%17.73
%0
%44.71

Codes

Color #76748D in popluar color models

76748D
RGB118116141
HSL245°9.88%50.39%
HSB/HSV245°17.73%55.29%
CMYK16.31%17.73%0.00%
44.71%

Color #76748D in popluar number systems.

HEX76748D
Decimal118116141
Binary1110110111010010001101
Octal166164215

Shades and tints

Shades of #76748D

#76748D
(118,116,141)
#6C6A81
(108,106,129)
#626075
(98,96,117)
#585669
(88,86,105)
#4E4C5D
(78,76,93)
#444251
(68,66,81)
#3A3845
(58,56,69)
#302E39
(48,46,57)
#26242D
(38,36,45)
#1C1A21
(28,26,33)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #76748D

#76748D
(118,116,141)
#828097
(130,128,151)
#8E8CA1
(142,140,161)
#9A98AB
(154,152,171)
#A6A4B5
(166,164,181)
#B2B0BF
(178,176,191)
#BEBCC9
(190,188,201)
#CAC8D3
(202,200,211)
#D6D4DD
(214,212,221)
#E2E0E7
(226,224,231)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76748D color. Also use rgb(118,116,141) instead hex code.

Text Font Color

.myTextColor { color: #76748D; }

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

This text font color is #76748D.


Background Color

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

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

This div background color is #76748D.


Border color

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

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

This div border color is #76748D.


Opacity

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

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

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

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

This text has shadow with #76748D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76748D on black background.


Color preview on white background

This text has color #76748D on white background.



Black color preview on #76748D background

This text has black color on #76748D background.


White color preview on #76748D background

This text has white color on #76748D background.