COLOR #7D6C7D

HEX: #7D6C7D
RGB: (125,108,125)

Renk bilgisi

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

RGB renk modeli

#7D6C7D color RGB value is (125,108,125).

  • kırmız ton 125;
  • yeşil ton 108;
  • mavi ton 125.
RGB:
(125,108,125)
(49%,42%,49%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 108 of 255 = 42%
B 125 of 255 = 49%

125
108
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 108 + 125 = 358 (100%)
R 125 of 358 ~ 34.92%
G 108 of 358 ~ 30.17%
B 125 of 358 ~ 34.92%

%34.92
%30.17
%34.92

CMYK RENK MODELİ

#7D6C7D rengi CMYK tonu (0,14,0,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.60%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(0,14,0,51)
C0M14Y0K51 
(0%,14%,0%,51%)
(0.00/0.14/0.00/0.51)	

CMYK yüzdeleri

%0
%13.6
%0
%50.98

Codes

Color #7D6C7D in popluar color models

7D6C7D
RGB125108125
HSL300°7.30%45.69%
HSB/HSV300°13.60%49.02%
CMYK0.00%13.60%0.00%
50.98%

Color #7D6C7D in popluar number systems.

HEX7D6C7D
Decimal125108125
Binary111110111011001111101
Octal175154175

Shades and tints

Shades of #7D6C7D

#7D6C7D
(125,108,125)
#726372
(114,99,114)
#675A67
(103,90,103)
#5C515C
(92,81,92)
#514851
(81,72,81)
#463F46
(70,63,70)
#3B363B
(59,54,59)
#302D30
(48,45,48)
#252425
(37,36,37)
#1A1B1A
(26,27,26)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #7D6C7D

#7D6C7D
(125,108,125)
#887988
(136,121,136)
#938693
(147,134,147)
#9E939E
(158,147,158)
#A9A0A9
(169,160,169)
#B4ADB4
(180,173,180)
#BFBABF
(191,186,191)
#CAC7CA
(202,199,202)
#D5D4D5
(213,212,213)
#E0E1E0
(224,225,224)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6C7D; }

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

This text font color is #7D6C7D.


Background Color

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

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

This div background color is #7D6C7D.


Border color

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

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

This div border color is #7D6C7D.


Opacity

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

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

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

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

This text has shadow with #7D6C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6C7D on black background.


Color preview on white background

This text has color #7D6C7D on white background.



Black color preview on #7D6C7D background

This text has black color on #7D6C7D background.


White color preview on #7D6C7D background

This text has white color on #7D6C7D background.