COLOR #7C9795

HEX: #7C9795
RGB: (124,151,149)

Color info

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

RGB color model

#7C9795 color RGB value is (124,151,149).

  • red value is 124;
  • green value is 151;
  • blue value is 149.
RGB:
(124,151,149)
(49%,59%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 151 of 255 = 59%
B 149 of 255 = 58%

124
151
149

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

Portions of RGB colors in percentages

R + G + B =
124 + 151 + 149 = 424 (100%)
R 124 of 424 ~ 29.25%
G 151 of 424 ~ 35.61%
B 149 of 424 ~ 35.14%

%29.25
%35.61
%35.14

CMYK color model

#7C9795 color CMYK value is (18,0,1,41).

  • cyan value is 17.88%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 40.78%
CMYK:
(18,0,1,41)
C18M0Y1K41 
(18%,0%,1%,41%)
(0.18/0.00/0.01/0.41)	

CMYK percentages

%17.88
%0
%1.32
%40.78

Codes

Color #7C9795 in popluar color models

7C9795
RGB124151149
HSL176°11.49%53.92%
HSB/HSV176°17.88%59.22%
CMYK17.88%0.00%1.32%
40.78%

Color #7C9795 in popluar number systems.

HEX7C9795
Decimal124151149
Binary11111001001011110010101
Octal174227225

Shades and tints

Shades of #7C9795

#7C9795
(124,151,149)
#718A88
(113,138,136)
#667D7B
(102,125,123)
#5B706E
(91,112,110)
#506361
(80,99,97)
#455654
(69,86,84)
#3A4947
(58,73,71)
#2F3C3A
(47,60,58)
#242F2D
(36,47,45)
#192220
(25,34,32)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #7C9795

#7C9795
(124,151,149)
#87A09E
(135,160,158)
#92A9A7
(146,169,167)
#9DB2B0
(157,178,176)
#A8BBB9
(168,187,185)
#B3C4C2
(179,196,194)
#BECDCB
(190,205,203)
#C9D6D4
(201,214,212)
#D4DFDD
(212,223,221)
#DFE8E6
(223,232,230)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9795; }

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

This text font color is #7C9795.


Background Color

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

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

This div background color is #7C9795.


Border color

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

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

This div border color is #7C9795.


Opacity

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

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

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

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

This text has shadow with #7C9795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9795 on black background.


Color preview on white background

This text has color #7C9795 on white background.



Black color preview on #7C9795 background

This text has black color on #7C9795 background.


White color preview on #7C9795 background

This text has white color on #7C9795 background.