COLOR #704C6C

HEX: #704C6C RGB: (112,76,108)

Color info

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

RGB color model

#704C6C color RGB value is (112,76,108).

RGB: (112,76,108) (44%, 30%, 42%)

RGB channels and saturation

R 112 of 255 = 44%
G 76 of 255 = 30%
B 108 of 255 = 42%

112
76
108

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

Portions of RGB colors in percentages

R + G + B = 112 + 76 + 108 = 296 (100%)
R 112 of 296 ~ 37.84%
G 76 of 296 ~ 25.68%
B 108 of 296 ~ 36.49'%

%37.84
%25.68
%36.49

CMYK color model

#704C6C color CMYK value is (0,32,4,56).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 3.57%
  • key color value is 56.08%

CMYK: (0,32,4,56)
C0M32Y4K56 (0%, 32%, 4%, 56%)
(0.00 / 0.32 / 0.04 / 0.56)

CMYK percentages

%0
%32.14
%3.57
%56.08

Codes

Color #704C6C in popluar color models

70 4C 6C
RGB 112 76 108
HSL 307° 19.15% 36.86%
HSB/HSV 307° 32.14% 43.92%
CMYK 0.00% 32.14% 3.57%
56.08%

Color #704C6C in popluar number systems.

HEX 70 4C 6C
Decimal 112 76 108
Binary 1110000 1001100 1101100
Octal 160 114 154

Shades and tints

Shades of #704C6C

#704C6C
(112,76,108)
#664663
(102,70,99)
#5C405A
(92,64,90)
#523A51
(82,58,81)
#483448
(72,52,72)
#3E2E3F
(62,46,63)
#342836
(52,40,54)
#2A222D
(42,34,45)
#201C24
(32,28,36)
#16161B
(22,22,27)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #704C6C

#704C6C
(112,76,108)
#7D5C79
(125,92,121)
#8A6C86
(138,108,134)
#977C93
(151,124,147)
#A48CA0
(164,140,160)
#B19CAD
(177,156,173)
#BEACBA
(190,172,186)
#CBBCC7
(203,188,199)
#D8CCD4
(216,204,212)
#E5DCE1
(229,220,225)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704C6C color. Also use rgb(112,76,108) instead hex code.

Text Font Color

.myTextColor { color: #704C6C; }

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

This text font color is #704C6C.

Background Color

.myBgColor { background-color: #704C6C; }

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

This div background color is #704C6C.

Border color

.myBorderColor { border: 1px solid #704C6C; }

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

This div border color is #704C6C.

Opacity

.myOpacity80 { color: #704C6C; opacity: 0.8; }

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

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

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

This text has shadow with #704C6C color.


.textShadow {text-shadow: 3px 3px 1px #704C6C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #704C6C; -webkit-box-shadow: 1px 1px 3px 2px #704C6C; box-shadow:1px 1px 3px 2px #704C6C;">
Div content here
</div>

This div box has shadow with color #704C6C.

Preview

Color preview on black background

This text has color #704C6C on black background.


Color preview on white background

This text has color #704C6C on white background.


Black color preview on #704C6C background

This text has black color on #704C6C background.


White color preview on #704C6C background

This text has white color on #704C6C background.


Related colors

Complementary color

Complementary color for #hex is #8FB393.


I love getcolorcode.com

Triadic colors

1 #6C704C and #4C6C70 with #704C6C are triadic colors.

2 #6C4C70 and #4C706C with #704C6C are triadic colors.