COLOR #7B5762

HEX: #7B5762
RGB: (123,87,98)

Color info

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

RGB color model

#7B5762 color RGB value is (123,87,98).

  • red value is 123;
  • green value is 87;
  • blue value is 98.
RGB:
(123,87,98)
(48%,34%,38%)

RGB channels and saturation

R 123 of 255 = 48%
G 87 of 255 = 34%
B 98 of 255 = 38%

123
87
98

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

Portions of RGB colors in percentages

R + G + B =
123 + 87 + 98 = 308 (100%)
R 123 of 308 ~ 39.94%
G 87 of 308 ~ 28.25%
B 98 of 308 ~ 31.82%

%39.94
%28.25
%31.82

CMYK color model

#7B5762 color CMYK value is (0,29,20,52).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 20.33%
  • key color value is 51.76%
CMYK:
(0,29,20,52)
C0M29Y20K52 
(0%,29%,20%,52%)
(0.00/0.29/0.20/0.52)	

CMYK percentages

%0
%29.27
%20.33
%51.76

Codes

Color #7B5762 in popluar color models

7B5762
RGB1238798
HSL342°17.14%41.18%
HSB/HSV342°29.27%48.24%
CMYK0.00%29.27%20.33%
51.76%

Color #7B5762 in popluar number systems.

HEX7B5762
Decimal1238798
Binary111101110101111100010
Octal173127142

Shades and tints

Shades of #7B5762

#7B5762
(123,87,98)
#70505A
(112,80,90)
#654952
(101,73,82)
#5A424A
(90,66,74)
#4F3B42
(79,59,66)
#44343A
(68,52,58)
#392D32
(57,45,50)
#2E262A
(46,38,42)
#231F22
(35,31,34)
#18181A
(24,24,26)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #7B5762

#7B5762
(123,87,98)
#876670
(135,102,112)
#93757E
(147,117,126)
#9F848C
(159,132,140)
#AB939A
(171,147,154)
#B7A2A8
(183,162,168)
#C3B1B6
(195,177,182)
#CFC0C4
(207,192,196)
#DBCFD2
(219,207,210)
#E7DEE0
(231,222,224)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5762 color. Also use rgb(123,87,98) instead hex code.

Text Font Color

.myTextColor { color: #7B5762; }

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

This text font color is #7B5762.


Background Color

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

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

This div background color is #7B5762.


Border color

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

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

This div border color is #7B5762.


Opacity

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

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

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

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

This text has shadow with #7B5762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5762 on black background.


Color preview on white background

This text has color #7B5762 on white background.



Black color preview on #7B5762 background

This text has black color on #7B5762 background.


White color preview on #7B5762 background

This text has white color on #7B5762 background.