COLOR #7C9282

HEX: #7C9282
RGB: (124,146,130)

Color info

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

RGB color model

#7C9282 color RGB value is (124,146,130).

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

RGB channels and saturation

R 124 of 255 = 49%
G 146 of 255 = 57%
B 130 of 255 = 51%

124
146
130

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

Portions of RGB colors in percentages

R + G + B =
124 + 146 + 130 = 400 (100%)
R 124 of 400 ~ 31%
G 146 of 400 ~ 36.5%
B 130 of 400 ~ 32.5%

%31
%36.5
%32.5

CMYK color model

#7C9282 color CMYK value is (15,0,11,43).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 42.75%
CMYK:
(15,0,11,43)
C15M0Y11K43 
(15%,0%,11%,43%)
(0.15/0.00/0.11/0.43)	

CMYK percentages

%15.07
%0
%10.96
%42.75

Codes

Color #7C9282 in popluar color models

7C9282
RGB124146130
HSL136°9.17%52.94%
HSB/HSV136°15.07%57.25%
CMYK15.07%0.00%10.96%
42.75%

Color #7C9282 in popluar number systems.

HEX7C9282
Decimal124146130
Binary11111001001001010000010
Octal174222202

Shades and tints

Shades of #7C9282

#7C9282
(124,146,130)
#718577
(113,133,119)
#66786C
(102,120,108)
#5B6B61
(91,107,97)
#505E56
(80,94,86)
#45514B
(69,81,75)
#3A4440
(58,68,64)
#2F3735
(47,55,53)
#242A2A
(36,42,42)
#191D1F
(25,29,31)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #7C9282

#7C9282
(124,146,130)
#879B8D
(135,155,141)
#92A498
(146,164,152)
#9DADA3
(157,173,163)
#A8B6AE
(168,182,174)
#B3BFB9
(179,191,185)
#BEC8C4
(190,200,196)
#C9D1CF
(201,209,207)
#D4DADA
(212,218,218)
#DFE3E5
(223,227,229)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9282; }

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

This text font color is #7C9282.


Background Color

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

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

This div background color is #7C9282.


Border color

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

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

This div border color is #7C9282.


Opacity

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

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

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

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

This text has shadow with #7C9282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9282 on black background.


Color preview on white background

This text has color #7C9282 on white background.



Black color preview on #7C9282 background

This text has black color on #7C9282 background.


White color preview on #7C9282 background

This text has white color on #7C9282 background.