COLOR #7B4866

HEX: #7B4866 RGB: (123,72,102)

Color info

#7B4866 contains red, green and blue colors in about the same proportion. Web safe color of #7B4866 is #663366 (or #636).

RGB color model

#7B4866 color RGB value is (123,72,102).

RGB: (123,72,102) (48%, 28%, 40%)

RGB channels and saturation

R 123 of 255 = 48%
G 72 of 255 = 28%
B 102 of 255 = 40%

123
72
102

R + G + B ~ 39%. #7B4866 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 72 + 102 = 297 (100%)
R 123 of 297 ~ 41.41%
G 72 of 297 ~ 24.24%
B 102 of 297 ~ 34.34'%

%41.41
%24.24
%34.34

CMYK color model

#7B4866 color CMYK value is (0,41,17,52).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 17.07%
  • key color value is 51.76%

CMYK: (0,41,17,52)
C0M41Y17K52 (0%, 41%, 17%, 52%)
(0.00 / 0.41 / 0.17 / 0.52)

CMYK percentages

%0
%41.46
%17.07
%51.76

Codes

Color #7B4866 in popluar color models

7B 48 66
RGB 123 72 102
HSL 325° 26.15% 38.24%
HSB/HSV 325° 41.46% 48.24%
CMYK 0.00% 41.46% 17.07%
51.76%

Color #7B4866 in popluar number systems.

HEX 7B 48 66
Decimal 123 72 102
Binary 1111011 1001000 1100110
Octal 173 110 146

Shades and tints

Shades of #7B4866

#7B4866
(123,72,102)
#70425D
(112,66,93)
#653C54
(101,60,84)
#5A364B
(90,54,75)
#4F3042
(79,48,66)
#442A39
(68,42,57)
#392430
(57,36,48)
#2E1E27
(46,30,39)
#23181E
(35,24,30)
#181215
(24,18,21)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #7B4866

#7B4866
(123,72,102)
#875873
(135,88,115)
#936880
(147,104,128)
#9F788D
(159,120,141)
#AB889A
(171,136,154)
#B798A7
(183,152,167)
#C3A8B4
(195,168,180)
#CFB8C1
(207,184,193)
#DBC8CE
(219,200,206)
#E7D8DB
(231,216,219)
#F3E8E8
(243,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4866 color. Also use rgb(123,72,102) instead hex code.

Text Font Color

.myTextColor { color: #7B4866; }

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

This text font color is #7B4866.

Background Color

.myBgColor { background-color: #7B4866; }

<div style="background-color:#7B4866">Inner text</div>

This div background color is #7B4866.

Border color

.myBorderColor { border: 1px solid #7B4866; }

<div style="border:3px solid #7B4866">Div</div>

This div border color is #7B4866.

Opacity

.myOpacity80 { color: #7B4866; opacity: 0.8; }

<p style="color:#7B4866;opacity:0.8;">80%</p>

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

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

This text has shadow with #7B4866 color.


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

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

This text has shadow with #7B4866 primary color and red secondary color.


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

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

This text has shadow with #7B4866 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7B4866.

Preview

Color preview on black background

This text has color #7B4866 on black background.


Color preview on white background

This text has color #7B4866 on white background.


Black color preview on #7B4866 background

This text has black color on #7B4866 background.


White color preview on #7B4866 background

This text has white color on #7B4866 background.


Related colors

Complementary color

Complementary color for #hex is #84B799.


I love getcolorcode.com

Triadic colors

1 #667B48 and #48667B with #7B4866 are triadic colors.

2 #66487B and #487B66 with #7B4866 are triadic colors.