COLOR #7C7657

HEX: #7C7657
RGB: (124,118,87)

Color info

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

RGB color model

#7C7657 color RGB value is (124,118,87).

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

RGB channels and saturation

R 124 of 255 = 49%
G 118 of 255 = 46%
B 87 of 255 = 34%

124
118
87

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

Portions of RGB colors in percentages

R + G + B =
124 + 118 + 87 = 329 (100%)
R 124 of 329 ~ 37.69%
G 118 of 329 ~ 35.87%
B 87 of 329 ~ 26.44%

%37.69
%35.87
%26.44

CMYK color model

#7C7657 color CMYK value is (0,5,30,51).

  • cyan value is 0.00%
  • magenta value is 4.84%
  • yellow value is 29.84%
  • key color value is 51.37%
CMYK:
(0,5,30,51)
C0M5Y30K51 
(0%,5%,30%,51%)
(0.00/0.05/0.30/0.51)	

CMYK percentages

%0
%4.84
%29.84
%51.37

Codes

Color #7C7657 in popluar color models

7C7657
RGB12411887
HSL50°17.54%41.37%
HSB/HSV50°29.84%48.63%
CMYK0.00%4.84%29.84%
51.37%

Color #7C7657 in popluar number systems.

HEX7C7657
Decimal12411887
Binary111110011101101010111
Octal174166127

Shades and tints

Shades of #7C7657

#7C7657
(124,118,87)
#716C50
(113,108,80)
#666249
(102,98,73)
#5B5842
(91,88,66)
#504E3B
(80,78,59)
#454434
(69,68,52)
#3A3A2D
(58,58,45)
#2F3026
(47,48,38)
#24261F
(36,38,31)
#191C18
(25,28,24)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #7C7657

#7C7657
(124,118,87)
#878266
(135,130,102)
#928E75
(146,142,117)
#9D9A84
(157,154,132)
#A8A693
(168,166,147)
#B3B2A2
(179,178,162)
#BEBEB1
(190,190,177)
#C9CAC0
(201,202,192)
#D4D6CF
(212,214,207)
#DFE2DE
(223,226,222)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7657; }

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

This text font color is #7C7657.


Background Color

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

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

This div background color is #7C7657.


Border color

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

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

This div border color is #7C7657.


Opacity

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

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

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

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

This text has shadow with #7C7657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7657 on black background.


Color preview on white background

This text has color #7C7657 on white background.



Black color preview on #7C7657 background

This text has black color on #7C7657 background.


White color preview on #7C7657 background

This text has white color on #7C7657 background.