COLOR #7D8580

HEX: #7D8580
RGB: (125,133,128)

Renk bilgisi

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

RGB renk modeli

#7D8580 color RGB value is (125,133,128).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 133 of 255 = 52%
B 128 of 255 = 50%

125
133
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 133 + 128 = 386 (100%)
R 125 of 386 ~ 32.38%
G 133 of 386 ~ 34.46%
B 128 of 386 ~ 33.16%

%32.38
%34.46
%33.16

CMYK RENK MODELİ

#7D8580 rengi CMYK tonu (6,0,4,48).

  • camgöbeği tonu 6.02%
  • eflatun tonu 0.00%
  • sarı tonu 3.76%
  • ana renk tonu 47.84%
CMYK:
(6,0,4,48)
C6M0Y4K48 
(6%,0%,4%,48%)
(0.06/0.00/0.04/0.48)	

CMYK yüzdeleri

%6.02
%0
%3.76
%47.84

Codes

Color #7D8580 in popluar color models

7D8580
RGB125133128
HSL143°3.17%50.59%
HSB/HSV143°6.02%52.16%
CMYK6.02%0.00%3.76%
47.84%

Color #7D8580 in popluar number systems.

HEX7D8580
Decimal125133128
Binary11111011000010110000000
Octal175205200

Shades and tints

Shades of #7D8580

#7D8580
(125,133,128)
#727975
(114,121,117)
#676D6A
(103,109,106)
#5C615F
(92,97,95)
#515554
(81,85,84)
#464949
(70,73,73)
#3B3D3E
(59,61,62)
#303133
(48,49,51)
#252528
(37,37,40)
#1A191D
(26,25,29)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #7D8580

#7D8580
(125,133,128)
#88908B
(136,144,139)
#939B96
(147,155,150)
#9EA6A1
(158,166,161)
#A9B1AC
(169,177,172)
#B4BCB7
(180,188,183)
#BFC7C2
(191,199,194)
#CAD2CD
(202,210,205)
#D5DDD8
(213,221,216)
#E0E8E3
(224,232,227)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8580; }

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

This text font color is #7D8580.


Background Color

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

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

This div background color is #7D8580.


Border color

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

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

This div border color is #7D8580.


Opacity

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

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

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

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

This text has shadow with #7D8580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8580 on black background.


Color preview on white background

This text has color #7D8580 on white background.



Black color preview on #7D8580 background

This text has black color on #7D8580 background.


White color preview on #7D8580 background

This text has white color on #7D8580 background.