COLOR #7C909C

HEX: #7C909C
RGB: (124,144,156)

Color info

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

RGB color model

#7C909C color RGB value is (124,144,156).

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

RGB channels and saturation

R 124 of 255 = 49%
G 144 of 255 = 56%
B 156 of 255 = 61%

124
144
156

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

Portions of RGB colors in percentages

R + G + B =
124 + 144 + 156 = 424 (100%)
R 124 of 424 ~ 29.25%
G 144 of 424 ~ 33.96%
B 156 of 424 ~ 36.79%

%29.25
%33.96
%36.79

CMYK color model

#7C909C color CMYK value is (21,8,0,39).

  • cyan value is 20.51%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(21,8,0,39)
C21M8Y0K39 
(21%,8%,0%,39%)
(0.21/0.08/0.00/0.39)	

CMYK percentages

%20.51
%7.69
%0
%38.82

Codes

Color #7C909C in popluar color models

7C909C
RGB124144156
HSL203°13.91%54.90%
HSB/HSV203°20.51%61.18%
CMYK20.51%7.69%0.00%
38.82%

Color #7C909C in popluar number systems.

HEX7C909C
Decimal124144156
Binary11111001001000010011100
Octal174220234

Shades and tints

Shades of #7C909C

#7C909C
(124,144,156)
#71838E
(113,131,142)
#667680
(102,118,128)
#5B6972
(91,105,114)
#505C64
(80,92,100)
#454F56
(69,79,86)
#3A4248
(58,66,72)
#2F353A
(47,53,58)
#24282C
(36,40,44)
#191B1E
(25,27,30)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #7C909C

#7C909C
(124,144,156)
#879AA5
(135,154,165)
#92A4AE
(146,164,174)
#9DAEB7
(157,174,183)
#A8B8C0
(168,184,192)
#B3C2C9
(179,194,201)
#BECCD2
(190,204,210)
#C9D6DB
(201,214,219)
#D4E0E4
(212,224,228)
#DFEAED
(223,234,237)
#EAF4F6
(234,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C909C; }

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

This text font color is #7C909C.


Background Color

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

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

This div background color is #7C909C.


Border color

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

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

This div border color is #7C909C.


Opacity

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

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

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

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

This text has shadow with #7C909C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C909C on black background.


Color preview on white background

This text has color #7C909C on white background.



Black color preview on #7C909C background

This text has black color on #7C909C background.


White color preview on #7C909C background

This text has white color on #7C909C background.