COLOR #7C6854

HEX: #7C6854 RGB: (124,104,84)

Color info

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

RGB color model

#7C6854 color RGB value is (124,104,84).

RGB: (124,104,84) (49%, 41%, 33%)

RGB channels and saturation

R 124 of 255 = 49%
G 104 of 255 = 41%
B 84 of 255 = 33%

124
104
84

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

Portions of RGB colors in percentages

R + G + B = 124 + 104 + 84 = 312 (100%)
R 124 of 312 ~ 39.74%
G 104 of 312 ~ 33.33%
B 84 of 312 ~ 26.92'%

%39.74
%33.33
%26.92

CMYK color model

#7C6854 color CMYK value is (0,16,32,51).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 32.26%
  • key color value is 51.37%

CMYK: (0,16,32,51)
C0M16Y32K51 (0%, 16%, 32%, 51%)
(0.00 / 0.16 / 0.32 / 0.51)

CMYK percentages

%0
%16.13
%32.26
%51.37

Codes

Color #7C6854 in popluar color models

7C 68 54
RGB 124 104 84
HSL 30° 19.23% 40.78%
HSB/HSV 30° 32.26% 48.63%
CMYK 0.00% 16.13% 32.26%
51.37%

Color #7C6854 in popluar number systems.

HEX 7C 68 54
Decimal 124 104 84
Binary 1111100 1101000 1010100
Octal 174 150 124

Shades and tints

Shades of #7C6854

#7C6854
(124,104,84)
#715F4D
(113,95,77)
#665646
(102,86,70)
#5B4D3F
(91,77,63)
#504438
(80,68,56)
#453B31
(69,59,49)
#3A322A
(58,50,42)
#2F2923
(47,41,35)
#24201C
(36,32,28)
#191715
(25,23,21)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #7C6854

#7C6854
(124,104,84)
#877563
(135,117,99)
#928272
(146,130,114)
#9D8F81
(157,143,129)
#A89C90
(168,156,144)
#B3A99F
(179,169,159)
#BEB6AE
(190,182,174)
#C9C3BD
(201,195,189)
#D4D0CC
(212,208,204)
#DFDDDB
(223,221,219)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6854 color. Also use rgb(124,104,84) instead hex code.

Text Font Color

.myTextColor { color: #7C6854; }

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

This text font color is #7C6854.

Background Color

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

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

This div background color is #7C6854.

Border color

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

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

This div border color is #7C6854.

Opacity

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

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

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

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

This text has shadow with #7C6854 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6854.

Preview

Color preview on black background

This text has color #7C6854 on black background.


Color preview on white background

This text has color #7C6854 on white background.


Black color preview on #7C6854 background

This text has black color on #7C6854 background.


White color preview on #7C6854 background

This text has white color on #7C6854 background.


Related colors

Complementary color

Complementary color for #hex is #8397AB.


I love getcolorcode.com

Triadic colors

1 #547C68 and #68547C with #7C6854 are triadic colors.

2 #54687C and #687C54 with #7C6854 are triadic colors.