COLOR #7D7376

HEX: #7D7376
RGB: (125,115,118)

Renk bilgisi

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

RGB renk modeli

#7D7376 color RGB value is (125,115,118).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 115 of 255 = 45%
B 118 of 255 = 46%

125
115
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 115 + 118 = 358 (100%)
R 125 of 358 ~ 34.92%
G 115 of 358 ~ 32.12%
B 118 of 358 ~ 32.96%

%34.92
%32.12
%32.96

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.00%
  • sarı tonu 5.60%
  • ana renk tonu 50.98%
CMYK:
(0,8,6,51)
C0M8Y6K51 
(0%,8%,6%,51%)
(0.00/0.08/0.06/0.51)	

CMYK yüzdeleri

%0
%8
%5.6
%50.98

Codes

Color #7D7376 in popluar color models

7D7376
RGB125115118
HSL342°4.17%47.06%
HSB/HSV342°8.00%49.02%
CMYK0.00%8.00%5.60%
50.98%

Color #7D7376 in popluar number systems.

HEX7D7376
Decimal125115118
Binary111110111100111110110
Octal175163166

Shades and tints

Shades of #7D7376

#7D7376
(125,115,118)
#72696C
(114,105,108)
#675F62
(103,95,98)
#5C5558
(92,85,88)
#514B4E
(81,75,78)
#464144
(70,65,68)
#3B373A
(59,55,58)
#302D30
(48,45,48)
#252326
(37,35,38)
#1A191C
(26,25,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #7D7376

#7D7376
(125,115,118)
#887F82
(136,127,130)
#938B8E
(147,139,142)
#9E979A
(158,151,154)
#A9A3A6
(169,163,166)
#B4AFB2
(180,175,178)
#BFBBBE
(191,187,190)
#CAC7CA
(202,199,202)
#D5D3D6
(213,211,214)
#E0DFE2
(224,223,226)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7376; }

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

This text font color is #7D7376.


Background Color

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

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

This div background color is #7D7376.


Border color

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

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

This div border color is #7D7376.


Opacity

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

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

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

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

This text has shadow with #7D7376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7376 on black background.


Color preview on white background

This text has color #7D7376 on white background.



Black color preview on #7D7376 background

This text has black color on #7D7376 background.


White color preview on #7D7376 background

This text has white color on #7D7376 background.