COLOR #7D6076

HEX: #7D6076
RGB: (125,96,118)

Renk bilgisi

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

RGB renk modeli

#7D6076 color RGB value is (125,96,118).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 96 of 255 = 38%
B 118 of 255 = 46%

125
96
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 96 + 118 = 339 (100%)
R 125 of 339 ~ 36.87%
G 96 of 339 ~ 28.32%
B 118 of 339 ~ 34.81%

%36.87
%28.32
%34.81

CMYK RENK MODELİ

#7D6076 rengi CMYK tonu (0,23,6,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.20%
  • sarı tonu 5.60%
  • ana renk tonu 50.98%
CMYK:
(0,23,6,51)
C0M23Y6K51 
(0%,23%,6%,51%)
(0.00/0.23/0.06/0.51)	

CMYK yüzdeleri

%0
%23.2
%5.6
%50.98

Codes

Color #7D6076 in popluar color models

7D6076
RGB12596118
HSL314°13.12%43.33%
HSB/HSV314°23.20%49.02%
CMYK0.00%23.20%5.60%
50.98%

Color #7D6076 in popluar number systems.

HEX7D6076
Decimal12596118
Binary111110111000001110110
Octal175140166

Shades and tints

Shades of #7D6076

#7D6076
(125,96,118)
#72586C
(114,88,108)
#675062
(103,80,98)
#5C4858
(92,72,88)
#51404E
(81,64,78)
#463844
(70,56,68)
#3B303A
(59,48,58)
#302830
(48,40,48)
#252026
(37,32,38)
#1A181C
(26,24,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #7D6076

#7D6076
(125,96,118)
#886E82
(136,110,130)
#937C8E
(147,124,142)
#9E8A9A
(158,138,154)
#A998A6
(169,152,166)
#B4A6B2
(180,166,178)
#BFB4BE
(191,180,190)
#CAC2CA
(202,194,202)
#D5D0D6
(213,208,214)
#E0DEE2
(224,222,226)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6076; }

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

This text font color is #7D6076.


Background Color

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

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

This div background color is #7D6076.


Border color

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

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

This div border color is #7D6076.


Opacity

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

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

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

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

This text has shadow with #7D6076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6076 on black background.


Color preview on white background

This text has color #7D6076 on white background.



Black color preview on #7D6076 background

This text has black color on #7D6076 background.


White color preview on #7D6076 background

This text has white color on #7D6076 background.