COLOR #7B425D

HEX: #7B425D
RGB: (123,66,93)

Color info

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

RGB color model

#7B425D color RGB value is (123,66,93).

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

RGB channels and saturation

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

123
66
93

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

Portions of RGB colors in percentages

R + G + B =
123 + 66 + 93 = 282 (100%)
R 123 of 282 ~ 43.62%
G 66 of 282 ~ 23.4%
B 93 of 282 ~ 32.98%

%43.62
%23.4
%32.98

CMYK color model

#7B425D color CMYK value is (0,46,24,52).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 24.39%
  • key color value is 51.76%
CMYK:
(0,46,24,52)
C0M46Y24K52 
(0%,46%,24%,52%)
(0.00/0.46/0.24/0.52)	

CMYK percentages

%0
%46.34
%24.39
%51.76

Codes

Color #7B425D in popluar color models

7B425D
RGB1236693
HSL332°30.16%37.06%
HSB/HSV332°46.34%48.24%
CMYK0.00%46.34%24.39%
51.76%

Color #7B425D in popluar number systems.

HEX7B425D
Decimal1236693
Binary111101110000101011101
Octal173102135

Shades and tints

Shades of #7B425D

#7B425D
(123,66,93)
#703C55
(112,60,85)
#65364D
(101,54,77)
#5A3045
(90,48,69)
#4F2A3D
(79,42,61)
#442435
(68,36,53)
#391E2D
(57,30,45)
#2E1825
(46,24,37)
#23121D
(35,18,29)
#180C15
(24,12,21)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #7B425D

#7B425D
(123,66,93)
#87536B
(135,83,107)
#936479
(147,100,121)
#9F7587
(159,117,135)
#AB8695
(171,134,149)
#B797A3
(183,151,163)
#C3A8B1
(195,168,177)
#CFB9BF
(207,185,191)
#DBCACD
(219,202,205)
#E7DBDB
(231,219,219)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B425D; }

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

This text font color is #7B425D.


Background Color

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

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

This div background color is #7B425D.


Border color

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

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

This div border color is #7B425D.


Opacity

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

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

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

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

This text has shadow with #7B425D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B425D on black background.


Color preview on white background

This text has color #7B425D on white background.



Black color preview on #7B425D background

This text has black color on #7B425D background.


White color preview on #7B425D background

This text has white color on #7B425D background.