COLOR #7B425B

HEX: #7B425B
RGB: (123,66,91)

Color info

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

RGB color model

#7B425B color RGB value is (123,66,91).

  • red value is 123;
  • green value is 66;
  • blue value is 91.
RGB:
(123,66,91)
(48%,26%,36%)

RGB channels and saturation

R 123 of 255 = 48%
G 66 of 255 = 26%
B 91 of 255 = 36%

123
66
91

R + G + B ~ 37%. #7B425B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 66 + 91 = 280 (100%)
R 123 of 280 ~ 43.93%
G 66 of 280 ~ 23.57%
B 91 of 280 ~ 32.5%

%43.93
%23.57
%32.5

CMYK color model

#7B425B color CMYK value is (0,46,26,52).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 26.02%
  • key color value is 51.76%
CMYK:
(0,46,26,52)
C0M46Y26K52 
(0%,46%,26%,52%)
(0.00/0.46/0.26/0.52)	

CMYK percentages

%0
%46.34
%26.02
%51.76

Codes

Color #7B425B in popluar color models

7B425B
RGB1236691
HSL334°30.16%37.06%
HSB/HSV334°46.34%48.24%
CMYK0.00%46.34%26.02%
51.76%

Color #7B425B in popluar number systems.

HEX7B425B
Decimal1236691
Binary111101110000101011011
Octal173102133

Shades and tints

Shades of #7B425B

#7B425B
(123,66,91)
#703C53
(112,60,83)
#65364B
(101,54,75)
#5A3043
(90,48,67)
#4F2A3B
(79,42,59)
#442433
(68,36,51)
#391E2B
(57,30,43)
#2E1823
(46,24,35)
#23121B
(35,18,27)
#180C13
(24,12,19)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #7B425B

#7B425B
(123,66,91)
#875369
(135,83,105)
#936477
(147,100,119)
#9F7585
(159,117,133)
#AB8693
(171,134,147)
#B797A1
(183,151,161)
#C3A8AF
(195,168,175)
#CFB9BD
(207,185,189)
#DBCACB
(219,202,203)
#E7DBD9
(231,219,217)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B425B color. Also use rgb(123,66,91) instead hex code.

Text Font Color

.myTextColor { color: #7B425B; }

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

This text font color is #7B425B.


Background Color

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

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

This div background color is #7B425B.


Border color

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

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

This div border color is #7B425B.


Opacity

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

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

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

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

This text has shadow with #7B425B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B425B on black background.


Color preview on white background

This text has color #7B425B on white background.



Black color preview on #7B425B background

This text has black color on #7B425B background.


White color preview on #7B425B background

This text has white color on #7B425B background.