COLOR #7C755B

HEX: #7C755B
RGB: (124,117,91)

Color info

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

RGB color model

#7C755B color RGB value is (124,117,91).

  • red value is 124;
  • green value is 117;
  • blue value is 91.
RGB:
(124,117,91)
(49%,46%,36%)

RGB channels and saturation

R 124 of 255 = 49%
G 117 of 255 = 46%
B 91 of 255 = 36%

124
117
91

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

Portions of RGB colors in percentages

R + G + B =
124 + 117 + 91 = 332 (100%)
R 124 of 332 ~ 37.35%
G 117 of 332 ~ 35.24%
B 91 of 332 ~ 27.41%

%37.35
%35.24
%27.41

CMYK color model

#7C755B color CMYK value is (0,6,27,51).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 26.61%
  • key color value is 51.37%
CMYK:
(0,6,27,51)
C0M6Y27K51 
(0%,6%,27%,51%)
(0.00/0.06/0.27/0.51)	

CMYK percentages

%0
%5.65
%26.61
%51.37

Codes

Color #7C755B in popluar color models

7C755B
RGB12411791
HSL47°15.35%42.16%
HSB/HSV47°26.61%48.63%
CMYK0.00%5.65%26.61%
51.37%

Color #7C755B in popluar number systems.

HEX7C755B
Decimal12411791
Binary111110011101011011011
Octal174165133

Shades and tints

Shades of #7C755B

#7C755B
(124,117,91)
#716B53
(113,107,83)
#66614B
(102,97,75)
#5B5743
(91,87,67)
#504D3B
(80,77,59)
#454333
(69,67,51)
#3A392B
(58,57,43)
#2F2F23
(47,47,35)
#24251B
(36,37,27)
#191B13
(25,27,19)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #7C755B

#7C755B
(124,117,91)
#878169
(135,129,105)
#928D77
(146,141,119)
#9D9985
(157,153,133)
#A8A593
(168,165,147)
#B3B1A1
(179,177,161)
#BEBDAF
(190,189,175)
#C9C9BD
(201,201,189)
#D4D5CB
(212,213,203)
#DFE1D9
(223,225,217)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C755B color. Also use rgb(124,117,91) instead hex code.

Text Font Color

.myTextColor { color: #7C755B; }

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

This text font color is #7C755B.


Background Color

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

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

This div background color is #7C755B.


Border color

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

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

This div border color is #7C755B.


Opacity

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

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

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

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

This text has shadow with #7C755B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C755B on black background.


Color preview on white background

This text has color #7C755B on white background.



Black color preview on #7C755B background

This text has black color on #7C755B background.


White color preview on #7C755B background

This text has white color on #7C755B background.