COLOR #763D62

HEX: #763D62
RGB: (118,61,98)

Color info

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

RGB color model

#763D62 color RGB value is (118,61,98).

  • red value is 118;
  • green value is 61;
  • blue value is 98.
RGB:
(118,61,98)
(46%,24%,38%)

RGB channels and saturation

R 118 of 255 = 46%
G 61 of 255 = 24%
B 98 of 255 = 38%

118
61
98

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

Portions of RGB colors in percentages

R + G + B =
118 + 61 + 98 = 277 (100%)
R 118 of 277 ~ 42.6%
G 61 of 277 ~ 22.02%
B 98 of 277 ~ 35.38%

%42.6
%22.02
%35.38

CMYK color model

#763D62 color CMYK value is (0,48,17,54).

  • cyan value is 0.00%
  • magenta value is 48.31%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(0,48,17,54)
C0M48Y17K54 
(0%,48%,17%,54%)
(0.00/0.48/0.17/0.54)	

CMYK percentages

%0
%48.31
%16.95
%53.73

Codes

Color #763D62 in popluar color models

763D62
RGB1186198
HSL321°31.84%35.10%
HSB/HSV321°48.31%46.27%
CMYK0.00%48.31%16.95%
53.73%

Color #763D62 in popluar number systems.

HEX763D62
Decimal1186198
Binary11101101111011100010
Octal16675142

Shades and tints

Shades of #763D62

#763D62
(118,61,98)
#6C385A
(108,56,90)
#623352
(98,51,82)
#582E4A
(88,46,74)
#4E2942
(78,41,66)
#44243A
(68,36,58)
#3A1F32
(58,31,50)
#301A2A
(48,26,42)
#261522
(38,21,34)
#1C101A
(28,16,26)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #763D62

#763D62
(118,61,98)
#824E70
(130,78,112)
#8E5F7E
(142,95,126)
#9A708C
(154,112,140)
#A6819A
(166,129,154)
#B292A8
(178,146,168)
#BEA3B6
(190,163,182)
#CAB4C4
(202,180,196)
#D6C5D2
(214,197,210)
#E2D6E0
(226,214,224)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763D62 color. Also use rgb(118,61,98) instead hex code.

Text Font Color

.myTextColor { color: #763D62; }

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

This text font color is #763D62.


Background Color

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

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

This div background color is #763D62.


Border color

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

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

This div border color is #763D62.


Opacity

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

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

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

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

This text has shadow with #763D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763D62 on black background.


Color preview on white background

This text has color #763D62 on white background.



Black color preview on #763D62 background

This text has black color on #763D62 background.


White color preview on #763D62 background

This text has white color on #763D62 background.