COLOR #7C9B9B

HEX: #7C9B9B
RGB: (124,155,155)

Color info

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

RGB color model

#7C9B9B color RGB value is (124,155,155).

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

RGB channels and saturation

R 124 of 255 = 49%
G 155 of 255 = 61%
B 155 of 255 = 61%

124
155
155

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

Portions of RGB colors in percentages

R + G + B =
124 + 155 + 155 = 434 (100%)
R 124 of 434 ~ 28.57%
G 155 of 434 ~ 35.71%
B 155 of 434 ~ 35.71%

%28.57
%35.71
%35.71

CMYK color model

#7C9B9B color CMYK value is (20,0,0,39).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(20,0,0,39)
C20M0Y0K39 
(20%,0%,0%,39%)
(0.20/0.00/0.00/0.39)	

CMYK percentages

%20
%0
%0
%39.22

Codes

Color #7C9B9B in popluar color models

7C9B9B
RGB124155155
HSL180°13.42%54.71%
HSB/HSV180°20.00%60.78%
CMYK20.00%0.00%0.00%
39.22%

Color #7C9B9B in popluar number systems.

HEX7C9B9B
Decimal124155155
Binary11111001001101110011011
Octal174233233

Shades and tints

Shades of #7C9B9B

#7C9B9B
(124,155,155)
#718D8D
(113,141,141)
#667F7F
(102,127,127)
#5B7171
(91,113,113)
#506363
(80,99,99)
#455555
(69,85,85)
#3A4747
(58,71,71)
#2F3939
(47,57,57)
#242B2B
(36,43,43)
#191D1D
(25,29,29)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #7C9B9B

#7C9B9B
(124,155,155)
#87A4A4
(135,164,164)
#92ADAD
(146,173,173)
#9DB6B6
(157,182,182)
#A8BFBF
(168,191,191)
#B3C8C8
(179,200,200)
#BED1D1
(190,209,209)
#C9DADA
(201,218,218)
#D4E3E3
(212,227,227)
#DFECEC
(223,236,236)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9B9B; }

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

This text font color is #7C9B9B.


Background Color

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

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

This div background color is #7C9B9B.


Border color

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

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

This div border color is #7C9B9B.


Opacity

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

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

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

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

This text has shadow with #7C9B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9B9B on black background.


Color preview on white background

This text has color #7C9B9B on white background.



Black color preview on #7C9B9B background

This text has black color on #7C9B9B background.


White color preview on #7C9B9B background

This text has white color on #7C9B9B background.