COLOR #7C8782

HEX: #7C8782
RGB: (124,135,130)

Color info

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

RGB color model

#7C8782 color RGB value is (124,135,130).

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

RGB channels and saturation

R 124 of 255 = 49%
G 135 of 255 = 53%
B 130 of 255 = 51%

124
135
130

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

Portions of RGB colors in percentages

R + G + B =
124 + 135 + 130 = 389 (100%)
R 124 of 389 ~ 31.88%
G 135 of 389 ~ 34.7%
B 130 of 389 ~ 33.42%

%31.88
%34.7
%33.42

CMYK color model

#7C8782 color CMYK value is (8,0,4,47).

  • cyan value is 8.15%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 47.06%
CMYK:
(8,0,4,47)
C8M0Y4K47 
(8%,0%,4%,47%)
(0.08/0.00/0.04/0.47)	

CMYK percentages

%8.15
%0
%3.7
%47.06

Codes

Color #7C8782 in popluar color models

7C8782
RGB124135130
HSL153°4.38%50.78%
HSB/HSV153°8.15%52.94%
CMYK8.15%0.00%3.70%
47.06%

Color #7C8782 in popluar number systems.

HEX7C8782
Decimal124135130
Binary11111001000011110000010
Octal174207202

Shades and tints

Shades of #7C8782

#7C8782
(124,135,130)
#717B77
(113,123,119)
#666F6C
(102,111,108)
#5B6361
(91,99,97)
#505756
(80,87,86)
#454B4B
(69,75,75)
#3A3F40
(58,63,64)
#2F3335
(47,51,53)
#24272A
(36,39,42)
#191B1F
(25,27,31)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #7C8782

#7C8782
(124,135,130)
#87918D
(135,145,141)
#929B98
(146,155,152)
#9DA5A3
(157,165,163)
#A8AFAE
(168,175,174)
#B3B9B9
(179,185,185)
#BEC3C4
(190,195,196)
#C9CDCF
(201,205,207)
#D4D7DA
(212,215,218)
#DFE1E5
(223,225,229)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8782; }

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

This text font color is #7C8782.


Background Color

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

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

This div background color is #7C8782.


Border color

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

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

This div border color is #7C8782.


Opacity

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

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

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

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

This text has shadow with #7C8782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8782 on black background.


Color preview on white background

This text has color #7C8782 on white background.



Black color preview on #7C8782 background

This text has black color on #7C8782 background.


White color preview on #7C8782 background

This text has white color on #7C8782 background.