COLOR #7C9799

HEX: #7C9799
RGB: (124,151,153)

Color info

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

RGB color model

#7C9799 color RGB value is (124,151,153).

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

RGB channels and saturation

R 124 of 255 = 49%
G 151 of 255 = 59%
B 153 of 255 = 60%

124
151
153

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

Portions of RGB colors in percentages

R + G + B =
124 + 151 + 153 = 428 (100%)
R 124 of 428 ~ 28.97%
G 151 of 428 ~ 35.28%
B 153 of 428 ~ 35.75%

%28.97
%35.28
%35.75

CMYK color model

#7C9799 color CMYK value is (19,1,0,40).

  • cyan value is 18.95%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(19,1,0,40)
C19M1Y0K40 
(19%,1%,0%,40%)
(0.19/0.01/0.00/0.40)	

CMYK percentages

%18.95
%1.31
%0
%40

Codes

Color #7C9799 in popluar color models

7C9799
RGB124151153
HSL184°12.45%54.31%
HSB/HSV184°18.95%60.00%
CMYK18.95%1.31%0.00%
40.00%

Color #7C9799 in popluar number systems.

HEX7C9799
Decimal124151153
Binary11111001001011110011001
Octal174227231

Shades and tints

Shades of #7C9799

#7C9799
(124,151,153)
#718A8C
(113,138,140)
#667D7F
(102,125,127)
#5B7072
(91,112,114)
#506365
(80,99,101)
#455658
(69,86,88)
#3A494B
(58,73,75)
#2F3C3E
(47,60,62)
#242F31
(36,47,49)
#192224
(25,34,36)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #7C9799

#7C9799
(124,151,153)
#87A0A2
(135,160,162)
#92A9AB
(146,169,171)
#9DB2B4
(157,178,180)
#A8BBBD
(168,187,189)
#B3C4C6
(179,196,198)
#BECDCF
(190,205,207)
#C9D6D8
(201,214,216)
#D4DFE1
(212,223,225)
#DFE8EA
(223,232,234)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9799; }

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

This text font color is #7C9799.


Background Color

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

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

This div background color is #7C9799.


Border color

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

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

This div border color is #7C9799.


Opacity

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

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

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

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

This text has shadow with #7C9799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9799 on black background.


Color preview on white background

This text has color #7C9799 on white background.



Black color preview on #7C9799 background

This text has black color on #7C9799 background.


White color preview on #7C9799 background

This text has white color on #7C9799 background.