COLOR #7C8684

HEX: #7C8684
RGB: (124,134,132)

Color info

#7C8684 contains red, green and blue colors in about the same proportion. Web safe color of #7C8684 is #669999 (or #699).

RGB color model

#7C8684 color RGB value is (124,134,132).

  • red value is 124;
  • green value is 134;
  • blue value is 132.
RGB:
(124,134,132)
(49%,53%,52%)

RGB channels and saturation

R 124 of 255 = 49%
G 134 of 255 = 53%
B 132 of 255 = 52%

124
134
132

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

Portions of RGB colors in percentages

R + G + B =
124 + 134 + 132 = 390 (100%)
R 124 of 390 ~ 31.79%
G 134 of 390 ~ 34.36%
B 132 of 390 ~ 33.85%

%31.79
%34.36
%33.85

CMYK color model

#7C8684 color CMYK value is (7,0,1,47).

  • cyan value is 7.46%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 47.45%
CMYK:
(7,0,1,47)
C7M0Y1K47 
(7%,0%,1%,47%)
(0.07/0.00/0.01/0.47)	

CMYK percentages

%7.46
%0
%1.49
%47.45

Codes

Color #7C8684 in popluar color models

7C8684
RGB124134132
HSL168°3.97%50.59%
HSB/HSV168°7.46%52.55%
CMYK7.46%0.00%1.49%
47.45%

Color #7C8684 in popluar number systems.

HEX7C8684
Decimal124134132
Binary11111001000011010000100
Octal174206204

Shades and tints

Shades of #7C8684

#7C8684
(124,134,132)
#717A78
(113,122,120)
#666E6C
(102,110,108)
#5B6260
(91,98,96)
#505654
(80,86,84)
#454A48
(69,74,72)
#3A3E3C
(58,62,60)
#2F3230
(47,50,48)
#242624
(36,38,36)
#191A18
(25,26,24)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #7C8684

#7C8684
(124,134,132)
#87918F
(135,145,143)
#929C9A
(146,156,154)
#9DA7A5
(157,167,165)
#A8B2B0
(168,178,176)
#B3BDBB
(179,189,187)
#BEC8C6
(190,200,198)
#C9D3D1
(201,211,209)
#D4DEDC
(212,222,220)
#DFE9E7
(223,233,231)
#EAF4F2
(234,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8684 color. Also use rgb(124,134,132) instead hex code.

Text Font Color

.myTextColor { color: #7C8684; }

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

This text font color is #7C8684.


Background Color

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

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

This div background color is #7C8684.


Border color

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

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

This div border color is #7C8684.


Opacity

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

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

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

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

This text has shadow with #7C8684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8684 on black background.


Color preview on white background

This text has color #7C8684 on white background.



Black color preview on #7C8684 background

This text has black color on #7C8684 background.


White color preview on #7C8684 background

This text has white color on #7C8684 background.