COLOR #7B6175

HEX: #7B6175
RGB: (123,97,117)

Color info

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

RGB color model

#7B6175 color RGB value is (123,97,117).

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

RGB channels and saturation

R 123 of 255 = 48%
G 97 of 255 = 38%
B 117 of 255 = 46%

123
97
117

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

Portions of RGB colors in percentages

R + G + B =
123 + 97 + 117 = 337 (100%)
R 123 of 337 ~ 36.5%
G 97 of 337 ~ 28.78%
B 117 of 337 ~ 34.72%

%36.5
%28.78
%34.72

CMYK color model

#7B6175 color CMYK value is (0,21,5,52).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 4.88%
  • key color value is 51.76%
CMYK:
(0,21,5,52)
C0M21Y5K52 
(0%,21%,5%,52%)
(0.00/0.21/0.05/0.52)	

CMYK percentages

%0
%21.14
%4.88
%51.76

Codes

Color #7B6175 in popluar color models

7B6175
RGB12397117
HSL314°11.82%43.14%
HSB/HSV314°21.14%48.24%
CMYK0.00%21.14%4.88%
51.76%

Color #7B6175 in popluar number systems.

HEX7B6175
Decimal12397117
Binary111101111000011110101
Octal173141165

Shades and tints

Shades of #7B6175

#7B6175
(123,97,117)
#70596B
(112,89,107)
#655161
(101,81,97)
#5A4957
(90,73,87)
#4F414D
(79,65,77)
#443943
(68,57,67)
#393139
(57,49,57)
#2E292F
(46,41,47)
#232125
(35,33,37)
#18191B
(24,25,27)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #7B6175

#7B6175
(123,97,117)
#876F81
(135,111,129)
#937D8D
(147,125,141)
#9F8B99
(159,139,153)
#AB99A5
(171,153,165)
#B7A7B1
(183,167,177)
#C3B5BD
(195,181,189)
#CFC3C9
(207,195,201)
#DBD1D5
(219,209,213)
#E7DFE1
(231,223,225)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6175; }

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

This text font color is #7B6175.


Background Color

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

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

This div background color is #7B6175.


Border color

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

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

This div border color is #7B6175.


Opacity

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

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

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

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

This text has shadow with #7B6175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6175 on black background.


Color preview on white background

This text has color #7B6175 on white background.



Black color preview on #7B6175 background

This text has black color on #7B6175 background.


White color preview on #7B6175 background

This text has white color on #7B6175 background.