COLOR #7B6970

HEX: #7B6970 RGB: (123,105,112)

Color info

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

RGB color model

#7B6970 color RGB value is (123,105,112).

RGB: (123,105,112) (48%, 41%, 44%)

RGB channels and saturation

R 123 of 255 = 48%
G 105 of 255 = 41%
B 112 of 255 = 44%

123
105
112

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

Portions of RGB colors in percentages

R + G + B = 123 + 105 + 112 = 340 (100%)
R 123 of 340 ~ 36.18%
G 105 of 340 ~ 30.88%
B 112 of 340 ~ 32.94'%

%36.18
%30.88
%32.94

CMYK color model

#7B6970 color CMYK value is (0,15,9,52).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 8.94%
  • key color value is 51.76%

CMYK: (0,15,9,52)
C0M15Y9K52 (0%, 15%, 9%, 52%)
(0.00 / 0.15 / 0.09 / 0.52)

CMYK percentages

%0
%14.63
%8.94
%51.76

Codes

Color #7B6970 in popluar color models

7B 69 70
RGB 123 105 112
HSL 337° 7.89% 44.71%
HSB/HSV 337° 14.63% 48.24%
CMYK 0.00% 14.63% 8.94%
51.76%

Color #7B6970 in popluar number systems.

HEX 7B 69 70
Decimal 123 105 112
Binary 1111011 1101001 1110000
Octal 173 151 160

Shades and tints

Shades of #7B6970

#7B6970
(123,105,112)
#706066
(112,96,102)
#65575C
(101,87,92)
#5A4E52
(90,78,82)
#4F4548
(79,69,72)
#443C3E
(68,60,62)
#393334
(57,51,52)
#2E2A2A
(46,42,42)
#232120
(35,33,32)
#181816
(24,24,22)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #7B6970

#7B6970
(123,105,112)
#87767D
(135,118,125)
#93838A
(147,131,138)
#9F9097
(159,144,151)
#AB9DA4
(171,157,164)
#B7AAB1
(183,170,177)
#C3B7BE
(195,183,190)
#CFC4CB
(207,196,203)
#DBD1D8
(219,209,216)
#E7DEE5
(231,222,229)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6970; }

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

This text font color is #7B6970.

Background Color

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

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

This div background color is #7B6970.

Border color

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

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

This div border color is #7B6970.

Opacity

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

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

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

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

This text has shadow with #7B6970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6970.

Preview

Color preview on black background

This text has color #7B6970 on black background.


Color preview on white background

This text has color #7B6970 on white background.


Black color preview on #7B6970 background

This text has black color on #7B6970 background.


White color preview on #7B6970 background

This text has white color on #7B6970 background.


Related colors

Complementary color

Complementary color for #hex is #84968F.


I love getcolorcode.com

Triadic colors

1 #707B69 and #69707B with #7B6970 are triadic colors.

2 #70697B and #697B70 with #7B6970 are triadic colors.