COLOR #76537D

HEX: #76537D
RGB: (118,83,125)

Color info

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

RGB color model

#76537D color RGB value is (118,83,125).

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

RGB channels and saturation

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

118
83
125

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

Portions of RGB colors in percentages

R + G + B =
118 + 83 + 125 = 326 (100%)
R 118 of 326 ~ 36.2%
G 83 of 326 ~ 25.46%
B 125 of 326 ~ 38.34%

%36.2
%25.46
%38.34

CMYK color model

#76537D color CMYK value is (6,34,0,51).

  • cyan value is 5.60%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(6,34,0,51)
C6M34Y0K51 
(6%,34%,0%,51%)
(0.06/0.34/0.00/0.51)	

CMYK percentages

%5.6
%33.6
%0
%50.98

Codes

Color #76537D in popluar color models

76537D
RGB11883125
HSL290°20.19%40.78%
HSB/HSV290°33.60%49.02%
CMYK5.60%33.60%0.00%
50.98%

Color #76537D in popluar number systems.

HEX76537D
Decimal11883125
Binary111011010100111111101
Octal166123175

Shades and tints

Shades of #76537D

#76537D
(118,83,125)
#6C4C72
(108,76,114)
#624567
(98,69,103)
#583E5C
(88,62,92)
#4E3751
(78,55,81)
#443046
(68,48,70)
#3A293B
(58,41,59)
#302230
(48,34,48)
#261B25
(38,27,37)
#1C141A
(28,20,26)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #76537D

#76537D
(118,83,125)
#826288
(130,98,136)
#8E7193
(142,113,147)
#9A809E
(154,128,158)
#A68FA9
(166,143,169)
#B29EB4
(178,158,180)
#BEADBF
(190,173,191)
#CABCCA
(202,188,202)
#D6CBD5
(214,203,213)
#E2DAE0
(226,218,224)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76537D; }

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

This text font color is #76537D.


Background Color

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

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

This div background color is #76537D.


Border color

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

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

This div border color is #76537D.


Opacity

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

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

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

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

This text has shadow with #76537D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76537D on black background.


Color preview on white background

This text has color #76537D on white background.



Black color preview on #76537D background

This text has black color on #76537D background.


White color preview on #76537D background

This text has white color on #76537D background.