COLOR #7C9192

HEX: #7C9192
RGB: (124,145,146)

Color info

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

RGB color model

#7C9192 color RGB value is (124,145,146).

  • red value is 124;
  • green value is 145;
  • blue value is 146.
RGB:
(124,145,146)
(49%,57%,57%)

RGB channels and saturation

R 124 of 255 = 49%
G 145 of 255 = 57%
B 146 of 255 = 57%

124
145
146

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

Portions of RGB colors in percentages

R + G + B =
124 + 145 + 146 = 415 (100%)
R 124 of 415 ~ 29.88%
G 145 of 415 ~ 34.94%
B 146 of 415 ~ 35.18%

%29.88
%34.94
%35.18

CMYK color model

#7C9192 color CMYK value is (15,1,0,43).

  • cyan value is 15.07%
  • magenta value is 0.68%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(15,1,0,43)
C15M1Y0K43 
(15%,1%,0%,43%)
(0.15/0.01/0.00/0.43)	

CMYK percentages

%15.07
%0.68
%0
%42.75

Codes

Color #7C9192 in popluar color models

7C9192
RGB124145146
HSL183°9.17%52.94%
HSB/HSV183°15.07%57.25%
CMYK15.07%0.68%0.00%
42.75%

Color #7C9192 in popluar number systems.

HEX7C9192
Decimal124145146
Binary11111001001000110010010
Octal174221222

Shades and tints

Shades of #7C9192

#7C9192
(124,145,146)
#718485
(113,132,133)
#667778
(102,119,120)
#5B6A6B
(91,106,107)
#505D5E
(80,93,94)
#455051
(69,80,81)
#3A4344
(58,67,68)
#2F3637
(47,54,55)
#24292A
(36,41,42)
#191C1D
(25,28,29)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #7C9192

#7C9192
(124,145,146)
#879B9B
(135,155,155)
#92A5A4
(146,165,164)
#9DAFAD
(157,175,173)
#A8B9B6
(168,185,182)
#B3C3BF
(179,195,191)
#BECDC8
(190,205,200)
#C9D7D1
(201,215,209)
#D4E1DA
(212,225,218)
#DFEBE3
(223,235,227)
#EAF5EC
(234,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9192; }

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

This text font color is #7C9192.


Background Color

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

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

This div background color is #7C9192.


Border color

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

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

This div border color is #7C9192.


Opacity

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

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

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

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

This text has shadow with #7C9192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9192 on black background.


Color preview on white background

This text has color #7C9192 on white background.



Black color preview on #7C9192 background

This text has black color on #7C9192 background.


White color preview on #7C9192 background

This text has white color on #7C9192 background.