COLOR #7B426A

HEX: #7B426A
RGB: (123,66,106)

Color info

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

RGB color model

#7B426A color RGB value is (123,66,106).

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

RGB channels and saturation

R 123 of 255 = 48%
G 66 of 255 = 26%
B 106 of 255 = 42%

123
66
106

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

Portions of RGB colors in percentages

R + G + B =
123 + 66 + 106 = 295 (100%)
R 123 of 295 ~ 41.69%
G 66 of 295 ~ 22.37%
B 106 of 295 ~ 35.93%

%41.69
%22.37
%35.93

CMYK color model

#7B426A color CMYK value is (0,46,14,52).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 13.82%
  • key color value is 51.76%
CMYK:
(0,46,14,52)
C0M46Y14K52 
(0%,46%,14%,52%)
(0.00/0.46/0.14/0.52)	

CMYK percentages

%0
%46.34
%13.82
%51.76

Codes

Color #7B426A in popluar color models

7B426A
RGB12366106
HSL318°30.16%37.06%
HSB/HSV318°46.34%48.24%
CMYK0.00%46.34%13.82%
51.76%

Color #7B426A in popluar number systems.

HEX7B426A
Decimal12366106
Binary111101110000101101010
Octal173102152

Shades and tints

Shades of #7B426A

#7B426A
(123,66,106)
#703C61
(112,60,97)
#653658
(101,54,88)
#5A304F
(90,48,79)
#4F2A46
(79,42,70)
#44243D
(68,36,61)
#391E34
(57,30,52)
#2E182B
(46,24,43)
#231222
(35,18,34)
#180C19
(24,12,25)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #7B426A

#7B426A
(123,66,106)
#875377
(135,83,119)
#936484
(147,100,132)
#9F7591
(159,117,145)
#AB869E
(171,134,158)
#B797AB
(183,151,171)
#C3A8B8
(195,168,184)
#CFB9C5
(207,185,197)
#DBCAD2
(219,202,210)
#E7DBDF
(231,219,223)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B426A; }

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

This text font color is #7B426A.


Background Color

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

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

This div background color is #7B426A.


Border color

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

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

This div border color is #7B426A.


Opacity

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

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

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

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

This text has shadow with #7B426A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B426A on black background.


Color preview on white background

This text has color #7B426A on white background.



Black color preview on #7B426A background

This text has black color on #7B426A background.


White color preview on #7B426A background

This text has white color on #7B426A background.