COLOR #704775

HEX: #704775
RGB: (112,71,117)

Renk bilgisi

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

RGB renk modeli

#704775 color RGB value is (112,71,117).

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

RGB bağlantıları ve doygunluk

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

112
71
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 71 + 117 = 300 (100%)
R 112 of 300 ~ 37.33%
G 71 of 300 ~ 23.67%
B 117 of 300 ~ 39%

%37.33
%23.67
%39

CMYK RENK MODELİ

#704775 rengi CMYK tonu (4,39,0,54).

  • camgöbeği tonu 4.27%
  • eflatun tonu 39.32%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(4,39,0,54)
C4M39Y0K54 
(4%,39%,0%,54%)
(0.04/0.39/0.00/0.54)	

CMYK yüzdeleri

%4.27
%39.32
%0
%54.12

Codes

Color #704775 in popluar color models

704775
RGB11271117
HSL293°24.47%36.86%
HSB/HSV293°39.32%45.88%
CMYK4.27%39.32%0.00%
54.12%

Color #704775 in popluar number systems.

HEX704775
Decimal11271117
Binary111000010001111110101
Octal160107165

Shades and tints

Shades of #704775

#704775
(112,71,117)
#66416B
(102,65,107)
#5C3B61
(92,59,97)
#523557
(82,53,87)
#482F4D
(72,47,77)
#3E2943
(62,41,67)
#342339
(52,35,57)
#2A1D2F
(42,29,47)
#201725
(32,23,37)
#16111B
(22,17,27)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #704775

#704775
(112,71,117)
#7D5781
(125,87,129)
#8A678D
(138,103,141)
#977799
(151,119,153)
#A487A5
(164,135,165)
#B197B1
(177,151,177)
#BEA7BD
(190,167,189)
#CBB7C9
(203,183,201)
#D8C7D5
(216,199,213)
#E5D7E1
(229,215,225)
#F2E7ED
(242,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704775; }

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

This text font color is #704775.


Background Color

.myBgColor { background-color: #704775; }

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

This div background color is #704775.


Border color

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

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

This div border color is #704775.


Opacity

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

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

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

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

This text has shadow with #704775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704775 on black background.


Color preview on white background

This text has color #704775 on white background.



Black color preview on #704775 background

This text has black color on #704775 background.


White color preview on #704775 background

This text has white color on #704775 background.