COLOR #D76379

HEX: #D76379
RGB: (215,99,121)

Renk bilgisi

#D76379 contains mainly red color. #D76379 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#D76379 color RGB value is (215,99,121).

  • kırmız ton 215;
  • yeşil ton 99;
  • mavi ton 121.
RGB:
(215,99,121)
(84%,39%,47%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 99 of 255 = 39%
B 121 of 255 = 47%

215
99
121

R + G + B ~ 57%. #D76379 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 99 + 121 = 435 (100%)
R 215 of 435 ~ 49.43%
G 99 of 435 ~ 22.76%
B 121 of 435 ~ 27.82%

%49.43
%22.76
%27.82

CMYK RENK MODELİ

#D76379 rengi CMYK tonu (0,54,44,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.95%
  • sarı tonu 43.72%
  • ana renk tonu 15.69%
CMYK:
(0,54,44,16)
C0M54Y44K16 
(0%,54%,44%,16%)
(0.00/0.54/0.44/0.16)	

CMYK yüzdeleri

%0
%53.95
%43.72
%15.69

Codes

Color #D76379 in popluar color models

D76379
RGB21599121
HSL349°59.18%61.57%
HSB/HSV349°53.95%84.31%
CMYK0.00%53.95%43.72%
15.69%

Color #D76379 in popluar number systems.

HEXD76379
Decimal21599121
Binary1101011111000111111001
Octal327143171

Shades and tints

Shades of #D76379

#D76379
(215,99,121)
#C45A6E
(196,90,110)
#B15163
(177,81,99)
#9E4858
(158,72,88)
#8B3F4D
(139,63,77)
#783642
(120,54,66)
#652D37
(101,45,55)
#52242C
(82,36,44)
#3F1B21
(63,27,33)
#2C1216
(44,18,22)
#19090B
(25,9,11)
#000000
(0,0,0)

Tints of #D76379

#D76379
(215,99,121)
#DA7185
(218,113,133)
#DD7F91
(221,127,145)
#E08D9D
(224,141,157)
#E39BA9
(227,155,169)
#E6A9B5
(230,169,181)
#E9B7C1
(233,183,193)
#ECC5CD
(236,197,205)
#EFD3D9
(239,211,217)
#F2E1E5
(242,225,229)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76379 color. Also use rgb(215,99,121) instead hex code.

Text Font Color

.myTextColor { color: #D76379; }

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

This text font color is #D76379.


Background Color

.myBgColor { background-color: #D76379; }

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

This div background color is #D76379.


Border color

.myBorderColor { border: 1px solid #D76379; }

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

This div border color is #D76379.


Opacity

.myOpacity80 { color: #D76379; opacity: 0.8; }

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

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

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

This text has shadow with #D76379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76379 on black background.


Color preview on white background

This text has color #D76379 on white background.



Black color preview on #D76379 background

This text has black color on #D76379 background.


White color preview on #D76379 background

This text has white color on #D76379 background.