COLOR #7C695B

HEX: #7C695B
RGB: (124,105,91)

Color info

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

RGB color model

#7C695B color RGB value is (124,105,91).

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

RGB channels and saturation

R 124 of 255 = 49%
G 105 of 255 = 41%
B 91 of 255 = 36%

124
105
91

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

Portions of RGB colors in percentages

R + G + B =
124 + 105 + 91 = 320 (100%)
R 124 of 320 ~ 38.75%
G 105 of 320 ~ 32.81%
B 91 of 320 ~ 28.44%

%38.75
%32.81
%28.44

CMYK color model

#7C695B color CMYK value is (0,15,27,51).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 26.61%
  • key color value is 51.37%
CMYK:
(0,15,27,51)
C0M15Y27K51 
(0%,15%,27%,51%)
(0.00/0.15/0.27/0.51)	

CMYK percentages

%0
%15.32
%26.61
%51.37

Codes

Color #7C695B in popluar color models

7C695B
RGB12410591
HSL25°15.35%42.16%
HSB/HSV25°26.61%48.63%
CMYK0.00%15.32%26.61%
51.37%

Color #7C695B in popluar number systems.

HEX7C695B
Decimal12410591
Binary111110011010011011011
Octal174151133

Shades and tints

Shades of #7C695B

#7C695B
(124,105,91)
#716053
(113,96,83)
#66574B
(102,87,75)
#5B4E43
(91,78,67)
#50453B
(80,69,59)
#453C33
(69,60,51)
#3A332B
(58,51,43)
#2F2A23
(47,42,35)
#24211B
(36,33,27)
#191813
(25,24,19)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #7C695B

#7C695B
(124,105,91)
#877669
(135,118,105)
#928377
(146,131,119)
#9D9085
(157,144,133)
#A89D93
(168,157,147)
#B3AAA1
(179,170,161)
#BEB7AF
(190,183,175)
#C9C4BD
(201,196,189)
#D4D1CB
(212,209,203)
#DFDED9
(223,222,217)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C695B; }

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

This text font color is #7C695B.


Background Color

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

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

This div background color is #7C695B.


Border color

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

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

This div border color is #7C695B.


Opacity

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

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

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

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

This text has shadow with #7C695B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C695B on black background.


Color preview on white background

This text has color #7C695B on white background.



Black color preview on #7C695B background

This text has black color on #7C695B background.


White color preview on #7C695B background

This text has white color on #7C695B background.