COLOR #7C8481

HEX: #7C8481 RGB: (124,132,129)

Color info

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

RGB color model

#7C8481 color RGB value is (124,132,129).

RGB: (124,132,129) (49%, 52%, 51%)

RGB channels and saturation

R 124 of 255 = 49%
G 132 of 255 = 52%
B 129 of 255 = 51%

124
132
129

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

Portions of RGB colors in percentages

R + G + B = 124 + 132 + 129 = 385 (100%)
R 124 of 385 ~ 32.21%
G 132 of 385 ~ 34.29%
B 129 of 385 ~ 33.51'%

%32.21
%34.29
%33.51

CMYK color model

#7C8481 color CMYK value is (6,0,2,48).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 48.24%

CMYK: (6,0,2,48)
C6M0Y2K48 (6%, 0%, 2%, 48%)
(0.06 / 0.00 / 0.02 / 0.48)

CMYK percentages

%6.06
%0
%2.27
%48.24

Codes

Color #7C8481 in popluar color models

7C 84 81
RGB 124 132 129
HSL 158° 3.15% 50.20%
HSB/HSV 158° 6.06% 51.76%
CMYK 6.06% 0.00% 2.27%
48.24%

Color #7C8481 in popluar number systems.

HEX 7C 84 81
Decimal 124 132 129
Binary 1111100 10000100 10000001
Octal 174 204 201

Shades and tints

Shades of #7C8481

#7C8481
(124,132,129)
#717876
(113,120,118)
#666C6B
(102,108,107)
#5B6060
(91,96,96)
#505455
(80,84,85)
#45484A
(69,72,74)
#3A3C3F
(58,60,63)
#2F3034
(47,48,52)
#242429
(36,36,41)
#19181E
(25,24,30)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #7C8481

#7C8481
(124,132,129)
#878F8C
(135,143,140)
#929A97
(146,154,151)
#9DA5A2
(157,165,162)
#A8B0AD
(168,176,173)
#B3BBB8
(179,187,184)
#BEC6C3
(190,198,195)
#C9D1CE
(201,209,206)
#D4DCD9
(212,220,217)
#DFE7E4
(223,231,228)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8481 color. Also use rgb(124,132,129) instead hex code.

Text Font Color

.myTextColor { color: #7C8481; }

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

This text font color is #7C8481.

Background Color

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

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

This div background color is #7C8481.

Border color

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

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

This div border color is #7C8481.

Opacity

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

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

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

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

This text has shadow with #7C8481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8481.

Preview

Color preview on black background

This text has color #7C8481 on black background.


Color preview on white background

This text has color #7C8481 on white background.


Black color preview on #7C8481 background

This text has black color on #7C8481 background.


White color preview on #7C8481 background

This text has white color on #7C8481 background.


Related colors

Complementary color

Complementary color for #hex is #837B7E.


I love getcolorcode.com

Triadic colors

1 #817C84 and #84817C with #7C8481 are triadic colors.

2 #81847C and #847C81 with #7C8481 are triadic colors.