COLOR #7D5A55

HEX: #7D5A55
RGB: (125,90,85)

Renk bilgisi

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

RGB renk modeli

#7D5A55 color RGB value is (125,90,85).

  • kırmız ton 125;
  • yeşil ton 90;
  • mavi ton 85.
RGB:
(125,90,85)
(49%,35%,33%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 90 of 255 = 35%
B 85 of 255 = 33%

125
90
85

R + G + B ~ 39%. #7D5A55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 90 + 85 = 300 (100%)
R 125 of 300 ~ 41.67%
G 90 of 300 ~ 30%
B 85 of 300 ~ 28.33%

%41.67
%30
%28.33

CMYK RENK MODELİ

#7D5A55 rengi CMYK tonu (0,28,32,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.00%
  • sarı tonu 32.00%
  • ana renk tonu 50.98%
CMYK:
(0,28,32,51)
C0M28Y32K51 
(0%,28%,32%,51%)
(0.00/0.28/0.32/0.51)	

CMYK yüzdeleri

%0
%28
%32
%50.98

Codes

Color #7D5A55 in popluar color models

7D5A55
RGB1259085
HSL19.05%41.18%
HSB/HSV32.00%49.02%
CMYK0.00%28.00%32.00%
50.98%

Color #7D5A55 in popluar number systems.

HEX7D5A55
Decimal1259085
Binary111110110110101010101
Octal175132125

Shades and tints

Shades of #7D5A55

#7D5A55
(125,90,85)
#72524E
(114,82,78)
#674A47
(103,74,71)
#5C4240
(92,66,64)
#513A39
(81,58,57)
#463232
(70,50,50)
#3B2A2B
(59,42,43)
#302224
(48,34,36)
#251A1D
(37,26,29)
#1A1216
(26,18,22)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #7D5A55

#7D5A55
(125,90,85)
#886964
(136,105,100)
#937873
(147,120,115)
#9E8782
(158,135,130)
#A99691
(169,150,145)
#B4A5A0
(180,165,160)
#BFB4AF
(191,180,175)
#CAC3BE
(202,195,190)
#D5D2CD
(213,210,205)
#E0E1DC
(224,225,220)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5A55; }

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

This text font color is #7D5A55.


Background Color

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

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

This div background color is #7D5A55.


Border color

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

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

This div border color is #7D5A55.


Opacity

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

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

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

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

This text has shadow with #7D5A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5A55 on black background.


Color preview on white background

This text has color #7D5A55 on white background.



Black color preview on #7D5A55 background

This text has black color on #7D5A55 background.


White color preview on #7D5A55 background

This text has white color on #7D5A55 background.