COLOR #7C9090

HEX: #7C9090
RGB: (124,144,144)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
144
144

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

Portions of RGB colors in percentages

R + G + B =
124 + 144 + 144 = 412 (100%)
R 124 of 412 ~ 30.1%
G 144 of 412 ~ 34.95%
B 144 of 412 ~ 34.95%

%30.1
%34.95
%34.95

CMYK color model

#7C9090 color CMYK value is (14,0,0,44).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(14,0,0,44)
C14M0Y0K44 
(14%,0%,0%,44%)
(0.14/0.00/0.00/0.44)	

CMYK percentages

%13.89
%0
%0
%43.53

Codes

Color #7C9090 in popluar color models

7C9090
RGB124144144
HSL180°8.26%52.55%
HSB/HSV180°13.89%56.47%
CMYK13.89%0.00%0.00%
43.53%

Color #7C9090 in popluar number systems.

HEX7C9090
Decimal124144144
Binary11111001001000010010000
Octal174220220

Shades and tints

Shades of #7C9090

#7C9090
(124,144,144)
#718383
(113,131,131)
#667676
(102,118,118)
#5B6969
(91,105,105)
#505C5C
(80,92,92)
#454F4F
(69,79,79)
#3A4242
(58,66,66)
#2F3535
(47,53,53)
#242828
(36,40,40)
#191B1B
(25,27,27)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #7C9090

#7C9090
(124,144,144)
#879A9A
(135,154,154)
#92A4A4
(146,164,164)
#9DAEAE
(157,174,174)
#A8B8B8
(168,184,184)
#B3C2C2
(179,194,194)
#BECCCC
(190,204,204)
#C9D6D6
(201,214,214)
#D4E0E0
(212,224,224)
#DFEAEA
(223,234,234)
#EAF4F4
(234,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9090; }

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

This text font color is #7C9090.


Background Color

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

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

This div background color is #7C9090.


Border color

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

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

This div border color is #7C9090.


Opacity

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

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

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

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

This text has shadow with #7C9090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9090 on black background.


Color preview on white background

This text has color #7C9090 on white background.



Black color preview on #7C9090 background

This text has black color on #7C9090 background.


White color preview on #7C9090 background

This text has white color on #7C9090 background.