COLOR #762A50

HEX: #762A50 RGB: (118,42,80)

Color info

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

RGB color model

#762A50 color RGB value is (118,42,80).

RGB: (118,42,80) (46%, 16%, 31%)

RGB channels and saturation

R 118 of 255 = 46%
G 42 of 255 = 16%
B 80 of 255 = 31%

118
42
80

R + G + B ~ 31%. #762A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 42 + 80 = 240 (100%)
R 118 of 240 ~ 49.17%
G 42 of 240 ~ 17.5%
B 80 of 240 ~ 33.33'%

%49.17
%17.5
%33.33

CMYK color model

#762A50 color CMYK value is (0,64,32,54).

  • cyan value is 0.00%
  • magenta value is 64.41%
  • yellow value is 32.20%
  • key color value is 53.73%

CMYK: (0,64,32,54)
C0M64Y32K54 (0%, 64%, 32%, 54%)
(0.00 / 0.64 / 0.32 / 0.54)

CMYK percentages

%0
%64.41
%32.2
%53.73

Codes

Color #762A50 in popluar color models

76 2A 50
RGB 118 42 80
HSL 330° 47.50% 31.37%
HSB/HSV 330° 64.41% 46.27%
CMYK 0.00% 64.41% 32.20%
53.73%

Color #762A50 in popluar number systems.

HEX 76 2A 50
Decimal 118 42 80
Binary 1110110 101010 1010000
Octal 166 52 120

Shades and tints

Shades of #762A50

#762A50
(118,42,80)
#6C2749
(108,39,73)
#622442
(98,36,66)
#58213B
(88,33,59)
#4E1E34
(78,30,52)
#441B2D
(68,27,45)
#3A1826
(58,24,38)
#30151F
(48,21,31)
#261218
(38,18,24)
#1C0F11
(28,15,17)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #762A50

#762A50
(118,42,80)
#823D5F
(130,61,95)
#8E506E
(142,80,110)
#9A637D
(154,99,125)
#A6768C
(166,118,140)
#B2899B
(178,137,155)
#BE9CAA
(190,156,170)
#CAAFB9
(202,175,185)
#D6C2C8
(214,194,200)
#E2D5D7
(226,213,215)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762A50 color. Also use rgb(118,42,80) instead hex code.

Text Font Color

.myTextColor { color: #762A50; }

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

This text font color is #762A50.

Background Color

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

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

This div background color is #762A50.

Border color

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

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

This div border color is #762A50.

Opacity

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

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

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

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

This text has shadow with #762A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #762A50.

Preview

Color preview on black background

This text has color #762A50 on black background.


Color preview on white background

This text has color #762A50 on white background.


Black color preview on #762A50 background

This text has black color on #762A50 background.


White color preview on #762A50 background

This text has white color on #762A50 background.


Related colors

Complementary color

Complementary color for #hex is #89D5AF.


I love getcolorcode.com

Triadic colors

1 #50762A and #2A5076 with #762A50 are triadic colors.

2 #502A76 and #2A7650 with #762A50 are triadic colors.