COLOR #7C8980

HEX: #7C8980
RGB: (124,137,128)

Renk bilgisi

#7C8980 contains red, green and blue colors in about the same proportion. #7C8980 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#7C8980 color RGB value is (124,137,128).

  • kırmız ton 124;
  • yeşil ton 137;
  • mavi ton 128.
RGB:
(124,137,128)
(49%,54%,50%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 137 of 255 = 54%
B 128 of 255 = 50%

124
137
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 137 + 128 = 389 (100%)
R 124 of 389 ~ 31.88%
G 137 of 389 ~ 35.22%
B 128 of 389 ~ 32.9%

%31.88
%35.22
%32.9

CMYK RENK MODELİ

#7C8980 rengi CMYK tonu (9,0,7,46).

  • camgöbeği tonu 9.49%
  • eflatun tonu 0.00%
  • sarı tonu 6.57%
  • ana renk tonu 46.27%
CMYK:
(9,0,7,46)
C9M0Y7K46 
(9%,0%,7%,46%)
(0.09/0.00/0.07/0.46)	

CMYK yüzdeleri

%9.49
%0
%6.57
%46.27

Codes

Color #7C8980 in popluar color models

7C8980
RGB124137128
HSL138°5.22%51.18%
HSB/HSV138°9.49%53.73%
CMYK9.49%0.00%6.57%
46.27%

Color #7C8980 in popluar number systems.

HEX7C8980
Decimal124137128
Binary11111001000100110000000
Octal174211200

Shades and tints

Shades of #7C8980

#7C8980
(124,137,128)
#717D75
(113,125,117)
#66716A
(102,113,106)
#5B655F
(91,101,95)
#505954
(80,89,84)
#454D49
(69,77,73)
#3A413E
(58,65,62)
#2F3533
(47,53,51)
#242928
(36,41,40)
#191D1D
(25,29,29)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #7C8980

#7C8980
(124,137,128)
#87938B
(135,147,139)
#929D96
(146,157,150)
#9DA7A1
(157,167,161)
#A8B1AC
(168,177,172)
#B3BBB7
(179,187,183)
#BEC5C2
(190,197,194)
#C9CFCD
(201,207,205)
#D4D9D8
(212,217,216)
#DFE3E3
(223,227,227)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8980 color. Also use rgb(124,137,128) instead hex code.

Text Font Color

.myTextColor { color: #7C8980; }

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

This text font color is #7C8980.


Background Color

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

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

This div background color is #7C8980.


Border color

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

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

This div border color is #7C8980.


Opacity

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

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

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

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

This text has shadow with #7C8980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8980 on black background.


Color preview on white background

This text has color #7C8980 on white background.



Black color preview on #7C8980 background

This text has black color on #7C8980 background.


White color preview on #7C8980 background

This text has white color on #7C8980 background.