COLOR #762C6C

HEX: #762C6C RGB: (118,44,108)

Color info

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

RGB color model

#762C6C color RGB value is (118,44,108).

RGB: (118,44,108) (46%, 17%, 42%)

RGB channels and saturation

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

118
44
108

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

Portions of RGB colors in percentages

R + G + B = 118 + 44 + 108 = 270 (100%)
R 118 of 270 ~ 43.7%
G 44 of 270 ~ 16.3%
B 108 of 270 ~ 40'%

%43.7
%16.3
%40

CMYK color model

#762C6C color CMYK value is (0,63,8,54).

  • cyan value is 0.00%
  • magenta value is 62.71%
  • yellow value is 8.47%
  • key color value is 53.73%

CMYK: (0,63,8,54)
C0M63Y8K54 (0%, 63%, 8%, 54%)
(0.00 / 0.63 / 0.08 / 0.54)

CMYK percentages

%0
%62.71
%8.47
%53.73

Codes

Color #762C6C in popluar color models

76 2C 6C
RGB 118 44 108
HSL 308° 45.68% 31.76%
HSB/HSV 308° 62.71% 46.27%
CMYK 0.00% 62.71% 8.47%
53.73%

Color #762C6C in popluar number systems.

HEX 76 2C 6C
Decimal 118 44 108
Binary 1110110 101100 1101100
Octal 166 54 154

Shades and tints

Shades of #762C6C

#762C6C
(118,44,108)
#6C2863
(108,40,99)
#62245A
(98,36,90)
#582051
(88,32,81)
#4E1C48
(78,28,72)
#44183F
(68,24,63)
#3A1436
(58,20,54)
#30102D
(48,16,45)
#260C24
(38,12,36)
#1C081B
(28,8,27)
#120412
(18,4,18)
#000000
(0,0,0)

Tints of #762C6C

#762C6C
(118,44,108)
#823F79
(130,63,121)
#8E5286
(142,82,134)
#9A6593
(154,101,147)
#A678A0
(166,120,160)
#B28BAD
(178,139,173)
#BE9EBA
(190,158,186)
#CAB1C7
(202,177,199)
#D6C4D4
(214,196,212)
#E2D7E1
(226,215,225)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #762C6C; }

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

This text font color is #762C6C.

Background Color

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

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

This div background color is #762C6C.

Border color

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

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

This div border color is #762C6C.

Opacity

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

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

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

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

This text has shadow with #762C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #762C6C.

Preview

Color preview on black background

This text has color #762C6C on black background.


Color preview on white background

This text has color #762C6C on white background.


Black color preview on #762C6C background

This text has black color on #762C6C background.


White color preview on #762C6C background

This text has white color on #762C6C background.


Related colors

Complementary color

Complementary color for #hex is #89D393.


I love getcolorcode.com

Triadic colors

1 #6C762C and #2C6C76 with #762C6C are triadic colors.

2 #6C2C76 and #2C766C with #762C6C are triadic colors.