COLOR #7B6166

HEX: #7B6166
RGB: (123,97,102)

Color info

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

RGB color model

#7B6166 color RGB value is (123,97,102).

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

RGB channels and saturation

R 123 of 255 = 48%
G 97 of 255 = 38%
B 102 of 255 = 40%

123
97
102

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

Portions of RGB colors in percentages

R + G + B =
123 + 97 + 102 = 322 (100%)
R 123 of 322 ~ 38.2%
G 97 of 322 ~ 30.12%
B 102 of 322 ~ 31.68%

%38.2
%30.12
%31.68

CMYK color model

#7B6166 color CMYK value is (0,21,17,52).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 17.07%
  • key color value is 51.76%
CMYK:
(0,21,17,52)
C0M21Y17K52 
(0%,21%,17%,52%)
(0.00/0.21/0.17/0.52)	

CMYK percentages

%0
%21.14
%17.07
%51.76

Codes

Color #7B6166 in popluar color models

7B6166
RGB12397102
HSL348°11.82%43.14%
HSB/HSV348°21.14%48.24%
CMYK0.00%21.14%17.07%
51.76%

Color #7B6166 in popluar number systems.

HEX7B6166
Decimal12397102
Binary111101111000011100110
Octal173141146

Shades and tints

Shades of #7B6166

#7B6166
(123,97,102)
#70595D
(112,89,93)
#655154
(101,81,84)
#5A494B
(90,73,75)
#4F4142
(79,65,66)
#443939
(68,57,57)
#393130
(57,49,48)
#2E2927
(46,41,39)
#23211E
(35,33,30)
#181915
(24,25,21)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #7B6166

#7B6166
(123,97,102)
#876F73
(135,111,115)
#937D80
(147,125,128)
#9F8B8D
(159,139,141)
#AB999A
(171,153,154)
#B7A7A7
(183,167,167)
#C3B5B4
(195,181,180)
#CFC3C1
(207,195,193)
#DBD1CE
(219,209,206)
#E7DFDB
(231,223,219)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6166; }

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

This text font color is #7B6166.


Background Color

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

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

This div background color is #7B6166.


Border color

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

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

This div border color is #7B6166.


Opacity

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

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

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

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

This text has shadow with #7B6166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6166 on black background.


Color preview on white background

This text has color #7B6166 on white background.



Black color preview on #7B6166 background

This text has black color on #7B6166 background.


White color preview on #7B6166 background

This text has white color on #7B6166 background.