COLOR #7B4E63

HEX: #7B4E63 RGB: (123,78,99)

Color info

#7B4E63 contains red, green and blue colors in about the same proportion. Web safe color of #7B4E63 is #666666 (or #666).

RGB color model

#7B4E63 color RGB value is (123,78,99).

RGB: (123,78,99) (48%, 31%, 39%)

RGB channels and saturation

R 123 of 255 = 48%
G 78 of 255 = 31%
B 99 of 255 = 39%

123
78
99

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

Portions of RGB colors in percentages

R + G + B = 123 + 78 + 99 = 300 (100%)
R 123 of 300 ~ 41%
G 78 of 300 ~ 26%
B 99 of 300 ~ 33'%

%41
%26
%33

CMYK color model

#7B4E63 color CMYK value is (0,37,20,52).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 19.51%
  • key color value is 51.76%
CMYK: (0,37,20,52) C0M37Y20K52 (0%,37%,20%,52%) (0.00/0.37/0.20/0.52) 

CMYK percentages

%0
%36.59
%19.51
%51.76

Codes

Color #7B4E63 in popluar color models

7B 4E 63
RGB 123 78 99
HSL 332° 22.39% 39.41%
HSB/HSV 332° 36.59% 48.24%
CMYK 0.00% 36.59% 19.51%
51.76%

Color #7B4E63 in popluar number systems.

HEX 7B 4E 63
Decimal 123 78 99
Binary 1111011 1001110 1100011
Octal 173 116 143

Shades and tints

Shades of #7B4E63

#7B4E63
(123,78,99)
#70475A
(112,71,90)
#654051
(101,64,81)
#5A3948
(90,57,72)
#4F323F
(79,50,63)
#442B36
(68,43,54)
#39242D
(57,36,45)
#2E1D24
(46,29,36)
#23161B
(35,22,27)
#180F12
(24,15,18)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #7B4E63

#7B4E63
(123,78,99)
#875E71
(135,94,113)
#936E7F
(147,110,127)
#9F7E8D
(159,126,141)
#AB8E9B
(171,142,155)
#B79EA9
(183,158,169)
#C3AEB7
(195,174,183)
#CFBEC5
(207,190,197)
#DBCED3
(219,206,211)
#E7DEE1
(231,222,225)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4E63 color. Also use rgb(123,78,99) instead hex code.

Text Font Color

.myTextColor { color: #7B4E63; }

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

This text font color is #7B4E63.

Background Color

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

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

This div background color is #7B4E63.

Border color

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

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

This div border color is #7B4E63.

Opacity

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

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

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

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

This text has shadow with #7B4E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4E63.

Preview

Color preview on black background

This text has color #7B4E63 on black background.


Color preview on white background

This text has color #7B4E63 on white background.


Black color preview on #7B4E63 background

This text has black color on #7B4E63 background.


White color preview on #7B4E63 background

This text has white color on #7B4E63 background.


Related colors

Complementary color

Complementary color for #hex is #84B19C.


I love getcolorcode.com

Triadic colors

1 #637B4E and #4E637B with #7B4E63 are triadic colors.

2 #634E7B and #4E7B63 with #7B4E63 are triadic colors.