COLOR #704875

HEX: #704875
RGB: (112,72,117)

Color info

#704875 contains red, green and blue colors in about the same proportion. Web safe color of #704875 is #663366 (or #636).

RGB color model

#704875 color RGB value is (112,72,117).

  • red value is 112;
  • green value is 72;
  • blue value is 117.
RGB:
(112,72,117)
(44%,28%,46%)

RGB channels and saturation

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

112
72
117

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

Portions of RGB colors in percentages

R + G + B =
112 + 72 + 117 = 301 (100%)
R 112 of 301 ~ 37.21%
G 72 of 301 ~ 23.92%
B 117 of 301 ~ 38.87%

%37.21
%23.92
%38.87

CMYK color model

#704875 color CMYK value is (4,38,0,54).

  • cyan value is 4.27%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(4,38,0,54)
C4M38Y0K54 
(4%,38%,0%,54%)
(0.04/0.38/0.00/0.54)	

CMYK percentages

%4.27
%38.46
%0
%54.12

Codes

Color #704875 in popluar color models

704875
RGB11272117
HSL293°23.81%37.06%
HSB/HSV293°38.46%45.88%
CMYK4.27%38.46%0.00%
54.12%

Color #704875 in popluar number systems.

HEX704875
Decimal11272117
Binary111000010010001110101
Octal160110165

Shades and tints

Shades of #704875

#704875
(112,72,117)
#66426B
(102,66,107)
#5C3C61
(92,60,97)
#523657
(82,54,87)
#48304D
(72,48,77)
#3E2A43
(62,42,67)
#342439
(52,36,57)
#2A1E2F
(42,30,47)
#201825
(32,24,37)
#16121B
(22,18,27)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #704875

#704875
(112,72,117)
#7D5881
(125,88,129)
#8A688D
(138,104,141)
#977899
(151,120,153)
#A488A5
(164,136,165)
#B198B1
(177,152,177)
#BEA8BD
(190,168,189)
#CBB8C9
(203,184,201)
#D8C8D5
(216,200,213)
#E5D8E1
(229,216,225)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704875; }

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

This text font color is #704875.


Background Color

.myBgColor { background-color: #704875; }

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

This div background color is #704875.


Border color

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

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

This div border color is #704875.


Opacity

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

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

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

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

This text has shadow with #704875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704875 on black background.


Color preview on white background

This text has color #704875 on white background.



Black color preview on #704875 background

This text has black color on #704875 background.


White color preview on #704875 background

This text has white color on #704875 background.