COLOR #762C6B

HEX: #762C6B
RGB: (118,44,107)

Color info

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

RGB color model

#762C6B color RGB value is (118,44,107).

  • red value is 118;
  • green value is 44;
  • blue value is 107.
RGB:
(118,44,107)
(46%,17%,42%)

RGB channels and saturation

R 118 of 255 = 46%
G 44 of 255 = 17%
B 107 of 255 = 42%

118
44
107

R + G + B ~ 35%. #762C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 44 + 107 = 269 (100%)
R 118 of 269 ~ 43.87%
G 44 of 269 ~ 16.36%
B 107 of 269 ~ 39.78%

%43.87
%16.36
%39.78

CMYK color model

#762C6B color CMYK value is (0,63,9,54).

  • cyan value is 0.00%
  • magenta value is 62.71%
  • yellow value is 9.32%
  • key color value is 53.73%
CMYK:
(0,63,9,54)
C0M63Y9K54 
(0%,63%,9%,54%)
(0.00/0.63/0.09/0.54)	

CMYK percentages

%0
%62.71
%9.32
%53.73

Codes

Color #762C6B in popluar color models

762C6B
RGB11844107
HSL309°45.68%31.76%
HSB/HSV309°62.71%46.27%
CMYK0.00%62.71%9.32%
53.73%

Color #762C6B in popluar number systems.

HEX762C6B
Decimal11844107
Binary11101101011001101011
Octal16654153

Shades and tints

Shades of #762C6B

#762C6B
(118,44,107)
#6C2862
(108,40,98)
#622459
(98,36,89)
#582050
(88,32,80)
#4E1C47
(78,28,71)
#44183E
(68,24,62)
#3A1435
(58,20,53)
#30102C
(48,16,44)
#260C23
(38,12,35)
#1C081A
(28,8,26)
#120411
(18,4,17)
#000000
(0,0,0)

Tints of #762C6B

#762C6B
(118,44,107)
#823F78
(130,63,120)
#8E5285
(142,82,133)
#9A6592
(154,101,146)
#A6789F
(166,120,159)
#B28BAC
(178,139,172)
#BE9EB9
(190,158,185)
#CAB1C6
(202,177,198)
#D6C4D3
(214,196,211)
#E2D7E0
(226,215,224)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762C6B color. Also use rgb(118,44,107) instead hex code.

Text Font Color

.myTextColor { color: #762C6B; }

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

This text font color is #762C6B.


Background Color

.myBgColor { background-color: #762C6B; }

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

This div background color is #762C6B.


Border color

.myBorderColor { border: 1px solid #762C6B; }

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

This div border color is #762C6B.


Opacity

.myOpacity80 { color: #762C6B; opacity: 0.8; }

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

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

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

This text has shadow with #762C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762C6B on black background.


Color preview on white background

This text has color #762C6B on white background.



Black color preview on #762C6B background

This text has black color on #762C6B background.


White color preview on #762C6B background

This text has white color on #762C6B background.