COLOR #704977

HEX: #704977
RGB: (112,73,119)

Renk bilgisi

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

RGB renk modeli

#704977 color RGB value is (112,73,119).

  • kırmız ton 112;
  • yeşil ton 73;
  • mavi ton 119.
RGB:
(112,73,119)
(44%,29%,47%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 73 of 255 = 29%
B 119 of 255 = 47%

112
73
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 73 + 119 = 304 (100%)
R 112 of 304 ~ 36.84%
G 73 of 304 ~ 24.01%
B 119 of 304 ~ 39.14%

%36.84
%24.01
%39.14

CMYK RENK MODELİ

#704977 rengi CMYK tonu (6,39,0,53).

  • camgöbeği tonu 5.88%
  • eflatun tonu 38.66%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(6,39,0,53)
C6M39Y0K53 
(6%,39%,0%,53%)
(0.06/0.39/0.00/0.53)	

CMYK yüzdeleri

%5.88
%38.66
%0
%53.33

Codes

Color #704977 in popluar color models

704977
RGB11273119
HSL291°23.96%37.65%
HSB/HSV291°38.66%46.67%
CMYK5.88%38.66%0.00%
53.33%

Color #704977 in popluar number systems.

HEX704977
Decimal11273119
Binary111000010010011110111
Octal160111167

Shades and tints

Shades of #704977

#704977
(112,73,119)
#66436D
(102,67,109)
#5C3D63
(92,61,99)
#523759
(82,55,89)
#48314F
(72,49,79)
#3E2B45
(62,43,69)
#34253B
(52,37,59)
#2A1F31
(42,31,49)
#201927
(32,25,39)
#16131D
(22,19,29)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #704977

#704977
(112,73,119)
#7D5983
(125,89,131)
#8A698F
(138,105,143)
#97799B
(151,121,155)
#A489A7
(164,137,167)
#B199B3
(177,153,179)
#BEA9BF
(190,169,191)
#CBB9CB
(203,185,203)
#D8C9D7
(216,201,215)
#E5D9E3
(229,217,227)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704977 color. Also use rgb(112,73,119) instead hex code.

Text Font Color

.myTextColor { color: #704977; }

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

This text font color is #704977.


Background Color

.myBgColor { background-color: #704977; }

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

This div background color is #704977.


Border color

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

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

This div border color is #704977.


Opacity

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

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

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

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

This text has shadow with #704977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704977 on black background.


Color preview on white background

This text has color #704977 on white background.



Black color preview on #704977 background

This text has black color on #704977 background.


White color preview on #704977 background

This text has white color on #704977 background.