COLOR #7C735A

HEX: #7C735A
RGB: (124,115,90)

Color info

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

RGB color model

#7C735A color RGB value is (124,115,90).

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

RGB channels and saturation

R 124 of 255 = 49%
G 115 of 255 = 45%
B 90 of 255 = 35%

124
115
90

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

Portions of RGB colors in percentages

R + G + B =
124 + 115 + 90 = 329 (100%)
R 124 of 329 ~ 37.69%
G 115 of 329 ~ 34.95%
B 90 of 329 ~ 27.36%

%37.69
%34.95
%27.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 27.42%
  • key color value is 51.37%
CMYK:
(0,7,27,51)
C0M7Y27K51 
(0%,7%,27%,51%)
(0.00/0.07/0.27/0.51)	

CMYK percentages

%0
%7.26
%27.42
%51.37

Codes

Color #7C735A in popluar color models

7C735A
RGB12411590
HSL44°15.89%41.96%
HSB/HSV44°27.42%48.63%
CMYK0.00%7.26%27.42%
51.37%

Color #7C735A in popluar number systems.

HEX7C735A
Decimal12411590
Binary111110011100111011010
Octal174163132

Shades and tints

Shades of #7C735A

#7C735A
(124,115,90)
#716952
(113,105,82)
#665F4A
(102,95,74)
#5B5542
(91,85,66)
#504B3A
(80,75,58)
#454132
(69,65,50)
#3A372A
(58,55,42)
#2F2D22
(47,45,34)
#24231A
(36,35,26)
#191912
(25,25,18)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #7C735A

#7C735A
(124,115,90)
#877F69
(135,127,105)
#928B78
(146,139,120)
#9D9787
(157,151,135)
#A8A396
(168,163,150)
#B3AFA5
(179,175,165)
#BEBBB4
(190,187,180)
#C9C7C3
(201,199,195)
#D4D3D2
(212,211,210)
#DFDFE1
(223,223,225)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C735A; }

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

This text font color is #7C735A.


Background Color

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

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

This div background color is #7C735A.


Border color

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

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

This div border color is #7C735A.


Opacity

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

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

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

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

This text has shadow with #7C735A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C735A on black background.


Color preview on white background

This text has color #7C735A on white background.



Black color preview on #7C735A background

This text has black color on #7C735A background.


White color preview on #7C735A background

This text has white color on #7C735A background.