COLOR #7C7271

HEX: #7C7271
RGB: (124,114,113)

Color info

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

RGB color model

#7C7271 color RGB value is (124,114,113).

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

RGB channels and saturation

R 124 of 255 = 49%
G 114 of 255 = 45%
B 113 of 255 = 44%

124
114
113

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

Portions of RGB colors in percentages

R + G + B =
124 + 114 + 113 = 351 (100%)
R 124 of 351 ~ 35.33%
G 114 of 351 ~ 32.48%
B 113 of 351 ~ 32.19%

%35.33
%32.48
%32.19

CMYK color model

#7C7271 color CMYK value is (0,8,9,51).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 8.87%
  • key color value is 51.37%
CMYK:
(0,8,9,51)
C0M8Y9K51 
(0%,8%,9%,51%)
(0.00/0.08/0.09/0.51)	

CMYK percentages

%0
%8.06
%8.87
%51.37

Codes

Color #7C7271 in popluar color models

7C7271
RGB124114113
HSL4.64%46.47%
HSB/HSV8.87%48.63%
CMYK0.00%8.06%8.87%
51.37%

Color #7C7271 in popluar number systems.

HEX7C7271
Decimal124114113
Binary111110011100101110001
Octal174162161

Shades and tints

Shades of #7C7271

#7C7271
(124,114,113)
#716867
(113,104,103)
#665E5D
(102,94,93)
#5B5453
(91,84,83)
#504A49
(80,74,73)
#45403F
(69,64,63)
#3A3635
(58,54,53)
#2F2C2B
(47,44,43)
#242221
(36,34,33)
#191817
(25,24,23)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #7C7271

#7C7271
(124,114,113)
#877E7D
(135,126,125)
#928A89
(146,138,137)
#9D9695
(157,150,149)
#A8A2A1
(168,162,161)
#B3AEAD
(179,174,173)
#BEBAB9
(190,186,185)
#C9C6C5
(201,198,197)
#D4D2D1
(212,210,209)
#DFDEDD
(223,222,221)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7271; }

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

This text font color is #7C7271.


Background Color

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

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

This div background color is #7C7271.


Border color

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

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

This div border color is #7C7271.


Opacity

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

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

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

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

This text has shadow with #7C7271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7271 on black background.


Color preview on white background

This text has color #7C7271 on white background.



Black color preview on #7C7271 background

This text has black color on #7C7271 background.


White color preview on #7C7271 background

This text has white color on #7C7271 background.