COLOR #76547D

HEX: #76547D
RGB: (118,84,125)

Color info

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

RGB color model

#76547D color RGB value is (118,84,125).

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

RGB channels and saturation

R 118 of 255 = 46%
G 84 of 255 = 33%
B 125 of 255 = 49%

118
84
125

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

Portions of RGB colors in percentages

R + G + B =
118 + 84 + 125 = 327 (100%)
R 118 of 327 ~ 36.09%
G 84 of 327 ~ 25.69%
B 125 of 327 ~ 38.23%

%36.09
%25.69
%38.23

CMYK color model

#76547D color CMYK value is (6,33,0,51).

  • cyan value is 5.60%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(6,33,0,51)
C6M33Y0K51 
(6%,33%,0%,51%)
(0.06/0.33/0.00/0.51)	

CMYK percentages

%5.6
%32.8
%0
%50.98

Codes

Color #76547D in popluar color models

76547D
RGB11884125
HSL290°19.62%40.98%
HSB/HSV290°32.80%49.02%
CMYK5.60%32.80%0.00%
50.98%

Color #76547D in popluar number systems.

HEX76547D
Decimal11884125
Binary111011010101001111101
Octal166124175

Shades and tints

Shades of #76547D

#76547D
(118,84,125)
#6C4D72
(108,77,114)
#624667
(98,70,103)
#583F5C
(88,63,92)
#4E3851
(78,56,81)
#443146
(68,49,70)
#3A2A3B
(58,42,59)
#302330
(48,35,48)
#261C25
(38,28,37)
#1C151A
(28,21,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #76547D

#76547D
(118,84,125)
#826388
(130,99,136)
#8E7293
(142,114,147)
#9A819E
(154,129,158)
#A690A9
(166,144,169)
#B29FB4
(178,159,180)
#BEAEBF
(190,174,191)
#CABDCA
(202,189,202)
#D6CCD5
(214,204,213)
#E2DBE0
(226,219,224)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76547D; }

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

This text font color is #76547D.


Background Color

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

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

This div background color is #76547D.


Border color

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

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

This div border color is #76547D.


Opacity

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

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

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

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

This text has shadow with #76547D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76547D on black background.


Color preview on white background

This text has color #76547D on white background.



Black color preview on #76547D background

This text has black color on #76547D background.


White color preview on #76547D background

This text has white color on #76547D background.