COLOR #734C6C

HEX: #734C6C RGB: (115,76,108)

Color info

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

RGB color model

#734C6C color RGB value is (115,76,108).

RGB: (115,76,108) (45%, 30%, 42%)

RGB channels and saturation

R 115 of 255 = 45%
G 76 of 255 = 30%
B 108 of 255 = 42%

115
76
108

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

Portions of RGB colors in percentages

R + G + B = 115 + 76 + 108 = 299 (100%)
R 115 of 299 ~ 38.46%
G 76 of 299 ~ 25.42%
B 108 of 299 ~ 36.12'%

%38.46
%25.42
%36.12

CMYK color model

#734C6C color CMYK value is (0,34,6,55).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 6.09%
  • key color value is 54.90%
CMYK: (0,34,6,55) C0M34Y6K55 (0%,34%,6%,55%) (0.00/0.34/0.06/0.55) 

CMYK percentages

%0
%33.91
%6.09
%54.9

Codes

Color #734C6C in popluar color models

73 4C 6C
RGB 115 76 108
HSL 311° 20.42% 37.45%
HSB/HSV 311° 33.91% 45.10%
CMYK 0.00% 33.91% 6.09%
54.90%

Color #734C6C in popluar number systems.

HEX 73 4C 6C
Decimal 115 76 108
Binary 1110011 1001100 1101100
Octal 163 114 154

Shades and tints

Shades of #734C6C

#734C6C
(115,76,108)
#694663
(105,70,99)
#5F405A
(95,64,90)
#553A51
(85,58,81)
#4B3448
(75,52,72)
#412E3F
(65,46,63)
#372836
(55,40,54)
#2D222D
(45,34,45)
#231C24
(35,28,36)
#19161B
(25,22,27)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #734C6C

#734C6C
(115,76,108)
#7F5C79
(127,92,121)
#8B6C86
(139,108,134)
#977C93
(151,124,147)
#A38CA0
(163,140,160)
#AF9CAD
(175,156,173)
#BBACBA
(187,172,186)
#C7BCC7
(199,188,199)
#D3CCD4
(211,204,212)
#DFDCE1
(223,220,225)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734C6C; }

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

This text font color is #734C6C.

Background Color

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

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

This div background color is #734C6C.

Border color

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

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

This div border color is #734C6C.

Opacity

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

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

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

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

This text has shadow with #734C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #734C6C.

Preview

Color preview on black background

This text has color #734C6C on black background.


Color preview on white background

This text has color #734C6C on white background.


Black color preview on #734C6C background

This text has black color on #734C6C background.


White color preview on #734C6C background

This text has white color on #734C6C background.


Related colors

Complementary color

Complementary color for #hex is #8CB393.


I love getcolorcode.com

Triadic colors

1 #6C734C and #4C6C73 with #734C6C are triadic colors.

2 #6C4C73 and #4C736C with #734C6C are triadic colors.