COLOR #7B515C

HEX: #7B515C
RGB: (123,81,92)

Color info

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

RGB color model

#7B515C color RGB value is (123,81,92).

  • red value is 123;
  • green value is 81;
  • blue value is 92.
RGB:
(123,81,92)
(48%,32%,36%)

RGB channels and saturation

R 123 of 255 = 48%
G 81 of 255 = 32%
B 92 of 255 = 36%

123
81
92

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

Portions of RGB colors in percentages

R + G + B =
123 + 81 + 92 = 296 (100%)
R 123 of 296 ~ 41.55%
G 81 of 296 ~ 27.36%
B 92 of 296 ~ 31.08%

%41.55
%27.36
%31.08

CMYK color model

#7B515C color CMYK value is (0,34,25,52).

  • cyan value is 0.00%
  • magenta value is 34.15%
  • yellow value is 25.20%
  • key color value is 51.76%
CMYK:
(0,34,25,52)
C0M34Y25K52 
(0%,34%,25%,52%)
(0.00/0.34/0.25/0.52)	

CMYK percentages

%0
%34.15
%25.2
%51.76

Codes

Color #7B515C in popluar color models

7B515C
RGB1238192
HSL344°20.59%40.00%
HSB/HSV344°34.15%48.24%
CMYK0.00%34.15%25.20%
51.76%

Color #7B515C in popluar number systems.

HEX7B515C
Decimal1238192
Binary111101110100011011100
Octal173121134

Shades and tints

Shades of #7B515C

#7B515C
(123,81,92)
#704A54
(112,74,84)
#65434C
(101,67,76)
#5A3C44
(90,60,68)
#4F353C
(79,53,60)
#442E34
(68,46,52)
#39272C
(57,39,44)
#2E2024
(46,32,36)
#23191C
(35,25,28)
#181214
(24,18,20)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #7B515C

#7B515C
(123,81,92)
#87606A
(135,96,106)
#936F78
(147,111,120)
#9F7E86
(159,126,134)
#AB8D94
(171,141,148)
#B79CA2
(183,156,162)
#C3ABB0
(195,171,176)
#CFBABE
(207,186,190)
#DBC9CC
(219,201,204)
#E7D8DA
(231,216,218)
#F3E7E8
(243,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B515C color. Also use rgb(123,81,92) instead hex code.

Text Font Color

.myTextColor { color: #7B515C; }

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

This text font color is #7B515C.


Background Color

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

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

This div background color is #7B515C.


Border color

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

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

This div border color is #7B515C.


Opacity

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

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

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

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

This text has shadow with #7B515C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B515C on black background.


Color preview on white background

This text has color #7B515C on white background.



Black color preview on #7B515C background

This text has black color on #7B515C background.


White color preview on #7B515C background

This text has white color on #7B515C background.