COLOR #7C7252

HEX: #7C7252 RGB: (124,114,82)

Color info

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

RGB color model

#7C7252 color RGB value is (124,114,82).

RGB: (124,114,82) (49%, 45%, 32%)

RGB channels and saturation

R 124 of 255 = 49%
G 114 of 255 = 45%
B 82 of 255 = 32%

124
114
82

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

Portions of RGB colors in percentages

R + G + B = 124 + 114 + 82 = 320 (100%)
R 124 of 320 ~ 38.75%
G 114 of 320 ~ 35.63%
B 82 of 320 ~ 25.63'%

%38.75
%35.63
%25.63

CMYK color model

#7C7252 color CMYK value is (0,8,34,51).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 33.87%
  • key color value is 51.37%

CMYK: (0,8,34,51)
C0M8Y34K51 (0%, 8%, 34%, 51%)
(0.00 / 0.08 / 0.34 / 0.51)

CMYK percentages

%0
%8.06
%33.87
%51.37

Codes

Color #7C7252 in popluar color models

7C 72 52
RGB 124 114 82
HSL 46° 20.39% 40.39%
HSB/HSV 46° 33.87% 48.63%
CMYK 0.00% 8.06% 33.87%
51.37%

Color #7C7252 in popluar number systems.

HEX 7C 72 52
Decimal 124 114 82
Binary 1111100 1110010 1010010
Octal 174 162 122

Shades and tints

Shades of #7C7252

#7C7252
(124,114,82)
#71684B
(113,104,75)
#665E44
(102,94,68)
#5B543D
(91,84,61)
#504A36
(80,74,54)
#45402F
(69,64,47)
#3A3628
(58,54,40)
#2F2C21
(47,44,33)
#24221A
(36,34,26)
#191813
(25,24,19)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #7C7252

#7C7252
(124,114,82)
#877E61
(135,126,97)
#928A70
(146,138,112)
#9D967F
(157,150,127)
#A8A28E
(168,162,142)
#B3AE9D
(179,174,157)
#BEBAAC
(190,186,172)
#C9C6BB
(201,198,187)
#D4D2CA
(212,210,202)
#DFDED9
(223,222,217)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7252; }

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

This text font color is #7C7252.

Background Color

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

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

This div background color is #7C7252.

Border color

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

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

This div border color is #7C7252.

Opacity

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

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

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

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

This text has shadow with #7C7252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7252.

Preview

Color preview on black background

This text has color #7C7252 on black background.


Color preview on white background

This text has color #7C7252 on white background.


Black color preview on #7C7252 background

This text has black color on #7C7252 background.


White color preview on #7C7252 background

This text has white color on #7C7252 background.


Related colors

Complementary color

Complementary color for #hex is #838DAD.


I love getcolorcode.com

Triadic colors

1 #527C72 and #72527C with #7C7252 are triadic colors.

2 #52727C and #727C52 with #7C7252 are triadic colors.