COLOR #7B4E61

HEX: #7B4E61
RGB: (123,78,97)

Color info

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

RGB color model

#7B4E61 color RGB value is (123,78,97).

  • red value is 123;
  • green value is 78;
  • blue value is 97.
RGB:
(123,78,97)
(48%,31%,38%)

RGB channels and saturation

R 123 of 255 = 48%
G 78 of 255 = 31%
B 97 of 255 = 38%

123
78
97

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

Portions of RGB colors in percentages

R + G + B =
123 + 78 + 97 = 298 (100%)
R 123 of 298 ~ 41.28%
G 78 of 298 ~ 26.17%
B 97 of 298 ~ 32.55%

%41.28
%26.17
%32.55

CMYK color model

#7B4E61 color CMYK value is (0,37,21,52).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 21.14%
  • key color value is 51.76%
CMYK:
(0,37,21,52)
C0M37Y21K52 
(0%,37%,21%,52%)
(0.00/0.37/0.21/0.52)	

CMYK percentages

%0
%36.59
%21.14
%51.76

Codes

Color #7B4E61 in popluar color models

7B4E61
RGB1237897
HSL335°22.39%39.41%
HSB/HSV335°36.59%48.24%
CMYK0.00%36.59%21.14%
51.76%

Color #7B4E61 in popluar number systems.

HEX7B4E61
Decimal1237897
Binary111101110011101100001
Octal173116141

Shades and tints

Shades of #7B4E61

#7B4E61
(123,78,97)
#704759
(112,71,89)
#654051
(101,64,81)
#5A3949
(90,57,73)
#4F3241
(79,50,65)
#442B39
(68,43,57)
#392431
(57,36,49)
#2E1D29
(46,29,41)
#231621
(35,22,33)
#180F19
(24,15,25)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #7B4E61

#7B4E61
(123,78,97)
#875E6F
(135,94,111)
#936E7D
(147,110,125)
#9F7E8B
(159,126,139)
#AB8E99
(171,142,153)
#B79EA7
(183,158,167)
#C3AEB5
(195,174,181)
#CFBEC3
(207,190,195)
#DBCED1
(219,206,209)
#E7DEDF
(231,222,223)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4E61; }

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

This text font color is #7B4E61.


Background Color

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

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

This div background color is #7B4E61.


Border color

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

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

This div border color is #7B4E61.


Opacity

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

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

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

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

This text has shadow with #7B4E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4E61 on black background.


Color preview on white background

This text has color #7B4E61 on white background.



Black color preview on #7B4E61 background

This text has black color on #7B4E61 background.


White color preview on #7B4E61 background

This text has white color on #7B4E61 background.