COLOR #762F7E

HEX: #762F7E RGB: (118,47,126)

Color info

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

RGB color model

#762F7E color RGB value is (118,47,126).

RGB: (118,47,126) (46%, 18%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 47 of 255 = 18%
B 126 of 255 = 49%

118
47
126

R + G + B ~ 38%. #762F7E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 47 + 126 = 291 (100%)
R 118 of 291 ~ 40.55%
G 47 of 291 ~ 16.15%
B 126 of 291 ~ 43.3'%

%40.55
%16.15
%43.3

CMYK color model

#762F7E color CMYK value is (6,63,0,51).

  • cyan value is 6.35%
  • magenta value is 62.70%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (6,63,0,51)
C6M63Y0K51 (6%, 63%, 0%, 51%)
(0.06 / 0.63 / 0.00 / 0.51)

CMYK percentages

%6.35
%62.7
%0
%50.59

Codes

Color #762F7E in popluar color models

76 2F 7E
RGB 118 47 126
HSL 294° 45.66% 33.92%
HSB/HSV 294° 62.70% 49.41%
CMYK 6.35% 62.70% 0.00%
50.59%

Color #762F7E in popluar number systems.

HEX 76 2F 7E
Decimal 118 47 126
Binary 1110110 101111 1111110
Octal 166 57 176

Shades and tints

Shades of #762F7E

#762F7E
(118,47,126)
#6C2B73
(108,43,115)
#622768
(98,39,104)
#58235D
(88,35,93)
#4E1F52
(78,31,82)
#441B47
(68,27,71)
#3A173C
(58,23,60)
#301331
(48,19,49)
#260F26
(38,15,38)
#1C0B1B
(28,11,27)
#120710
(18,7,16)
#000000
(0,0,0)

Tints of #762F7E

#762F7E
(118,47,126)
#824189
(130,65,137)
#8E5394
(142,83,148)
#9A659F
(154,101,159)
#A677AA
(166,119,170)
#B289B5
(178,137,181)
#BE9BC0
(190,155,192)
#CAADCB
(202,173,203)
#D6BFD6
(214,191,214)
#E2D1E1
(226,209,225)
#EEE3EC
(238,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762F7E color. Also use rgb(118,47,126) instead hex code.

Text Font Color

.myTextColor { color: #762F7E; }

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

This text font color is #762F7E.

Background Color

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

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

This div background color is #762F7E.

Border color

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

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

This div border color is #762F7E.

Opacity

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

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

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

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

This text has shadow with #762F7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #762F7E.

Preview

Color preview on black background

This text has color #762F7E on black background.


Color preview on white background

This text has color #762F7E on white background.


Black color preview on #762F7E background

This text has black color on #762F7E background.


White color preview on #762F7E background

This text has white color on #762F7E background.


Related colors

Complementary color

Complementary color for #hex is #89D081.


I love getcolorcode.com

Triadic colors

1 #7E762F and #2F7E76 with #762F7E are triadic colors.

2 #7E2F76 and #2F767E with #762F7E are triadic colors.