COLOR #7B6170

HEX: #7B6170
RGB: (123,97,112)

Color info

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

RGB color model

#7B6170 color RGB value is (123,97,112).

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

RGB channels and saturation

R 123 of 255 = 48%
G 97 of 255 = 38%
B 112 of 255 = 44%

123
97
112

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

Portions of RGB colors in percentages

R + G + B =
123 + 97 + 112 = 332 (100%)
R 123 of 332 ~ 37.05%
G 97 of 332 ~ 29.22%
B 112 of 332 ~ 33.73%

%37.05
%29.22
%33.73

CMYK color model

#7B6170 color CMYK value is (0,21,9,52).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 8.94%
  • key color value is 51.76%
CMYK:
(0,21,9,52)
C0M21Y9K52 
(0%,21%,9%,52%)
(0.00/0.21/0.09/0.52)	

CMYK percentages

%0
%21.14
%8.94
%51.76

Codes

Color #7B6170 in popluar color models

7B6170
RGB12397112
HSL325°11.82%43.14%
HSB/HSV325°21.14%48.24%
CMYK0.00%21.14%8.94%
51.76%

Color #7B6170 in popluar number systems.

HEX7B6170
Decimal12397112
Binary111101111000011110000
Octal173141160

Shades and tints

Shades of #7B6170

#7B6170
(123,97,112)
#705966
(112,89,102)
#65515C
(101,81,92)
#5A4952
(90,73,82)
#4F4148
(79,65,72)
#44393E
(68,57,62)
#393134
(57,49,52)
#2E292A
(46,41,42)
#232120
(35,33,32)
#181916
(24,25,22)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #7B6170

#7B6170
(123,97,112)
#876F7D
(135,111,125)
#937D8A
(147,125,138)
#9F8B97
(159,139,151)
#AB99A4
(171,153,164)
#B7A7B1
(183,167,177)
#C3B5BE
(195,181,190)
#CFC3CB
(207,195,203)
#DBD1D8
(219,209,216)
#E7DFE5
(231,223,229)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6170; }

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

This text font color is #7B6170.


Background Color

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

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

This div background color is #7B6170.


Border color

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

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

This div border color is #7B6170.


Opacity

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

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

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

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

This text has shadow with #7B6170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6170 on black background.


Color preview on white background

This text has color #7B6170 on white background.



Black color preview on #7B6170 background

This text has black color on #7B6170 background.


White color preview on #7B6170 background

This text has white color on #7B6170 background.