COLOR #7B7175

HEX: #7B7175
RGB: (123,113,117)

Color info

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

RGB color model

#7B7175 color RGB value is (123,113,117).

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

RGB channels and saturation

R 123 of 255 = 48%
G 113 of 255 = 44%
B 117 of 255 = 46%

123
113
117

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

Portions of RGB colors in percentages

R + G + B =
123 + 113 + 117 = 353 (100%)
R 123 of 353 ~ 34.84%
G 113 of 353 ~ 32.01%
B 117 of 353 ~ 33.14%

%34.84
%32.01
%33.14

CMYK color model

#7B7175 color CMYK value is (0,8,5,52).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 4.88%
  • key color value is 51.76%
CMYK:
(0,8,5,52)
C0M8Y5K52 
(0%,8%,5%,52%)
(0.00/0.08/0.05/0.52)	

CMYK percentages

%0
%8.13
%4.88
%51.76

Codes

Color #7B7175 in popluar color models

7B7175
RGB123113117
HSL336°4.24%46.27%
HSB/HSV336°8.13%48.24%
CMYK0.00%8.13%4.88%
51.76%

Color #7B7175 in popluar number systems.

HEX7B7175
Decimal123113117
Binary111101111100011110101
Octal173161165

Shades and tints

Shades of #7B7175

#7B7175
(123,113,117)
#70676B
(112,103,107)
#655D61
(101,93,97)
#5A5357
(90,83,87)
#4F494D
(79,73,77)
#443F43
(68,63,67)
#393539
(57,53,57)
#2E2B2F
(46,43,47)
#232125
(35,33,37)
#18171B
(24,23,27)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #7B7175

#7B7175
(123,113,117)
#877D81
(135,125,129)
#93898D
(147,137,141)
#9F9599
(159,149,153)
#ABA1A5
(171,161,165)
#B7ADB1
(183,173,177)
#C3B9BD
(195,185,189)
#CFC5C9
(207,197,201)
#DBD1D5
(219,209,213)
#E7DDE1
(231,221,225)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7175; }

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

This text font color is #7B7175.


Background Color

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

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

This div background color is #7B7175.


Border color

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

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

This div border color is #7B7175.


Opacity

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

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

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

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

This text has shadow with #7B7175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7175 on black background.


Color preview on white background

This text has color #7B7175 on white background.



Black color preview on #7B7175 background

This text has black color on #7B7175 background.


White color preview on #7B7175 background

This text has white color on #7B7175 background.