COLOR #7B7671

HEX: #7B7671 RGB: (123,118,113)

Color info

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

RGB color model

#7B7671 color RGB value is (123,118,113).

RGB: (123,118,113) (48%, 46%, 44%)

RGB channels and saturation

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

123
118
113

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

Portions of RGB colors in percentages

R + G + B = 123 + 118 + 113 = 354 (100%)
R 123 of 354 ~ 34.75%
G 118 of 354 ~ 33.33%
B 113 of 354 ~ 31.92'%

%34.75
%33.33
%31.92

CMYK color model

#7B7671 color CMYK value is (0,4,8,52).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 8.13%
  • key color value is 51.76%

CMYK: (0,4,8,52)
C0M4Y8K52 (0%, 4%, 8%, 52%)
(0.00 / 0.04 / 0.08 / 0.52)

CMYK percentages

%0
%4.07
%8.13
%51.76

Codes

Color #7B7671 in popluar color models

7B 76 71
RGB 123 118 113
HSL 30° 4.24% 46.27%
HSB/HSV 30° 8.13% 48.24%
CMYK 0.00% 4.07% 8.13%
51.76%

Color #7B7671 in popluar number systems.

HEX 7B 76 71
Decimal 123 118 113
Binary 1111011 1110110 1110001
Octal 173 166 161

Shades and tints

Shades of #7B7671

#7B7671
(123,118,113)
#706C67
(112,108,103)
#65625D
(101,98,93)
#5A5853
(90,88,83)
#4F4E49
(79,78,73)
#44443F
(68,68,63)
#393A35
(57,58,53)
#2E302B
(46,48,43)
#232621
(35,38,33)
#181C17
(24,28,23)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #7B7671

#7B7671
(123,118,113)
#87827D
(135,130,125)
#938E89
(147,142,137)
#9F9A95
(159,154,149)
#ABA6A1
(171,166,161)
#B7B2AD
(183,178,173)
#C3BEB9
(195,190,185)
#CFCAC5
(207,202,197)
#DBD6D1
(219,214,209)
#E7E2DD
(231,226,221)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7671; }

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

This text font color is #7B7671.

Background Color

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

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

This div background color is #7B7671.

Border color

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

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

This div border color is #7B7671.

Opacity

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

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

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

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

This text has shadow with #7B7671 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7671.

Preview

Color preview on black background

This text has color #7B7671 on black background.


Color preview on white background

This text has color #7B7671 on white background.


Black color preview on #7B7671 background

This text has black color on #7B7671 background.


White color preview on #7B7671 background

This text has white color on #7B7671 background.


Related colors

Complementary color

Complementary color for #hex is #84898E.


I love getcolorcode.com

Triadic colors

1 #717B76 and #76717B with #7B7671 are triadic colors.

2 #71767B and #767B71 with #7B7671 are triadic colors.