COLOR #76475E

HEX: #76475E
RGB: (118,71,94)

Renk bilgisi

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

RGB renk modeli

#76475E color RGB value is (118,71,94).

  • kırmız ton 118;
  • yeşil ton 71;
  • mavi ton 94.
RGB:
(118,71,94)
(46%,28%,37%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 71 of 255 = 28%
B 94 of 255 = 37%

118
71
94

R + G + B ~ 37%. #76475E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 71 + 94 = 283 (100%)
R 118 of 283 ~ 41.7%
G 71 of 283 ~ 25.09%
B 94 of 283 ~ 33.22%

%41.7
%25.09
%33.22

CMYK RENK MODELİ

#76475E rengi CMYK tonu (0,40,20,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.83%
  • sarı tonu 20.34%
  • ana renk tonu 53.73%
CMYK:
(0,40,20,54)
C0M40Y20K54 
(0%,40%,20%,54%)
(0.00/0.40/0.20/0.54)	

CMYK yüzdeleri

%0
%39.83
%20.34
%53.73

Codes

Color #76475E in popluar color models

76475E
RGB1187194
HSL331°24.87%37.06%
HSB/HSV331°39.83%46.27%
CMYK0.00%39.83%20.34%
53.73%

Color #76475E in popluar number systems.

HEX76475E
Decimal1187194
Binary111011010001111011110
Octal166107136

Shades and tints

Shades of #76475E

#76475E
(118,71,94)
#6C4156
(108,65,86)
#623B4E
(98,59,78)
#583546
(88,53,70)
#4E2F3E
(78,47,62)
#442936
(68,41,54)
#3A232E
(58,35,46)
#301D26
(48,29,38)
#26171E
(38,23,30)
#1C1116
(28,17,22)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #76475E

#76475E
(118,71,94)
#82576C
(130,87,108)
#8E677A
(142,103,122)
#9A7788
(154,119,136)
#A68796
(166,135,150)
#B297A4
(178,151,164)
#BEA7B2
(190,167,178)
#CAB7C0
(202,183,192)
#D6C7CE
(214,199,206)
#E2D7DC
(226,215,220)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76475E color. Also use rgb(118,71,94) instead hex code.

Text Font Color

.myTextColor { color: #76475E; }

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

This text font color is #76475E.


Background Color

.myBgColor { background-color: #76475E; }

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

This div background color is #76475E.


Border color

.myBorderColor { border: 1px solid #76475E; }

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

This div border color is #76475E.


Opacity

.myOpacity80 { color: #76475E; opacity: 0.8; }

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

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

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

This text has shadow with #76475E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76475E on black background.


Color preview on white background

This text has color #76475E on white background.



Black color preview on #76475E background

This text has black color on #76475E background.


White color preview on #76475E background

This text has white color on #76475E background.