COLOR #7D5750

HEX: #7D5750
RGB: (125,87,80)

Renk bilgisi

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

RGB renk modeli

#7D5750 color RGB value is (125,87,80).

  • kırmız ton 125;
  • yeşil ton 87;
  • mavi ton 80.
RGB:
(125,87,80)
(49%,34%,31%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 87 of 255 = 34%
B 80 of 255 = 31%

125
87
80

R + G + B ~ 38%. #7D5750 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 87 + 80 = 292 (100%)
R 125 of 292 ~ 42.81%
G 87 of 292 ~ 29.79%
B 80 of 292 ~ 27.4%

%42.81
%29.79
%27.4

CMYK RENK MODELİ

#7D5750 rengi CMYK tonu (0,30,36,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.40%
  • sarı tonu 36.00%
  • ana renk tonu 50.98%
CMYK:
(0,30,36,51)
C0M30Y36K51 
(0%,30%,36%,51%)
(0.00/0.30/0.36/0.51)	

CMYK yüzdeleri

%0
%30.4
%36
%50.98

Codes

Color #7D5750 in popluar color models

7D5750
RGB1258780
HSL21.95%40.20%
HSB/HSV36.00%49.02%
CMYK0.00%30.40%36.00%
50.98%

Color #7D5750 in popluar number systems.

HEX7D5750
Decimal1258780
Binary111110110101111010000
Octal175127120

Shades and tints

Shades of #7D5750

#7D5750
(125,87,80)
#725049
(114,80,73)
#674942
(103,73,66)
#5C423B
(92,66,59)
#513B34
(81,59,52)
#46342D
(70,52,45)
#3B2D26
(59,45,38)
#30261F
(48,38,31)
#251F18
(37,31,24)
#1A1811
(26,24,17)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #7D5750

#7D5750
(125,87,80)
#88665F
(136,102,95)
#93756E
(147,117,110)
#9E847D
(158,132,125)
#A9938C
(169,147,140)
#B4A29B
(180,162,155)
#BFB1AA
(191,177,170)
#CAC0B9
(202,192,185)
#D5CFC8
(213,207,200)
#E0DED7
(224,222,215)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5750; }

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

This text font color is #7D5750.


Background Color

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

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

This div background color is #7D5750.


Border color

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

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

This div border color is #7D5750.


Opacity

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

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

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

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

This text has shadow with #7D5750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5750 on black background.


Color preview on white background

This text has color #7D5750 on white background.



Black color preview on #7D5750 background

This text has black color on #7D5750 background.


White color preview on #7D5750 background

This text has white color on #7D5750 background.