COLOR #7C9280

HEX: #7C9280
RGB: (124,146,128)

Color info

#7C9280 contains red, green and blue colors in about the same proportion. Web safe color of #7C9280 is #669966 (or #696).

RGB color model

#7C9280 color RGB value is (124,146,128).

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

RGB channels and saturation

R 124 of 255 = 49%
G 146 of 255 = 57%
B 128 of 255 = 50%

124
146
128

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

Portions of RGB colors in percentages

R + G + B =
124 + 146 + 128 = 398 (100%)
R 124 of 398 ~ 31.16%
G 146 of 398 ~ 36.68%
B 128 of 398 ~ 32.16%

%31.16
%36.68
%32.16

CMYK color model

#7C9280 color CMYK value is (15,0,12,43).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 42.75%
CMYK:
(15,0,12,43)
C15M0Y12K43 
(15%,0%,12%,43%)
(0.15/0.00/0.12/0.43)	

CMYK percentages

%15.07
%0
%12.33
%42.75

Codes

Color #7C9280 in popluar color models

7C9280
RGB124146128
HSL131°9.17%52.94%
HSB/HSV131°15.07%57.25%
CMYK15.07%0.00%12.33%
42.75%

Color #7C9280 in popluar number systems.

HEX7C9280
Decimal124146128
Binary11111001001001010000000
Octal174222200

Shades and tints

Shades of #7C9280

#7C9280
(124,146,128)
#718575
(113,133,117)
#66786A
(102,120,106)
#5B6B5F
(91,107,95)
#505E54
(80,94,84)
#455149
(69,81,73)
#3A443E
(58,68,62)
#2F3733
(47,55,51)
#242A28
(36,42,40)
#191D1D
(25,29,29)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #7C9280

#7C9280
(124,146,128)
#879B8B
(135,155,139)
#92A496
(146,164,150)
#9DADA1
(157,173,161)
#A8B6AC
(168,182,172)
#B3BFB7
(179,191,183)
#BEC8C2
(190,200,194)
#C9D1CD
(201,209,205)
#D4DAD8
(212,218,216)
#DFE3E3
(223,227,227)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9280; }

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

This text font color is #7C9280.


Background Color

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

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

This div background color is #7C9280.


Border color

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

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

This div border color is #7C9280.


Opacity

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

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

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

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

This text has shadow with #7C9280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9280 on black background.


Color preview on white background

This text has color #7C9280 on white background.



Black color preview on #7C9280 background

This text has black color on #7C9280 background.


White color preview on #7C9280 background

This text has white color on #7C9280 background.