COLOR #7D8780

HEX: #7D8780
RGB: (125,135,128)

Renk bilgisi

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

RGB renk modeli

#7D8780 color RGB value is (125,135,128).

  • kırmız ton 125;
  • yeşil ton 135;
  • mavi ton 128.
RGB:
(125,135,128)
(49%,53%,50%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 135 of 255 = 53%
B 128 of 255 = 50%

125
135
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 135 + 128 = 388 (100%)
R 125 of 388 ~ 32.22%
G 135 of 388 ~ 34.79%
B 128 of 388 ~ 32.99%

%32.22
%34.79
%32.99

CMYK RENK MODELİ

#7D8780 rengi CMYK tonu (7,0,5,47).

  • camgöbeği tonu 7.41%
  • eflatun tonu 0.00%
  • sarı tonu 5.19%
  • ana renk tonu 47.06%
CMYK:
(7,0,5,47)
C7M0Y5K47 
(7%,0%,5%,47%)
(0.07/0.00/0.05/0.47)	

CMYK yüzdeleri

%7.41
%0
%5.19
%47.06

Codes

Color #7D8780 in popluar color models

7D8780
RGB125135128
HSL138°4.00%50.98%
HSB/HSV138°7.41%52.94%
CMYK7.41%0.00%5.19%
47.06%

Color #7D8780 in popluar number systems.

HEX7D8780
Decimal125135128
Binary11111011000011110000000
Octal175207200

Shades and tints

Shades of #7D8780

#7D8780
(125,135,128)
#727B75
(114,123,117)
#676F6A
(103,111,106)
#5C635F
(92,99,95)
#515754
(81,87,84)
#464B49
(70,75,73)
#3B3F3E
(59,63,62)
#303333
(48,51,51)
#252728
(37,39,40)
#1A1B1D
(26,27,29)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #7D8780

#7D8780
(125,135,128)
#88918B
(136,145,139)
#939B96
(147,155,150)
#9EA5A1
(158,165,161)
#A9AFAC
(169,175,172)
#B4B9B7
(180,185,183)
#BFC3C2
(191,195,194)
#CACDCD
(202,205,205)
#D5D7D8
(213,215,216)
#E0E1E3
(224,225,227)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8780 color. Also use rgb(125,135,128) instead hex code.

Text Font Color

.myTextColor { color: #7D8780; }

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

This text font color is #7D8780.


Background Color

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

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

This div background color is #7D8780.


Border color

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

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

This div border color is #7D8780.


Opacity

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

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

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

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

This text has shadow with #7D8780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8780 on black background.


Color preview on white background

This text has color #7D8780 on white background.



Black color preview on #7D8780 background

This text has black color on #7D8780 background.


White color preview on #7D8780 background

This text has white color on #7D8780 background.