COLOR #7C827F

HEX: #7C827F RGB: (124,130,127)

Color info

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

RGB color model

#7C827F color RGB value is (124,130,127).

RGB: (124,130,127) (49%, 51%, 50%)

RGB channels and saturation

R 124 of 255 = 49%
G 130 of 255 = 51%
B 127 of 255 = 50%

124
130
127

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

Portions of RGB colors in percentages

R + G + B = 124 + 130 + 127 = 381 (100%)
R 124 of 381 ~ 32.55%
G 130 of 381 ~ 34.12%
B 127 of 381 ~ 33.33'%

%32.55
%34.12
%33.33

CMYK color model

#7C827F color CMYK value is (5,0,2,49).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 2.31%
  • key color value is 49.02%

CMYK: (5,0,2,49)
C5M0Y2K49 (5%, 0%, 2%, 49%)
(0.05 / 0.00 / 0.02 / 0.49)

CMYK percentages

%4.62
%0
%2.31
%49.02

Codes

Color #7C827F in popluar color models

7C 82 7F
RGB 124 130 127
HSL 150° 2.36% 49.80%
HSB/HSV 150° 4.62% 50.98%
CMYK 4.62% 0.00% 2.31%
49.02%

Color #7C827F in popluar number systems.

HEX 7C 82 7F
Decimal 124 130 127
Binary 1111100 10000010 1111111
Octal 174 202 177

Shades and tints

Shades of #7C827F

#7C827F
(124,130,127)
#717774
(113,119,116)
#666C69
(102,108,105)
#5B615E
(91,97,94)
#505653
(80,86,83)
#454B48
(69,75,72)
#3A403D
(58,64,61)
#2F3532
(47,53,50)
#242A27
(36,42,39)
#191F1C
(25,31,28)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #7C827F

#7C827F
(124,130,127)
#878D8A
(135,141,138)
#929895
(146,152,149)
#9DA3A0
(157,163,160)
#A8AEAB
(168,174,171)
#B3B9B6
(179,185,182)
#BEC4C1
(190,196,193)
#C9CFCC
(201,207,204)
#D4DAD7
(212,218,215)
#DFE5E2
(223,229,226)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C827F; }

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

This text font color is #7C827F.

Background Color

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

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

This div background color is #7C827F.

Border color

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

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

This div border color is #7C827F.

Opacity

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

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

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

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

This text has shadow with #7C827F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C827F.

Preview

Color preview on black background

This text has color #7C827F on black background.


Color preview on white background

This text has color #7C827F on white background.


Black color preview on #7C827F background

This text has black color on #7C827F background.


White color preview on #7C827F background

This text has white color on #7C827F background.


Related colors

Complementary color

Complementary color for #hex is #837D80.


I love getcolorcode.com

Triadic colors

1 #7F7C82 and #827F7C with #7C827F are triadic colors.

2 #7F827C and #827C7F with #7C827F are triadic colors.