COLOR #7D6F81

HEX: #7D6F81
RGB: (125,111,129)

Renk bilgisi

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

RGB renk modeli

#7D6F81 color RGB value is (125,111,129).

  • kırmız ton 125;
  • yeşil ton 111;
  • mavi ton 129.
RGB:
(125,111,129)
(49%,44%,51%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 111 of 255 = 44%
B 129 of 255 = 51%

125
111
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 111 + 129 = 365 (100%)
R 125 of 365 ~ 34.25%
G 111 of 365 ~ 30.41%
B 129 of 365 ~ 35.34%

%34.25
%30.41
%35.34

CMYK RENK MODELİ

#7D6F81 rengi CMYK tonu (3,14,0,49).

  • camgöbeği tonu 3.10%
  • eflatun tonu 13.95%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(3,14,0,49)
C3M14Y0K49 
(3%,14%,0%,49%)
(0.03/0.14/0.00/0.49)	

CMYK yüzdeleri

%3.1
%13.95
%0
%49.41

Codes

Color #7D6F81 in popluar color models

7D6F81
RGB125111129
HSL287°7.50%47.06%
HSB/HSV287°13.95%50.59%
CMYK3.10%13.95%0.00%
49.41%

Color #7D6F81 in popluar number systems.

HEX7D6F81
Decimal125111129
Binary1111101110111110000001
Octal175157201

Shades and tints

Shades of #7D6F81

#7D6F81
(125,111,129)
#726576
(114,101,118)
#675B6B
(103,91,107)
#5C5160
(92,81,96)
#514755
(81,71,85)
#463D4A
(70,61,74)
#3B333F
(59,51,63)
#302934
(48,41,52)
#251F29
(37,31,41)
#1A151E
(26,21,30)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #7D6F81

#7D6F81
(125,111,129)
#887C8C
(136,124,140)
#938997
(147,137,151)
#9E96A2
(158,150,162)
#A9A3AD
(169,163,173)
#B4B0B8
(180,176,184)
#BFBDC3
(191,189,195)
#CACACE
(202,202,206)
#D5D7D9
(213,215,217)
#E0E4E4
(224,228,228)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6F81; }

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

This text font color is #7D6F81.


Background Color

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

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

This div background color is #7D6F81.


Border color

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

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

This div border color is #7D6F81.


Opacity

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

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

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

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

This text has shadow with #7D6F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6F81 on black background.


Color preview on white background

This text has color #7D6F81 on white background.



Black color preview on #7D6F81 background

This text has black color on #7D6F81 background.


White color preview on #7D6F81 background

This text has white color on #7D6F81 background.