COLOR #7C959A

HEX: #7C959A
RGB: (124,149,154)

Color info

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

RGB color model

#7C959A color RGB value is (124,149,154).

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

RGB channels and saturation

R 124 of 255 = 49%
G 149 of 255 = 58%
B 154 of 255 = 60%

124
149
154

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

Portions of RGB colors in percentages

R + G + B =
124 + 149 + 154 = 427 (100%)
R 124 of 427 ~ 29.04%
G 149 of 427 ~ 34.89%
B 154 of 427 ~ 36.07%

%29.04
%34.89
%36.07

CMYK color model

#7C959A color CMYK value is (19,3,0,40).

  • cyan value is 19.48%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(19,3,0,40)
C19M3Y0K40 
(19%,3%,0%,40%)
(0.19/0.03/0.00/0.40)	

CMYK percentages

%19.48
%3.25
%0
%39.61

Codes

Color #7C959A in popluar color models

7C959A
RGB124149154
HSL190°12.93%54.51%
HSB/HSV190°19.48%60.39%
CMYK19.48%3.25%0.00%
39.61%

Color #7C959A in popluar number systems.

HEX7C959A
Decimal124149154
Binary11111001001010110011010
Octal174225232

Shades and tints

Shades of #7C959A

#7C959A
(124,149,154)
#71888C
(113,136,140)
#667B7E
(102,123,126)
#5B6E70
(91,110,112)
#506162
(80,97,98)
#455454
(69,84,84)
#3A4746
(58,71,70)
#2F3A38
(47,58,56)
#242D2A
(36,45,42)
#19201C
(25,32,28)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #7C959A

#7C959A
(124,149,154)
#879EA3
(135,158,163)
#92A7AC
(146,167,172)
#9DB0B5
(157,176,181)
#A8B9BE
(168,185,190)
#B3C2C7
(179,194,199)
#BECBD0
(190,203,208)
#C9D4D9
(201,212,217)
#D4DDE2
(212,221,226)
#DFE6EB
(223,230,235)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C959A; }

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

This text font color is #7C959A.


Background Color

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

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

This div background color is #7C959A.


Border color

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

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

This div border color is #7C959A.


Opacity

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

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

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

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

This text has shadow with #7C959A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C959A on black background.


Color preview on white background

This text has color #7C959A on white background.



Black color preview on #7C959A background

This text has black color on #7C959A background.


White color preview on #7C959A background

This text has white color on #7C959A background.