COLOR #7C9185

HEX: #7C9185 RGB: (124,145,133)

Color info

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

RGB color model

#7C9185 color RGB value is (124,145,133).

RGB: (124,145,133) (49%, 57%, 52%)

RGB channels and saturation

R 124 of 255 = 49%
G 145 of 255 = 57%
B 133 of 255 = 52%

124
145
133

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

Portions of RGB colors in percentages

R + G + B = 124 + 145 + 133 = 402 (100%)
R 124 of 402 ~ 30.85%
G 145 of 402 ~ 36.07%
B 133 of 402 ~ 33.08'%

%30.85
%36.07
%33.08

CMYK color model

#7C9185 color CMYK value is (14,0,8,43).

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

CMYK: (14,0,8,43)
C14M0Y8K43 (14%, 0%, 8%, 43%)
(0.14 / 0.00 / 0.08 / 0.43)

CMYK percentages

%14.48
%0
%8.28
%43.14

Codes

Color #7C9185 in popluar color models

7C 91 85
RGB 124 145 133
HSL 146° 8.71% 52.75%
HSB/HSV 146° 14.48% 56.86%
CMYK 14.48% 0.00% 8.28%
43.14%

Color #7C9185 in popluar number systems.

HEX 7C 91 85
Decimal 124 145 133
Binary 1111100 10010001 10000101
Octal 174 221 205

Shades and tints

Shades of #7C9185

#7C9185
(124,145,133)
#718479
(113,132,121)
#66776D
(102,119,109)
#5B6A61
(91,106,97)
#505D55
(80,93,85)
#455049
(69,80,73)
#3A433D
(58,67,61)
#2F3631
(47,54,49)
#242925
(36,41,37)
#191C19
(25,28,25)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #7C9185

#7C9185
(124,145,133)
#879B90
(135,155,144)
#92A59B
(146,165,155)
#9DAFA6
(157,175,166)
#A8B9B1
(168,185,177)
#B3C3BC
(179,195,188)
#BECDC7
(190,205,199)
#C9D7D2
(201,215,210)
#D4E1DD
(212,225,221)
#DFEBE8
(223,235,232)
#EAF5F3
(234,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9185; }

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

This text font color is #7C9185.

Background Color

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

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

This div background color is #7C9185.

Border color

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

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

This div border color is #7C9185.

Opacity

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

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

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

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

This text has shadow with #7C9185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9185.

Preview

Color preview on black background

This text has color #7C9185 on black background.


Color preview on white background

This text has color #7C9185 on white background.


Black color preview on #7C9185 background

This text has black color on #7C9185 background.


White color preview on #7C9185 background

This text has white color on #7C9185 background.


Related colors

Complementary color

Complementary color for #hex is #836E7A.


I love getcolorcode.com

Triadic colors

1 #857C91 and #91857C with #7C9185 are triadic colors.

2 #85917C and #917C85 with #7C9185 are triadic colors.