COLOR #7C7858

HEX: #7C7858
RGB: (124,120,88)

Color info

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

RGB color model

#7C7858 color RGB value is (124,120,88).

  • red value is 124;
  • green value is 120;
  • blue value is 88.
RGB:
(124,120,88)
(49%,47%,35%)

RGB channels and saturation

R 124 of 255 = 49%
G 120 of 255 = 47%
B 88 of 255 = 35%

124
120
88

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

Portions of RGB colors in percentages

R + G + B =
124 + 120 + 88 = 332 (100%)
R 124 of 332 ~ 37.35%
G 120 of 332 ~ 36.14%
B 88 of 332 ~ 26.51%

%37.35
%36.14
%26.51

CMYK color model

#7C7858 color CMYK value is (0,3,29,51).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 29.03%
  • key color value is 51.37%
CMYK:
(0,3,29,51)
C0M3Y29K51 
(0%,3%,29%,51%)
(0.00/0.03/0.29/0.51)	

CMYK percentages

%0
%3.23
%29.03
%51.37

Codes

Color #7C7858 in popluar color models

7C7858
RGB12412088
HSL53°16.98%41.57%
HSB/HSV53°29.03%48.63%
CMYK0.00%3.23%29.03%
51.37%

Color #7C7858 in popluar number systems.

HEX7C7858
Decimal12412088
Binary111110011110001011000
Octal174170130

Shades and tints

Shades of #7C7858

#7C7858
(124,120,88)
#716E50
(113,110,80)
#666448
(102,100,72)
#5B5A40
(91,90,64)
#505038
(80,80,56)
#454630
(69,70,48)
#3A3C28
(58,60,40)
#2F3220
(47,50,32)
#242818
(36,40,24)
#191E10
(25,30,16)
#0E1408
(14,20,8)
#000000
(0,0,0)

Tints of #7C7858

#7C7858
(124,120,88)
#878467
(135,132,103)
#929076
(146,144,118)
#9D9C85
(157,156,133)
#A8A894
(168,168,148)
#B3B4A3
(179,180,163)
#BEC0B2
(190,192,178)
#C9CCC1
(201,204,193)
#D4D8D0
(212,216,208)
#DFE4DF
(223,228,223)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7858 color. Also use rgb(124,120,88) instead hex code.

Text Font Color

.myTextColor { color: #7C7858; }

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

This text font color is #7C7858.


Background Color

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

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

This div background color is #7C7858.


Border color

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

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

This div border color is #7C7858.


Opacity

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

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

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

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

This text has shadow with #7C7858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7858 on black background.


Color preview on white background

This text has color #7C7858 on white background.



Black color preview on #7C7858 background

This text has black color on #7C7858 background.


White color preview on #7C7858 background

This text has white color on #7C7858 background.