COLOR #7D7587

HEX: #7D7587
RGB: (125,117,135)

Renk bilgisi

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

RGB renk modeli

#7D7587 color RGB value is (125,117,135).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 117 of 255 = 46%
B 135 of 255 = 53%

125
117
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 117 + 135 = 377 (100%)
R 125 of 377 ~ 33.16%
G 117 of 377 ~ 31.03%
B 135 of 377 ~ 35.81%

%33.16
%31.03
%35.81

CMYK RENK MODELİ

#7D7587 rengi CMYK tonu (7,13,0,47).

  • camgöbeği tonu 7.41%
  • eflatun tonu 13.33%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(7,13,0,47)
C7M13Y0K47 
(7%,13%,0%,47%)
(0.07/0.13/0.00/0.47)	

CMYK yüzdeleri

%7.41
%13.33
%0
%47.06

Codes

Color #7D7587 in popluar color models

7D7587
RGB125117135
HSL267°7.14%49.41%
HSB/HSV267°13.33%52.94%
CMYK7.41%13.33%0.00%
47.06%

Color #7D7587 in popluar number systems.

HEX7D7587
Decimal125117135
Binary1111101111010110000111
Octal175165207

Shades and tints

Shades of #7D7587

#7D7587
(125,117,135)
#726B7B
(114,107,123)
#67616F
(103,97,111)
#5C5763
(92,87,99)
#514D57
(81,77,87)
#46434B
(70,67,75)
#3B393F
(59,57,63)
#302F33
(48,47,51)
#252527
(37,37,39)
#1A1B1B
(26,27,27)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #7D7587

#7D7587
(125,117,135)
#888191
(136,129,145)
#938D9B
(147,141,155)
#9E99A5
(158,153,165)
#A9A5AF
(169,165,175)
#B4B1B9
(180,177,185)
#BFBDC3
(191,189,195)
#CAC9CD
(202,201,205)
#D5D5D7
(213,213,215)
#E0E1E1
(224,225,225)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7587; }

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

This text font color is #7D7587.


Background Color

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

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

This div background color is #7D7587.


Border color

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

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

This div border color is #7D7587.


Opacity

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

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

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

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

This text has shadow with #7D7587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7587 on black background.


Color preview on white background

This text has color #7D7587 on white background.



Black color preview on #7D7587 background

This text has black color on #7D7587 background.


White color preview on #7D7587 background

This text has white color on #7D7587 background.