COLOR #7C7375

HEX: #7C7375
RGB: (124,115,117)

Color info

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

RGB color model

#7C7375 color RGB value is (124,115,117).

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

RGB channels and saturation

R 124 of 255 = 49%
G 115 of 255 = 45%
B 117 of 255 = 46%

124
115
117

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

Portions of RGB colors in percentages

R + G + B =
124 + 115 + 117 = 356 (100%)
R 124 of 356 ~ 34.83%
G 115 of 356 ~ 32.3%
B 117 of 356 ~ 32.87%

%34.83
%32.3
%32.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 5.65%
  • key color value is 51.37%
CMYK:
(0,7,6,51)
C0M7Y6K51 
(0%,7%,6%,51%)
(0.00/0.07/0.06/0.51)	

CMYK percentages

%0
%7.26
%5.65
%51.37

Codes

Color #7C7375 in popluar color models

7C7375
RGB124115117
HSL347°3.77%46.86%
HSB/HSV347°7.26%48.63%
CMYK0.00%7.26%5.65%
51.37%

Color #7C7375 in popluar number systems.

HEX7C7375
Decimal124115117
Binary111110011100111110101
Octal174163165

Shades and tints

Shades of #7C7375

#7C7375
(124,115,117)
#71696B
(113,105,107)
#665F61
(102,95,97)
#5B5557
(91,85,87)
#504B4D
(80,75,77)
#454143
(69,65,67)
#3A3739
(58,55,57)
#2F2D2F
(47,45,47)
#242325
(36,35,37)
#19191B
(25,25,27)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #7C7375

#7C7375
(124,115,117)
#877F81
(135,127,129)
#928B8D
(146,139,141)
#9D9799
(157,151,153)
#A8A3A5
(168,163,165)
#B3AFB1
(179,175,177)
#BEBBBD
(190,187,189)
#C9C7C9
(201,199,201)
#D4D3D5
(212,211,213)
#DFDFE1
(223,223,225)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7375; }

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

This text font color is #7C7375.


Background Color

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

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

This div background color is #7C7375.


Border color

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

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

This div border color is #7C7375.


Opacity

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

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

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

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

This text has shadow with #7C7375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7375 on black background.


Color preview on white background

This text has color #7C7375 on white background.



Black color preview on #7C7375 background

This text has black color on #7C7375 background.


White color preview on #7C7375 background

This text has white color on #7C7375 background.