COLOR #75476F

HEX: #75476F
RGB: (117,71,111)

Renk bilgisi

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

RGB renk modeli

#75476F color RGB value is (117,71,111).

  • kırmız ton 117;
  • yeşil ton 71;
  • mavi ton 111.
RGB:
(117,71,111)
(46%,28%,44%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 71 of 255 = 28%
B 111 of 255 = 44%

117
71
111

R + G + B ~ 39%. #75476F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 71 + 111 = 299 (100%)
R 117 of 299 ~ 39.13%
G 71 of 299 ~ 23.75%
B 111 of 299 ~ 37.12%

%39.13
%23.75
%37.12

CMYK RENK MODELİ

#75476F rengi CMYK tonu (0,39,5,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.32%
  • sarı tonu 5.13%
  • ana renk tonu 54.12%
CMYK:
(0,39,5,54)
C0M39Y5K54 
(0%,39%,5%,54%)
(0.00/0.39/0.05/0.54)	

CMYK yüzdeleri

%0
%39.32
%5.13
%54.12

Codes

Color #75476F in popluar color models

75476F
RGB11771111
HSL308°24.47%36.86%
HSB/HSV308°39.32%45.88%
CMYK0.00%39.32%5.13%
54.12%

Color #75476F in popluar number systems.

HEX75476F
Decimal11771111
Binary111010110001111101111
Octal165107157

Shades and tints

Shades of #75476F

#75476F
(117,71,111)
#6B4165
(107,65,101)
#613B5B
(97,59,91)
#573551
(87,53,81)
#4D2F47
(77,47,71)
#43293D
(67,41,61)
#392333
(57,35,51)
#2F1D29
(47,29,41)
#25171F
(37,23,31)
#1B1115
(27,17,21)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #75476F

#75476F
(117,71,111)
#81577C
(129,87,124)
#8D6789
(141,103,137)
#997796
(153,119,150)
#A587A3
(165,135,163)
#B197B0
(177,151,176)
#BDA7BD
(189,167,189)
#C9B7CA
(201,183,202)
#D5C7D7
(213,199,215)
#E1D7E4
(225,215,228)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75476F color. Also use rgb(117,71,111) instead hex code.

Text Font Color

.myTextColor { color: #75476F; }

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

This text font color is #75476F.


Background Color

.myBgColor { background-color: #75476F; }

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

This div background color is #75476F.


Border color

.myBorderColor { border: 1px solid #75476F; }

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

This div border color is #75476F.


Opacity

.myOpacity80 { color: #75476F; opacity: 0.8; }

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

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

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

This text has shadow with #75476F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75476F on black background.


Color preview on white background

This text has color #75476F on white background.



Black color preview on #75476F background

This text has black color on #75476F background.


White color preview on #75476F background

This text has white color on #75476F background.