COLOR #7C6653

HEX: #7C6653
RGB: (124,102,83)

Color info

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

RGB color model

#7C6653 color RGB value is (124,102,83).

  • red value is 124;
  • green value is 102;
  • blue value is 83.
RGB:
(124,102,83)
(49%,40%,33%)

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 83 of 255 = 33%

124
102
83

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

Portions of RGB colors in percentages

R + G + B =
124 + 102 + 83 = 309 (100%)
R 124 of 309 ~ 40.13%
G 102 of 309 ~ 33.01%
B 83 of 309 ~ 26.86%

%40.13
%33.01
%26.86

CMYK color model

#7C6653 color CMYK value is (0,18,33,51).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 33.06%
  • key color value is 51.37%
CMYK:
(0,18,33,51)
C0M18Y33K51 
(0%,18%,33%,51%)
(0.00/0.18/0.33/0.51)	

CMYK percentages

%0
%17.74
%33.06
%51.37

Codes

Color #7C6653 in popluar color models

7C6653
RGB12410283
HSL28°19.81%40.59%
HSB/HSV28°33.06%48.63%
CMYK0.00%17.74%33.06%
51.37%

Color #7C6653 in popluar number systems.

HEX7C6653
Decimal12410283
Binary111110011001101010011
Octal174146123

Shades and tints

Shades of #7C6653

#7C6653
(124,102,83)
#715D4C
(113,93,76)
#665445
(102,84,69)
#5B4B3E
(91,75,62)
#504237
(80,66,55)
#453930
(69,57,48)
#3A3029
(58,48,41)
#2F2722
(47,39,34)
#241E1B
(36,30,27)
#191514
(25,21,20)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #7C6653

#7C6653
(124,102,83)
#877362
(135,115,98)
#928071
(146,128,113)
#9D8D80
(157,141,128)
#A89A8F
(168,154,143)
#B3A79E
(179,167,158)
#BEB4AD
(190,180,173)
#C9C1BC
(201,193,188)
#D4CECB
(212,206,203)
#DFDBDA
(223,219,218)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6653 color. Also use rgb(124,102,83) instead hex code.

Text Font Color

.myTextColor { color: #7C6653; }

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

This text font color is #7C6653.


Background Color

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

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

This div background color is #7C6653.


Border color

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

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

This div border color is #7C6653.


Opacity

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

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

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

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

This text has shadow with #7C6653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6653 on black background.


Color preview on white background

This text has color #7C6653 on white background.



Black color preview on #7C6653 background

This text has black color on #7C6653 background.


White color preview on #7C6653 background

This text has white color on #7C6653 background.