COLOR #763A68

HEX: #763A68
RGB: (118,58,104)

Color info

#763A68 contains mainly red and blue colors. Web safe color of #763A68 is #663366 (or #636).

RGB color model

#763A68 color RGB value is (118,58,104).

  • red value is 118;
  • green value is 58;
  • blue value is 104.
RGB:
(118,58,104)
(46%,23%,41%)

RGB channels and saturation

R 118 of 255 = 46%
G 58 of 255 = 23%
B 104 of 255 = 41%

118
58
104

R + G + B ~ 37%. #763A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 58 + 104 = 280 (100%)
R 118 of 280 ~ 42.14%
G 58 of 280 ~ 20.71%
B 104 of 280 ~ 37.14%

%42.14
%20.71
%37.14

CMYK color model

#763A68 color CMYK value is (0,51,12,54).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 11.86%
  • key color value is 53.73%
CMYK:
(0,51,12,54)
C0M51Y12K54 
(0%,51%,12%,54%)
(0.00/0.51/0.12/0.54)	

CMYK percentages

%0
%50.85
%11.86
%53.73

Codes

Color #763A68 in popluar color models

763A68
RGB11858104
HSL314°34.09%34.51%
HSB/HSV314°50.85%46.27%
CMYK0.00%50.85%11.86%
53.73%

Color #763A68 in popluar number systems.

HEX763A68
Decimal11858104
Binary11101101110101101000
Octal16672150

Shades and tints

Shades of #763A68

#763A68
(118,58,104)
#6C355F
(108,53,95)
#623056
(98,48,86)
#582B4D
(88,43,77)
#4E2644
(78,38,68)
#44213B
(68,33,59)
#3A1C32
(58,28,50)
#301729
(48,23,41)
#261220
(38,18,32)
#1C0D17
(28,13,23)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #763A68

#763A68
(118,58,104)
#824B75
(130,75,117)
#8E5C82
(142,92,130)
#9A6D8F
(154,109,143)
#A67E9C
(166,126,156)
#B28FA9
(178,143,169)
#BEA0B6
(190,160,182)
#CAB1C3
(202,177,195)
#D6C2D0
(214,194,208)
#E2D3DD
(226,211,221)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763A68 color. Also use rgb(118,58,104) instead hex code.

Text Font Color

.myTextColor { color: #763A68; }

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

This text font color is #763A68.


Background Color

.myBgColor { background-color: #763A68; }

<div style="background-color:#763A68">Inner text</div>

This div background color is #763A68.


Border color

.myBorderColor { border: 1px solid #763A68; }

<div style="border:3px solid #763A68">Div</div>

This div border color is #763A68.


Opacity

.myOpacity80 { color: #763A68; opacity: 0.8; }

<p style="color:#763A68;opacity:0.8;">80%</p>

Text with #763A68 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 #763A68;}

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

This text has shadow with #763A68 color.

.textShadow {text-shadow: 3px 3px 1px #763A68, 3px 3px 1px red;}

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

This text has shadow with #763A68 primary color and red secondary color.


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

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

This text has shadow with #763A68 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763A68 on black background.


Color preview on white background

This text has color #763A68 on white background.



Black color preview on #763A68 background

This text has black color on #763A68 background.


White color preview on #763A68 background

This text has white color on #763A68 background.