COLOR #763F56

HEX: #763F56
RGB: (118,63,86)

Color info

#763F56 contains red, green and blue colors in about the same proportion. Web safe color of #763F56 is #663366 (or #636).

RGB color model

#763F56 color RGB value is (118,63,86).

  • red value is 118;
  • green value is 63;
  • blue value is 86.
RGB:
(118,63,86)
(46%,25%,34%)

RGB channels and saturation

R 118 of 255 = 46%
G 63 of 255 = 25%
B 86 of 255 = 34%

118
63
86

R + G + B ~ 35%. #763F56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 63 + 86 = 267 (100%)
R 118 of 267 ~ 44.19%
G 63 of 267 ~ 23.6%
B 86 of 267 ~ 32.21%

%44.19
%23.6
%32.21

CMYK color model

#763F56 color CMYK value is (0,47,27,54).

  • cyan value is 0.00%
  • magenta value is 46.61%
  • yellow value is 27.12%
  • key color value is 53.73%
CMYK:
(0,47,27,54)
C0M47Y27K54 
(0%,47%,27%,54%)
(0.00/0.47/0.27/0.54)	

CMYK percentages

%0
%46.61
%27.12
%53.73

Codes

Color #763F56 in popluar color models

763F56
RGB1186386
HSL335°30.39%35.49%
HSB/HSV335°46.61%46.27%
CMYK0.00%46.61%27.12%
53.73%

Color #763F56 in popluar number systems.

HEX763F56
Decimal1186386
Binary11101101111111010110
Octal16677126

Shades and tints

Shades of #763F56

#763F56
(118,63,86)
#6C3A4F
(108,58,79)
#623548
(98,53,72)
#583041
(88,48,65)
#4E2B3A
(78,43,58)
#442633
(68,38,51)
#3A212C
(58,33,44)
#301C25
(48,28,37)
#26171E
(38,23,30)
#1C1217
(28,18,23)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #763F56

#763F56
(118,63,86)
#825065
(130,80,101)
#8E6174
(142,97,116)
#9A7283
(154,114,131)
#A68392
(166,131,146)
#B294A1
(178,148,161)
#BEA5B0
(190,165,176)
#CAB6BF
(202,182,191)
#D6C7CE
(214,199,206)
#E2D8DD
(226,216,221)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763F56 color. Also use rgb(118,63,86) instead hex code.

Text Font Color

.myTextColor { color: #763F56; }

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

This text font color is #763F56.


Background Color

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

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

This div background color is #763F56.


Border color

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

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

This div border color is #763F56.


Opacity

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

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

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

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

This text has shadow with #763F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763F56 on black background.


Color preview on white background

This text has color #763F56 on white background.



Black color preview on #763F56 background

This text has black color on #763F56 background.


White color preview on #763F56 background

This text has white color on #763F56 background.