COLOR #7C7270

HEX: #7C7270 RGB: (124,114,112)

Color info

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

RGB color model

#7C7270 color RGB value is (124,114,112).

RGB: (124,114,112) (49%, 45%, 44%)

RGB channels and saturation

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

124
114
112

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

Portions of RGB colors in percentages

R + G + B = 124 + 114 + 112 = 350 (100%)
R 124 of 350 ~ 35.43%
G 114 of 350 ~ 32.57%
B 112 of 350 ~ 32'%

%35.43
%32.57
%32

CMYK color model

#7C7270 color CMYK value is (0,8,10,51).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 9.68%
  • key color value is 51.37%
CMYK: (0,8,10,51) C0M8Y10K51 (0%,8%,10%,51%) (0.00/0.08/0.10/0.51) 

CMYK percentages

%0
%8.06
%9.68
%51.37

Codes

Color #7C7270 in popluar color models

7C 72 70
RGB 124 114 112
HSL 10° 5.08% 46.27%
HSB/HSV 10° 9.68% 48.63%
CMYK 0.00% 8.06% 9.68%
51.37%

Color #7C7270 in popluar number systems.

HEX 7C 72 70
Decimal 124 114 112
Binary 1111100 1110010 1110000
Octal 174 162 160

Shades and tints

Shades of #7C7270

#7C7270
(124,114,112)
#716866
(113,104,102)
#665E5C
(102,94,92)
#5B5452
(91,84,82)
#504A48
(80,74,72)
#45403E
(69,64,62)
#3A3634
(58,54,52)
#2F2C2A
(47,44,42)
#242220
(36,34,32)
#191816
(25,24,22)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #7C7270

#7C7270
(124,114,112)
#877E7D
(135,126,125)
#928A8A
(146,138,138)
#9D9697
(157,150,151)
#A8A2A4
(168,162,164)
#B3AEB1
(179,174,177)
#BEBABE
(190,186,190)
#C9C6CB
(201,198,203)
#D4D2D8
(212,210,216)
#DFDEE5
(223,222,229)
#EAEAF2
(234,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7270; }

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

This text font color is #7C7270.

Background Color

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

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

This div background color is #7C7270.

Border color

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

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

This div border color is #7C7270.

Opacity

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

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

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

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

This text has shadow with #7C7270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7270.

Preview

Color preview on black background

This text has color #7C7270 on black background.


Color preview on white background

This text has color #7C7270 on white background.


Black color preview on #7C7270 background

This text has black color on #7C7270 background.


White color preview on #7C7270 background

This text has white color on #7C7270 background.


Related colors

Complementary color

Complementary color for #hex is #838D8F.


I love getcolorcode.com

Triadic colors

1 #707C72 and #72707C with #7C7270 are triadic colors.

2 #70727C and #727C70 with #7C7270 are triadic colors.