COLOR #7D4975

HEX: #7D4975
RGB: (125,73,117)

Renk bilgisi

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

RGB renk modeli

#7D4975 color RGB value is (125,73,117).

  • kırmız ton 125;
  • yeşil ton 73;
  • mavi ton 117.
RGB:
(125,73,117)
(49%,29%,46%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 73 of 255 = 29%
B 117 of 255 = 46%

125
73
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 73 + 117 = 315 (100%)
R 125 of 315 ~ 39.68%
G 73 of 315 ~ 23.17%
B 117 of 315 ~ 37.14%

%39.68
%23.17
%37.14

CMYK RENK MODELİ

#7D4975 rengi CMYK tonu (0,42,6,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.60%
  • sarı tonu 6.40%
  • ana renk tonu 50.98%
CMYK:
(0,42,6,51)
C0M42Y6K51 
(0%,42%,6%,51%)
(0.00/0.42/0.06/0.51)	

CMYK yüzdeleri

%0
%41.6
%6.4
%50.98

Codes

Color #7D4975 in popluar color models

7D4975
RGB12573117
HSL309°26.26%38.82%
HSB/HSV309°41.60%49.02%
CMYK0.00%41.60%6.40%
50.98%

Color #7D4975 in popluar number systems.

HEX7D4975
Decimal12573117
Binary111110110010011110101
Octal175111165

Shades and tints

Shades of #7D4975

#7D4975
(125,73,117)
#72436B
(114,67,107)
#673D61
(103,61,97)
#5C3757
(92,55,87)
#51314D
(81,49,77)
#462B43
(70,43,67)
#3B2539
(59,37,57)
#301F2F
(48,31,47)
#251925
(37,25,37)
#1A131B
(26,19,27)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #7D4975

#7D4975
(125,73,117)
#885981
(136,89,129)
#93698D
(147,105,141)
#9E7999
(158,121,153)
#A989A5
(169,137,165)
#B499B1
(180,153,177)
#BFA9BD
(191,169,189)
#CAB9C9
(202,185,201)
#D5C9D5
(213,201,213)
#E0D9E1
(224,217,225)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4975; }

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

This text font color is #7D4975.


Background Color

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

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

This div background color is #7D4975.


Border color

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

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

This div border color is #7D4975.


Opacity

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

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

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

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

This text has shadow with #7D4975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4975 on black background.


Color preview on white background

This text has color #7D4975 on white background.



Black color preview on #7D4975 background

This text has black color on #7D4975 background.


White color preview on #7D4975 background

This text has white color on #7D4975 background.