COLOR #7C9270

HEX: #7C9270 RGB: (124,146,112)

Color info

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

RGB color model

#7C9270 color RGB value is (124,146,112).

RGB: (124,146,112) (49%, 57%, 44%)

RGB channels and saturation

R 124 of 255 = 49%
G 146 of 255 = 57%
B 112 of 255 = 44%

124
146
112

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

Portions of RGB colors in percentages

R + G + B = 124 + 146 + 112 = 382 (100%)
R 124 of 382 ~ 32.46%
G 146 of 382 ~ 38.22%
B 112 of 382 ~ 29.32'%

%32.46
%38.22
%29.32

CMYK color model

#7C9270 color CMYK value is (15,0,23,43).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 23.29%
  • key color value is 42.75%
CMYK: (15,0,23,43) C15M0Y23K43 (15%,0%,23%,43%) (0.15/0.00/0.23/0.43) 

CMYK percentages

%15.07
%0
%23.29
%42.75

Codes

Color #7C9270 in popluar color models

7C 92 70
RGB 124 146 112
HSL 99° 13.49% 50.59%
HSB/HSV 99° 23.29% 57.25%
CMYK 15.07% 0.00% 23.29%
42.75%

Color #7C9270 in popluar number systems.

HEX 7C 92 70
Decimal 124 146 112
Binary 1111100 10010010 1110000
Octal 174 222 160

Shades and tints

Shades of #7C9270

#7C9270
(124,146,112)
#718566
(113,133,102)
#66785C
(102,120,92)
#5B6B52
(91,107,82)
#505E48
(80,94,72)
#45513E
(69,81,62)
#3A4434
(58,68,52)
#2F372A
(47,55,42)
#242A20
(36,42,32)
#191D16
(25,29,22)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #7C9270

#7C9270
(124,146,112)
#879B7D
(135,155,125)
#92A48A
(146,164,138)
#9DAD97
(157,173,151)
#A8B6A4
(168,182,164)
#B3BFB1
(179,191,177)
#BEC8BE
(190,200,190)
#C9D1CB
(201,209,203)
#D4DAD8
(212,218,216)
#DFE3E5
(223,227,229)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9270; }

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

This text font color is #7C9270.

Background Color

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

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

This div background color is #7C9270.

Border color

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

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

This div border color is #7C9270.

Opacity

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

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

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

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

This text has shadow with #7C9270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9270.

Preview

Color preview on black background

This text has color #7C9270 on black background.


Color preview on white background

This text has color #7C9270 on white background.


Black color preview on #7C9270 background

This text has black color on #7C9270 background.


White color preview on #7C9270 background

This text has white color on #7C9270 background.


Related colors

Complementary color

Complementary color for #hex is #836D8F.


I love getcolorcode.com

Triadic colors

1 #707C92 and #92707C with #7C9270 are triadic colors.

2 #70927C and #927C70 with #7C9270 are triadic colors.