COLOR #7C9082

HEX: #7C9082 RGB: (124,144,130)

Color info

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

RGB color model

#7C9082 color RGB value is (124,144,130).

RGB: (124,144,130) (49%, 56%, 51%)

RGB channels and saturation

R 124 of 255 = 49%
G 144 of 255 = 56%
B 130 of 255 = 51%

124
144
130

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

Portions of RGB colors in percentages

R + G + B = 124 + 144 + 130 = 398 (100%)
R 124 of 398 ~ 31.16%
G 144 of 398 ~ 36.18%
B 130 of 398 ~ 32.66'%

%31.16
%36.18
%32.66

CMYK color model

#7C9082 color CMYK value is (14,0,10,44).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 43.53%

CMYK: (14,0,10,44)
C14M0Y10K44 (14%, 0%, 10%, 44%)
(0.14 / 0.00 / 0.10 / 0.44)

CMYK percentages

%13.89
%0
%9.72
%43.53

Codes

Color #7C9082 in popluar color models

7C 90 82
RGB 124 144 130
HSL 138° 8.26% 52.55%
HSB/HSV 138° 13.89% 56.47%
CMYK 13.89% 0.00% 9.72%
43.53%

Color #7C9082 in popluar number systems.

HEX 7C 90 82
Decimal 124 144 130
Binary 1111100 10010000 10000010
Octal 174 220 202

Shades and tints

Shades of #7C9082

#7C9082
(124,144,130)
#718377
(113,131,119)
#66766C
(102,118,108)
#5B6961
(91,105,97)
#505C56
(80,92,86)
#454F4B
(69,79,75)
#3A4240
(58,66,64)
#2F3535
(47,53,53)
#24282A
(36,40,42)
#191B1F
(25,27,31)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #7C9082

#7C9082
(124,144,130)
#879A8D
(135,154,141)
#92A498
(146,164,152)
#9DAEA3
(157,174,163)
#A8B8AE
(168,184,174)
#B3C2B9
(179,194,185)
#BECCC4
(190,204,196)
#C9D6CF
(201,214,207)
#D4E0DA
(212,224,218)
#DFEAE5
(223,234,229)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9082; }

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

This text font color is #7C9082.

Background Color

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

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

This div background color is #7C9082.

Border color

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

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

This div border color is #7C9082.

Opacity

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

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

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

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

This text has shadow with #7C9082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9082.

Preview

Color preview on black background

This text has color #7C9082 on black background.


Color preview on white background

This text has color #7C9082 on white background.


Black color preview on #7C9082 background

This text has black color on #7C9082 background.


White color preview on #7C9082 background

This text has white color on #7C9082 background.


Related colors

Complementary color

Complementary color for #hex is #836F7D.


I love getcolorcode.com

Triadic colors

1 #827C90 and #90827C with #7C9082 are triadic colors.

2 #82907C and #907C82 with #7C9082 are triadic colors.