COLOR #7C8686

HEX: #7C8686
RGB: (124,134,134)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
134
134

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

Portions of RGB colors in percentages

R + G + B =
124 + 134 + 134 = 392 (100%)
R 124 of 392 ~ 31.63%
G 134 of 392 ~ 34.18%
B 134 of 392 ~ 34.18%

%31.63
%34.18
%34.18

CMYK color model

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

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

CMYK percentages

%7.46
%0
%0
%47.45

Codes

Color #7C8686 in popluar color models

7C8686
RGB124134134
HSL180°3.97%50.59%
HSB/HSV180°7.46%52.55%
CMYK7.46%0.00%0.00%
47.45%

Color #7C8686 in popluar number systems.

HEX7C8686
Decimal124134134
Binary11111001000011010000110
Octal174206206

Shades and tints

Shades of #7C8686

#7C8686
(124,134,134)
#717A7A
(113,122,122)
#666E6E
(102,110,110)
#5B6262
(91,98,98)
#505656
(80,86,86)
#454A4A
(69,74,74)
#3A3E3E
(58,62,62)
#2F3232
(47,50,50)
#242626
(36,38,38)
#191A1A
(25,26,26)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #7C8686

#7C8686
(124,134,134)
#879191
(135,145,145)
#929C9C
(146,156,156)
#9DA7A7
(157,167,167)
#A8B2B2
(168,178,178)
#B3BDBD
(179,189,189)
#BEC8C8
(190,200,200)
#C9D3D3
(201,211,211)
#D4DEDE
(212,222,222)
#DFE9E9
(223,233,233)
#EAF4F4
(234,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8686; }

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

This text font color is #7C8686.


Background Color

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

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

This div background color is #7C8686.


Border color

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

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

This div border color is #7C8686.


Opacity

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

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

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

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

This text has shadow with #7C8686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8686 on black background.


Color preview on white background

This text has color #7C8686 on white background.



Black color preview on #7C8686 background

This text has black color on #7C8686 background.


White color preview on #7C8686 background

This text has white color on #7C8686 background.