COLOR #762B7B

HEX: #762B7B RGB: (118,43,123)

Color info

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

RGB color model

#762B7B color RGB value is (118,43,123).

RGB: (118,43,123) (46%, 17%, 48%)

RGB channels and saturation

R 118 of 255 = 46%
G 43 of 255 = 17%
B 123 of 255 = 48%

118
43
123

R + G + B ~ 37%. #762B7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 43 + 123 = 284 (100%)
R 118 of 284 ~ 41.55%
G 43 of 284 ~ 15.14%
B 123 of 284 ~ 43.31'%

%41.55
%15.14
%43.31

CMYK color model

#762B7B color CMYK value is (4,65,0,52).

  • cyan value is 4.07%
  • magenta value is 65.04%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (4,65,0,52) C4M65Y0K52 (4%,65%,0%,52%) (0.04/0.65/0.00/0.52) 

CMYK percentages

%4.07
%65.04
%0
%51.76

Codes

Color #762B7B in popluar color models

76 2B 7B
RGB 118 43 123
HSL 296° 48.19% 32.55%
HSB/HSV 296° 65.04% 48.24%
CMYK 4.07% 65.04% 0.00%
51.76%

Color #762B7B in popluar number systems.

HEX 76 2B 7B
Decimal 118 43 123
Binary 1110110 101011 1111011
Octal 166 53 173

Shades and tints

Shades of #762B7B

#762B7B
(118,43,123)
#6C2870
(108,40,112)
#622565
(98,37,101)
#58225A
(88,34,90)
#4E1F4F
(78,31,79)
#441C44
(68,28,68)
#3A1939
(58,25,57)
#30162E
(48,22,46)
#261323
(38,19,35)
#1C1018
(28,16,24)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #762B7B

#762B7B
(118,43,123)
#823E87
(130,62,135)
#8E5193
(142,81,147)
#9A649F
(154,100,159)
#A677AB
(166,119,171)
#B28AB7
(178,138,183)
#BE9DC3
(190,157,195)
#CAB0CF
(202,176,207)
#D6C3DB
(214,195,219)
#E2D6E7
(226,214,231)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762B7B color. Also use rgb(118,43,123) instead hex code.

Text Font Color

.myTextColor { color: #762B7B; }

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

This text font color is #762B7B.

Background Color

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

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

This div background color is #762B7B.

Border color

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

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

This div border color is #762B7B.

Opacity

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

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

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

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

This text has shadow with #762B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #762B7B.

Preview

Color preview on black background

This text has color #762B7B on black background.


Color preview on white background

This text has color #762B7B on white background.


Black color preview on #762B7B background

This text has black color on #762B7B background.


White color preview on #762B7B background

This text has white color on #762B7B background.


Related colors

Complementary color

Complementary color for #hex is #89D484.


I love getcolorcode.com

Triadic colors

1 #7B762B and #2B7B76 with #762B7B are triadic colors.

2 #7B2B76 and #2B767B with #762B7B are triadic colors.