COLOR #D76D73

HEX: #D76D73
RGB: (215,109,115)

Renk bilgisi

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

RGB renk modeli

#D76D73 color RGB value is (215,109,115).

  • kırmız ton 215;
  • yeşil ton 109;
  • mavi ton 115.
RGB:
(215,109,115)
(84%,43%,45%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 109 of 255 = 43%
B 115 of 255 = 45%

215
109
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 109 + 115 = 439 (100%)
R 215 of 439 ~ 48.97%
G 109 of 439 ~ 24.83%
B 115 of 439 ~ 26.2%

%48.97
%24.83
%26.2

CMYK RENK MODELİ

#D76D73 rengi CMYK tonu (0,49,47,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.30%
  • sarı tonu 46.51%
  • ana renk tonu 15.69%
CMYK:
(0,49,47,16)
C0M49Y47K16 
(0%,49%,47%,16%)
(0.00/0.49/0.47/0.16)	

CMYK yüzdeleri

%0
%49.3
%46.51
%15.69

Codes

Color #D76D73 in popluar color models

D76D73
RGB215109115
HSL357°56.99%63.53%
HSB/HSV357°49.30%84.31%
CMYK0.00%49.30%46.51%
15.69%

Color #D76D73 in popluar number systems.

HEXD76D73
Decimal215109115
Binary1101011111011011110011
Octal327155163

Shades and tints

Shades of #D76D73

#D76D73
(215,109,115)
#C46469
(196,100,105)
#B15B5F
(177,91,95)
#9E5255
(158,82,85)
#8B494B
(139,73,75)
#784041
(120,64,65)
#653737
(101,55,55)
#522E2D
(82,46,45)
#3F2523
(63,37,35)
#2C1C19
(44,28,25)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #D76D73

#D76D73
(215,109,115)
#DA7A7F
(218,122,127)
#DD878B
(221,135,139)
#E09497
(224,148,151)
#E3A1A3
(227,161,163)
#E6AEAF
(230,174,175)
#E9BBBB
(233,187,187)
#ECC8C7
(236,200,199)
#EFD5D3
(239,213,211)
#F2E2DF
(242,226,223)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76D73 color. Also use rgb(215,109,115) instead hex code.

Text Font Color

.myTextColor { color: #D76D73; }

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

This text font color is #D76D73.


Background Color

.myBgColor { background-color: #D76D73; }

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

This div background color is #D76D73.


Border color

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

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

This div border color is #D76D73.


Opacity

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

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

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

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

This text has shadow with #D76D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76D73 on black background.


Color preview on white background

This text has color #D76D73 on white background.



Black color preview on #D76D73 background

This text has black color on #D76D73 background.


White color preview on #D76D73 background

This text has white color on #D76D73 background.