COLOR #7D7575

HEX: #7D7575
RGB: (125,117,117)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

125
117
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 117 + 117 = 359 (100%)
R 125 of 359 ~ 34.82%
G 117 of 359 ~ 32.59%
B 117 of 359 ~ 32.59%

%34.82
%32.59
%32.59

CMYK RENK MODELİ

#7D7575 rengi CMYK tonu (0,6,6,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.40%
  • sarı tonu 6.40%
  • ana renk tonu 50.98%
CMYK:
(0,6,6,51)
C0M6Y6K51 
(0%,6%,6%,51%)
(0.00/0.06/0.06/0.51)	

CMYK yüzdeleri

%0
%6.4
%6.4
%50.98

Codes

Color #7D7575 in popluar color models

7D7575
RGB125117117
HSL3.31%47.45%
HSB/HSV6.40%49.02%
CMYK0.00%6.40%6.40%
50.98%

Color #7D7575 in popluar number systems.

HEX7D7575
Decimal125117117
Binary111110111101011110101
Octal175165165

Shades and tints

Shades of #7D7575

#7D7575
(125,117,117)
#726B6B
(114,107,107)
#676161
(103,97,97)
#5C5757
(92,87,87)
#514D4D
(81,77,77)
#464343
(70,67,67)
#3B3939
(59,57,57)
#302F2F
(48,47,47)
#252525
(37,37,37)
#1A1B1B
(26,27,27)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #7D7575

#7D7575
(125,117,117)
#888181
(136,129,129)
#938D8D
(147,141,141)
#9E9999
(158,153,153)
#A9A5A5
(169,165,165)
#B4B1B1
(180,177,177)
#BFBDBD
(191,189,189)
#CAC9C9
(202,201,201)
#D5D5D5
(213,213,213)
#E0E1E1
(224,225,225)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7575; }

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

This text font color is #7D7575.


Background Color

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

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

This div background color is #7D7575.


Border color

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

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

This div border color is #7D7575.


Opacity

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

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

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

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

This text has shadow with #7D7575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7575 on black background.


Color preview on white background

This text has color #7D7575 on white background.



Black color preview on #7D7575 background

This text has black color on #7D7575 background.


White color preview on #7D7575 background

This text has white color on #7D7575 background.