COLOR #763965

HEX: #763965
RGB: (118,57,101)

Color info

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

RGB color model

#763965 color RGB value is (118,57,101).

  • red value is 118;
  • green value is 57;
  • blue value is 101.
RGB:
(118,57,101)
(46%,22%,40%)

RGB channels and saturation

R 118 of 255 = 46%
G 57 of 255 = 22%
B 101 of 255 = 40%

118
57
101

R + G + B ~ 36%. #763965 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 57 + 101 = 276 (100%)
R 118 of 276 ~ 42.75%
G 57 of 276 ~ 20.65%
B 101 of 276 ~ 36.59%

%42.75
%20.65
%36.59

CMYK color model

#763965 color CMYK value is (0,52,14,54).

  • cyan value is 0.00%
  • magenta value is 51.69%
  • yellow value is 14.41%
  • key color value is 53.73%
CMYK:
(0,52,14,54)
C0M52Y14K54 
(0%,52%,14%,54%)
(0.00/0.52/0.14/0.54)	

CMYK percentages

%0
%51.69
%14.41
%53.73

Codes

Color #763965 in popluar color models

763965
RGB11857101
HSL317°34.86%34.31%
HSB/HSV317°51.69%46.27%
CMYK0.00%51.69%14.41%
53.73%

Color #763965 in popluar number systems.

HEX763965
Decimal11857101
Binary11101101110011100101
Octal16671145

Shades and tints

Shades of #763965

#763965
(118,57,101)
#6C345C
(108,52,92)
#622F53
(98,47,83)
#582A4A
(88,42,74)
#4E2541
(78,37,65)
#442038
(68,32,56)
#3A1B2F
(58,27,47)
#301626
(48,22,38)
#26111D
(38,17,29)
#1C0C14
(28,12,20)
#12070B
(18,7,11)
#000000
(0,0,0)

Tints of #763965

#763965
(118,57,101)
#824B73
(130,75,115)
#8E5D81
(142,93,129)
#9A6F8F
(154,111,143)
#A6819D
(166,129,157)
#B293AB
(178,147,171)
#BEA5B9
(190,165,185)
#CAB7C7
(202,183,199)
#D6C9D5
(214,201,213)
#E2DBE3
(226,219,227)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763965 color. Also use rgb(118,57,101) instead hex code.

Text Font Color

.myTextColor { color: #763965; }

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

This text font color is #763965.


Background Color

.myBgColor { background-color: #763965; }

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

This div background color is #763965.


Border color

.myBorderColor { border: 1px solid #763965; }

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

This div border color is #763965.


Opacity

.myOpacity80 { color: #763965; opacity: 0.8; }

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

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

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

This text has shadow with #763965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763965 on black background.


Color preview on white background

This text has color #763965 on white background.



Black color preview on #763965 background

This text has black color on #763965 background.


White color preview on #763965 background

This text has white color on #763965 background.