COLOR #7C7671

HEX: #7C7671
RGB: (124,118,113)

Color info

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

RGB color model

#7C7671 color RGB value is (124,118,113).

  • red value is 124;
  • green value is 118;
  • blue value is 113.
RGB:
(124,118,113)
(49%,46%,44%)

RGB channels and saturation

R 124 of 255 = 49%
G 118 of 255 = 46%
B 113 of 255 = 44%

124
118
113

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

Portions of RGB colors in percentages

R + G + B =
124 + 118 + 113 = 355 (100%)
R 124 of 355 ~ 34.93%
G 118 of 355 ~ 33.24%
B 113 of 355 ~ 31.83%

%34.93
%33.24
%31.83

CMYK color model

#7C7671 color CMYK value is (0,5,9,51).

  • cyan value is 0.00%
  • magenta value is 4.84%
  • yellow value is 8.87%
  • key color value is 51.37%
CMYK:
(0,5,9,51)
C0M5Y9K51 
(0%,5%,9%,51%)
(0.00/0.05/0.09/0.51)	

CMYK percentages

%0
%4.84
%8.87
%51.37

Codes

Color #7C7671 in popluar color models

7C7671
RGB124118113
HSL27°4.64%46.47%
HSB/HSV27°8.87%48.63%
CMYK0.00%4.84%8.87%
51.37%

Color #7C7671 in popluar number systems.

HEX7C7671
Decimal124118113
Binary111110011101101110001
Octal174166161

Shades and tints

Shades of #7C7671

#7C7671
(124,118,113)
#716C67
(113,108,103)
#66625D
(102,98,93)
#5B5853
(91,88,83)
#504E49
(80,78,73)
#45443F
(69,68,63)
#3A3A35
(58,58,53)
#2F302B
(47,48,43)
#242621
(36,38,33)
#191C17
(25,28,23)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #7C7671

#7C7671
(124,118,113)
#87827D
(135,130,125)
#928E89
(146,142,137)
#9D9A95
(157,154,149)
#A8A6A1
(168,166,161)
#B3B2AD
(179,178,173)
#BEBEB9
(190,190,185)
#C9CAC5
(201,202,197)
#D4D6D1
(212,214,209)
#DFE2DD
(223,226,221)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7671; }

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

This text font color is #7C7671.


Background Color

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

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

This div background color is #7C7671.


Border color

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

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

This div border color is #7C7671.


Opacity

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

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

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

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

This text has shadow with #7C7671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7671 on black background.


Color preview on white background

This text has color #7C7671 on white background.



Black color preview on #7C7671 background

This text has black color on #7C7671 background.


White color preview on #7C7671 background

This text has white color on #7C7671 background.