COLOR #7B404A

HEX: #7B404A
RGB: (123,64,74)

Color info

#7B404A contains red, green and blue colors in about the same proportion. Web safe color of #7B404A is #663333 (or #633).

RGB color model

#7B404A color RGB value is (123,64,74).

  • red value is 123;
  • green value is 64;
  • blue value is 74.
RGB:
(123,64,74)
(48%,25%,29%)

RGB channels and saturation

R 123 of 255 = 48%
G 64 of 255 = 25%
B 74 of 255 = 29%

123
64
74

R + G + B ~ 34%. #7B404A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 64 + 74 = 261 (100%)
R 123 of 261 ~ 47.13%
G 64 of 261 ~ 24.52%
B 74 of 261 ~ 28.35%

%47.13
%24.52
%28.35

CMYK color model

#7B404A color CMYK value is (0,48,40,52).

  • cyan value is 0.00%
  • magenta value is 47.97%
  • yellow value is 39.84%
  • key color value is 51.76%
CMYK:
(0,48,40,52)
C0M48Y40K52 
(0%,48%,40%,52%)
(0.00/0.48/0.40/0.52)	

CMYK percentages

%0
%47.97
%39.84
%51.76

Codes

Color #7B404A in popluar color models

7B404A
RGB1236474
HSL350°31.55%36.67%
HSB/HSV350°47.97%48.24%
CMYK0.00%47.97%39.84%
51.76%

Color #7B404A in popluar number systems.

HEX7B404A
Decimal1236474
Binary111101110000001001010
Octal173100112

Shades and tints

Shades of #7B404A

#7B404A
(123,64,74)
#703B44
(112,59,68)
#65363E
(101,54,62)
#5A3138
(90,49,56)
#4F2C32
(79,44,50)
#44272C
(68,39,44)
#392226
(57,34,38)
#2E1D20
(46,29,32)
#23181A
(35,24,26)
#181314
(24,19,20)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #7B404A

#7B404A
(123,64,74)
#87515A
(135,81,90)
#93626A
(147,98,106)
#9F737A
(159,115,122)
#AB848A
(171,132,138)
#B7959A
(183,149,154)
#C3A6AA
(195,166,170)
#CFB7BA
(207,183,186)
#DBC8CA
(219,200,202)
#E7D9DA
(231,217,218)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B404A color. Also use rgb(123,64,74) instead hex code.

Text Font Color

.myTextColor { color: #7B404A; }

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

This text font color is #7B404A.


Background Color

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

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

This div background color is #7B404A.


Border color

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

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

This div border color is #7B404A.


Opacity

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

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

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

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

This text has shadow with #7B404A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B404A on black background.


Color preview on white background

This text has color #7B404A on white background.



Black color preview on #7B404A background

This text has black color on #7B404A background.


White color preview on #7B404A background

This text has white color on #7B404A background.