COLOR #7C8A91

HEX: #7C8A91 RGB: (124,138,145)

Color info

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

RGB color model

#7C8A91 color RGB value is (124,138,145).

RGB: (124,138,145) (49%, 54%, 57%)

RGB channels and saturation

R 124 of 255 = 49%
G 138 of 255 = 54%
B 145 of 255 = 57%

124
138
145

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

Portions of RGB colors in percentages

R + G + B = 124 + 138 + 145 = 407 (100%)
R 124 of 407 ~ 30.47%
G 138 of 407 ~ 33.91%
B 145 of 407 ~ 35.63'%

%30.47
%33.91
%35.63

CMYK color model

#7C8A91 color CMYK value is (14,5,0,43).

  • cyan value is 14.48%
  • magenta value is 4.83%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (14,5,0,43)
C14M5Y0K43 (14%, 5%, 0%, 43%)
(0.14 / 0.05 / 0.00 / 0.43)

CMYK percentages

%14.48
%4.83
%0
%43.14

Codes

Color #7C8A91 in popluar color models

7C 8A 91
RGB 124 138 145
HSL 200° 8.71% 52.75%
HSB/HSV 200° 14.48% 56.86%
CMYK 14.48% 4.83% 0.00%
43.14%

Color #7C8A91 in popluar number systems.

HEX 7C 8A 91
Decimal 124 138 145
Binary 1111100 10001010 10010001
Octal 174 212 221

Shades and tints

Shades of #7C8A91

#7C8A91
(124,138,145)
#717E84
(113,126,132)
#667277
(102,114,119)
#5B666A
(91,102,106)
#505A5D
(80,90,93)
#454E50
(69,78,80)
#3A4243
(58,66,67)
#2F3636
(47,54,54)
#242A29
(36,42,41)
#191E1C
(25,30,28)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #7C8A91

#7C8A91
(124,138,145)
#87949B
(135,148,155)
#929EA5
(146,158,165)
#9DA8AF
(157,168,175)
#A8B2B9
(168,178,185)
#B3BCC3
(179,188,195)
#BEC6CD
(190,198,205)
#C9D0D7
(201,208,215)
#D4DAE1
(212,218,225)
#DFE4EB
(223,228,235)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8A91 color. Also use rgb(124,138,145) instead hex code.

Text Font Color

.myTextColor { color: #7C8A91; }

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

This text font color is #7C8A91.

Background Color

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

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

This div background color is #7C8A91.

Border color

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

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

This div border color is #7C8A91.

Opacity

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

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

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

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

This text has shadow with #7C8A91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8A91.

Preview

Color preview on black background

This text has color #7C8A91 on black background.


Color preview on white background

This text has color #7C8A91 on white background.


Black color preview on #7C8A91 background

This text has black color on #7C8A91 background.


White color preview on #7C8A91 background

This text has white color on #7C8A91 background.


Related colors

Complementary color

Complementary color for #hex is #83756E.


I love getcolorcode.com

Triadic colors

1 #917C8A and #8A917C with #7C8A91 are triadic colors.

2 #918A7C and #8A7C91 with #7C8A91 are triadic colors.