COLOR #763E52

HEX: #763E52
RGB: (118,62,82)

Color info

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

RGB color model

#763E52 color RGB value is (118,62,82).

  • red value is 118;
  • green value is 62;
  • blue value is 82.
RGB:
(118,62,82)
(46%,24%,32%)

RGB channels and saturation

R 118 of 255 = 46%
G 62 of 255 = 24%
B 82 of 255 = 32%

118
62
82

R + G + B ~ 34%. #763E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 62 + 82 = 262 (100%)
R 118 of 262 ~ 45.04%
G 62 of 262 ~ 23.66%
B 82 of 262 ~ 31.3%

%45.04
%23.66
%31.3

CMYK color model

#763E52 color CMYK value is (0,47,31,54).

  • cyan value is 0.00%
  • magenta value is 47.46%
  • yellow value is 30.51%
  • key color value is 53.73%
CMYK:
(0,47,31,54)
C0M47Y31K54 
(0%,47%,31%,54%)
(0.00/0.47/0.31/0.54)	

CMYK percentages

%0
%47.46
%30.51
%53.73

Codes

Color #763E52 in popluar color models

763E52
RGB1186282
HSL339°31.11%35.29%
HSB/HSV339°47.46%46.27%
CMYK0.00%47.46%30.51%
53.73%

Color #763E52 in popluar number systems.

HEX763E52
Decimal1186282
Binary11101101111101010010
Octal16676122

Shades and tints

Shades of #763E52

#763E52
(118,62,82)
#6C394B
(108,57,75)
#623444
(98,52,68)
#582F3D
(88,47,61)
#4E2A36
(78,42,54)
#44252F
(68,37,47)
#3A2028
(58,32,40)
#301B21
(48,27,33)
#26161A
(38,22,26)
#1C1113
(28,17,19)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #763E52

#763E52
(118,62,82)
#824F61
(130,79,97)
#8E6070
(142,96,112)
#9A717F
(154,113,127)
#A6828E
(166,130,142)
#B2939D
(178,147,157)
#BEA4AC
(190,164,172)
#CAB5BB
(202,181,187)
#D6C6CA
(214,198,202)
#E2D7D9
(226,215,217)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763E52 color. Also use rgb(118,62,82) instead hex code.

Text Font Color

.myTextColor { color: #763E52; }

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

This text font color is #763E52.


Background Color

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

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

This div background color is #763E52.


Border color

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

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

This div border color is #763E52.


Opacity

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

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

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

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

This text has shadow with #763E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763E52 on black background.


Color preview on white background

This text has color #763E52 on white background.



Black color preview on #763E52 background

This text has black color on #763E52 background.


White color preview on #763E52 background

This text has white color on #763E52 background.