COLOR #7C775F

HEX: #7C775F RGB: (124,119,95)

Color info

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

RGB color model

#7C775F color RGB value is (124,119,95).

RGB: (124,119,95) (49%, 47%, 37%)

RGB channels and saturation

R 124 of 255 = 49%
G 119 of 255 = 47%
B 95 of 255 = 37%

124
119
95

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

Portions of RGB colors in percentages

R + G + B = 124 + 119 + 95 = 338 (100%)
R 124 of 338 ~ 36.69%
G 119 of 338 ~ 35.21%
B 95 of 338 ~ 28.11'%

%36.69
%35.21
%28.11

CMYK color model

#7C775F color CMYK value is (0,4,23,51).

  • cyan value is 0.00%
  • magenta value is 4.03%
  • yellow value is 23.39%
  • key color value is 51.37%
CMYK: (0,4,23,51) C0M4Y23K51 (0%,4%,23%,51%) (0.00/0.04/0.23/0.51) 

CMYK percentages

%0
%4.03
%23.39
%51.37

Codes

Color #7C775F in popluar color models

7C 77 5F
RGB 124 119 95
HSL 50° 13.24% 42.94%
HSB/HSV 50° 23.39% 48.63%
CMYK 0.00% 4.03% 23.39%
51.37%

Color #7C775F in popluar number systems.

HEX 7C 77 5F
Decimal 124 119 95
Binary 1111100 1110111 1011111
Octal 174 167 137

Shades and tints

Shades of #7C775F

#7C775F
(124,119,95)
#716D57
(113,109,87)
#66634F
(102,99,79)
#5B5947
(91,89,71)
#504F3F
(80,79,63)
#454537
(69,69,55)
#3A3B2F
(58,59,47)
#2F3127
(47,49,39)
#24271F
(36,39,31)
#191D17
(25,29,23)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #7C775F

#7C775F
(124,119,95)
#87836D
(135,131,109)
#928F7B
(146,143,123)
#9D9B89
(157,155,137)
#A8A797
(168,167,151)
#B3B3A5
(179,179,165)
#BEBFB3
(190,191,179)
#C9CBC1
(201,203,193)
#D4D7CF
(212,215,207)
#DFE3DD
(223,227,221)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C775F color. Also use rgb(124,119,95) instead hex code.

Text Font Color

.myTextColor { color: #7C775F; }

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

This text font color is #7C775F.

Background Color

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

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

This div background color is #7C775F.

Border color

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

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

This div border color is #7C775F.

Opacity

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

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

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

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

This text has shadow with #7C775F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C775F.

Preview

Color preview on black background

This text has color #7C775F on black background.


Color preview on white background

This text has color #7C775F on white background.


Black color preview on #7C775F background

This text has black color on #7C775F background.


White color preview on #7C775F background

This text has white color on #7C775F background.


Related colors

Complementary color

Complementary color for #hex is #8388A0.


I love getcolorcode.com

Triadic colors

1 #5F7C77 and #775F7C with #7C775F are triadic colors.

2 #5F777C and #777C5F with #7C775F are triadic colors.