COLOR #7B5A70

HEX: #7B5A70
RGB: (123,90,112)

Color info

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

RGB color model

#7B5A70 color RGB value is (123,90,112).

  • red value is 123;
  • green value is 90;
  • blue value is 112.
RGB:
(123,90,112)
(48%,35%,44%)

RGB channels and saturation

R 123 of 255 = 48%
G 90 of 255 = 35%
B 112 of 255 = 44%

123
90
112

R + G + B ~ 42%. #7B5A70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 90 + 112 = 325 (100%)
R 123 of 325 ~ 37.85%
G 90 of 325 ~ 27.69%
B 112 of 325 ~ 34.46%

%37.85
%27.69
%34.46

CMYK color model

#7B5A70 color CMYK value is (0,27,9,52).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 8.94%
  • key color value is 51.76%
CMYK:
(0,27,9,52)
C0M27Y9K52 
(0%,27%,9%,52%)
(0.00/0.27/0.09/0.52)	

CMYK percentages

%0
%26.83
%8.94
%51.76

Codes

Color #7B5A70 in popluar color models

7B5A70
RGB12390112
HSL320°15.49%41.76%
HSB/HSV320°26.83%48.24%
CMYK0.00%26.83%8.94%
51.76%

Color #7B5A70 in popluar number systems.

HEX7B5A70
Decimal12390112
Binary111101110110101110000
Octal173132160

Shades and tints

Shades of #7B5A70

#7B5A70
(123,90,112)
#705266
(112,82,102)
#654A5C
(101,74,92)
#5A4252
(90,66,82)
#4F3A48
(79,58,72)
#44323E
(68,50,62)
#392A34
(57,42,52)
#2E222A
(46,34,42)
#231A20
(35,26,32)
#181216
(24,18,22)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #7B5A70

#7B5A70
(123,90,112)
#87697D
(135,105,125)
#93788A
(147,120,138)
#9F8797
(159,135,151)
#AB96A4
(171,150,164)
#B7A5B1
(183,165,177)
#C3B4BE
(195,180,190)
#CFC3CB
(207,195,203)
#DBD2D8
(219,210,216)
#E7E1E5
(231,225,229)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5A70 color. Also use rgb(123,90,112) instead hex code.

Text Font Color

.myTextColor { color: #7B5A70; }

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

This text font color is #7B5A70.


Background Color

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

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

This div background color is #7B5A70.


Border color

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

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

This div border color is #7B5A70.


Opacity

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

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

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

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

This text has shadow with #7B5A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5A70 on black background.


Color preview on white background

This text has color #7B5A70 on white background.



Black color preview on #7B5A70 background

This text has black color on #7B5A70 background.


White color preview on #7B5A70 background

This text has white color on #7B5A70 background.