COLOR #76507A

HEX: #76507A
RGB: (118,80,122)

Color info

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

RGB color model

#76507A color RGB value is (118,80,122).

  • red value is 118;
  • green value is 80;
  • blue value is 122.
RGB:
(118,80,122)
(46%,31%,48%)

RGB channels and saturation

R 118 of 255 = 46%
G 80 of 255 = 31%
B 122 of 255 = 48%

118
80
122

R + G + B ~ 42%. #76507A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 80 + 122 = 320 (100%)
R 118 of 320 ~ 36.88%
G 80 of 320 ~ 25%
B 122 of 320 ~ 38.13%

%36.88
%25
%38.13

CMYK color model

#76507A color CMYK value is (3,34,0,52).

  • cyan value is 3.28%
  • magenta value is 34.43%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(3,34,0,52)
C3M34Y0K52 
(3%,34%,0%,52%)
(0.03/0.34/0.00/0.52)	

CMYK percentages

%3.28
%34.43
%0
%52.16

Codes

Color #76507A in popluar color models

76507A
RGB11880122
HSL294°20.79%39.61%
HSB/HSV294°34.43%47.84%
CMYK3.28%34.43%0.00%
52.16%

Color #76507A in popluar number systems.

HEX76507A
Decimal11880122
Binary111011010100001111010
Octal166120172

Shades and tints

Shades of #76507A

#76507A
(118,80,122)
#6C496F
(108,73,111)
#624264
(98,66,100)
#583B59
(88,59,89)
#4E344E
(78,52,78)
#442D43
(68,45,67)
#3A2638
(58,38,56)
#301F2D
(48,31,45)
#261822
(38,24,34)
#1C1117
(28,17,23)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #76507A

#76507A
(118,80,122)
#825F86
(130,95,134)
#8E6E92
(142,110,146)
#9A7D9E
(154,125,158)
#A68CAA
(166,140,170)
#B29BB6
(178,155,182)
#BEAAC2
(190,170,194)
#CAB9CE
(202,185,206)
#D6C8DA
(214,200,218)
#E2D7E6
(226,215,230)
#EEE6F2
(238,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76507A color. Also use rgb(118,80,122) instead hex code.

Text Font Color

.myTextColor { color: #76507A; }

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

This text font color is #76507A.


Background Color

.myBgColor { background-color: #76507A; }

<div style="background-color:#76507A">Inner text</div>

This div background color is #76507A.


Border color

.myBorderColor { border: 1px solid #76507A; }

<div style="border:3px solid #76507A">Div</div>

This div border color is #76507A.


Opacity

.myOpacity80 { color: #76507A; opacity: 0.8; }

<p style="color:#76507A;opacity:0.8;">80%</p>

Text with #76507A 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 #76507A;}

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

This text has shadow with #76507A color.

.textShadow {text-shadow: 3px 3px 1px #76507A, 3px 3px 1px red;}

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

This text has shadow with #76507A primary color and red secondary color.


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

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

This text has shadow with #76507A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76507A on black background.


Color preview on white background

This text has color #76507A on white background.



Black color preview on #76507A background

This text has black color on #76507A background.


White color preview on #76507A background

This text has white color on #76507A background.