COLOR #7C927B

HEX: #7C927B RGB: (124,146,123)

Color info

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

RGB color model

#7C927B color RGB value is (124,146,123).

RGB: (124,146,123) (49%, 57%, 48%)

RGB channels and saturation

R 124 of 255 = 49%
G 146 of 255 = 57%
B 123 of 255 = 48%

124
146
123

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

Portions of RGB colors in percentages

R + G + B = 124 + 146 + 123 = 393 (100%)
R 124 of 393 ~ 31.55%
G 146 of 393 ~ 37.15%
B 123 of 393 ~ 31.3'%

%31.55
%37.15
%31.3

CMYK color model

#7C927B color CMYK value is (15,0,16,43).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 42.75%

CMYK: (15,0,16,43)
C15M0Y16K43 (15%, 0%, 16%, 43%)
(0.15 / 0.00 / 0.16 / 0.43)

CMYK percentages

%15.07
%0
%15.75
%42.75

Codes

Color #7C927B in popluar color models

7C 92 7B
RGB 124 146 123
HSL 117° 9.54% 52.75%
HSB/HSV 117° 15.75% 57.25%
CMYK 15.07% 0.00% 15.75%
42.75%

Color #7C927B in popluar number systems.

HEX 7C 92 7B
Decimal 124 146 123
Binary 1111100 10010010 1111011
Octal 174 222 173

Shades and tints

Shades of #7C927B

#7C927B
(124,146,123)
#718570
(113,133,112)
#667865
(102,120,101)
#5B6B5A
(91,107,90)
#505E4F
(80,94,79)
#455144
(69,81,68)
#3A4439
(58,68,57)
#2F372E
(47,55,46)
#242A23
(36,42,35)
#191D18
(25,29,24)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #7C927B

#7C927B
(124,146,123)
#879B87
(135,155,135)
#92A493
(146,164,147)
#9DAD9F
(157,173,159)
#A8B6AB
(168,182,171)
#B3BFB7
(179,191,183)
#BEC8C3
(190,200,195)
#C9D1CF
(201,209,207)
#D4DADB
(212,218,219)
#DFE3E7
(223,227,231)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C927B; }

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

This text font color is #7C927B.

Background Color

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

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

This div background color is #7C927B.

Border color

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

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

This div border color is #7C927B.

Opacity

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

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

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

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

This text has shadow with #7C927B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C927B.

Preview

Color preview on black background

This text has color #7C927B on black background.


Color preview on white background

This text has color #7C927B on white background.


Black color preview on #7C927B background

This text has black color on #7C927B background.


White color preview on #7C927B background

This text has white color on #7C927B background.


Related colors

Complementary color

Complementary color for #hex is #836D84.


I love getcolorcode.com

Triadic colors

1 #7B7C92 and #927B7C with #7C927B are triadic colors.

2 #7B927C and #927C7B with #7C927B are triadic colors.