COLOR #7D7271

HEX: #7D7271
RGB: (125,114,113)

Renk bilgisi

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

RGB renk modeli

#7D7271 color RGB value is (125,114,113).

  • kırmız ton 125;
  • yeşil ton 114;
  • mavi ton 113.
RGB:
(125,114,113)
(49%,45%,44%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 114 of 255 = 45%
B 113 of 255 = 44%

125
114
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 114 + 113 = 352 (100%)
R 125 of 352 ~ 35.51%
G 114 of 352 ~ 32.39%
B 113 of 352 ~ 32.1%

%35.51
%32.39
%32.1

CMYK RENK MODELİ

#7D7271 rengi CMYK tonu (0,9,10,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.80%
  • sarı tonu 9.60%
  • ana renk tonu 50.98%
CMYK:
(0,9,10,51)
C0M9Y10K51 
(0%,9%,10%,51%)
(0.00/0.09/0.10/0.51)	

CMYK yüzdeleri

%0
%8.8
%9.6
%50.98

Codes

Color #7D7271 in popluar color models

7D7271
RGB125114113
HSL5.04%46.67%
HSB/HSV9.60%49.02%
CMYK0.00%8.80%9.60%
50.98%

Color #7D7271 in popluar number systems.

HEX7D7271
Decimal125114113
Binary111110111100101110001
Octal175162161

Shades and tints

Shades of #7D7271

#7D7271
(125,114,113)
#726867
(114,104,103)
#675E5D
(103,94,93)
#5C5453
(92,84,83)
#514A49
(81,74,73)
#46403F
(70,64,63)
#3B3635
(59,54,53)
#302C2B
(48,44,43)
#252221
(37,34,33)
#1A1817
(26,24,23)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #7D7271

#7D7271
(125,114,113)
#887E7D
(136,126,125)
#938A89
(147,138,137)
#9E9695
(158,150,149)
#A9A2A1
(169,162,161)
#B4AEAD
(180,174,173)
#BFBAB9
(191,186,185)
#CAC6C5
(202,198,197)
#D5D2D1
(213,210,209)
#E0DEDD
(224,222,221)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7271; }

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

This text font color is #7D7271.


Background Color

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

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

This div background color is #7D7271.


Border color

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

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

This div border color is #7D7271.


Opacity

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

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

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

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

This text has shadow with #7D7271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7271 on black background.


Color preview on white background

This text has color #7D7271 on white background.



Black color preview on #7D7271 background

This text has black color on #7D7271 background.


White color preview on #7D7271 background

This text has white color on #7D7271 background.