COLOR #7B6575

HEX: #7B6575
RGB: (123,101,117)

Color info

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

RGB color model

#7B6575 color RGB value is (123,101,117).

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

RGB channels and saturation

R 123 of 255 = 48%
G 101 of 255 = 40%
B 117 of 255 = 46%

123
101
117

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

Portions of RGB colors in percentages

R + G + B =
123 + 101 + 117 = 341 (100%)
R 123 of 341 ~ 36.07%
G 101 of 341 ~ 29.62%
B 117 of 341 ~ 34.31%

%36.07
%29.62
%34.31

CMYK color model

#7B6575 color CMYK value is (0,18,5,52).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 4.88%
  • key color value is 51.76%
CMYK:
(0,18,5,52)
C0M18Y5K52 
(0%,18%,5%,52%)
(0.00/0.18/0.05/0.52)	

CMYK percentages

%0
%17.89
%4.88
%51.76

Codes

Color #7B6575 in popluar color models

7B6575
RGB123101117
HSL316°9.82%43.92%
HSB/HSV316°17.89%48.24%
CMYK0.00%17.89%4.88%
51.76%

Color #7B6575 in popluar number systems.

HEX7B6575
Decimal123101117
Binary111101111001011110101
Octal173145165

Shades and tints

Shades of #7B6575

#7B6575
(123,101,117)
#705C6B
(112,92,107)
#655361
(101,83,97)
#5A4A57
(90,74,87)
#4F414D
(79,65,77)
#443843
(68,56,67)
#392F39
(57,47,57)
#2E262F
(46,38,47)
#231D25
(35,29,37)
#18141B
(24,20,27)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #7B6575

#7B6575
(123,101,117)
#877381
(135,115,129)
#93818D
(147,129,141)
#9F8F99
(159,143,153)
#AB9DA5
(171,157,165)
#B7ABB1
(183,171,177)
#C3B9BD
(195,185,189)
#CFC7C9
(207,199,201)
#DBD5D5
(219,213,213)
#E7E3E1
(231,227,225)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6575; }

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

This text font color is #7B6575.


Background Color

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

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

This div background color is #7B6575.


Border color

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

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

This div border color is #7B6575.


Opacity

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

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

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

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

This text has shadow with #7B6575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6575 on black background.


Color preview on white background

This text has color #7B6575 on white background.



Black color preview on #7B6575 background

This text has black color on #7B6575 background.


White color preview on #7B6575 background

This text has white color on #7B6575 background.