COLOR #734C6E

HEX: #734C6E RGB: (115,76,110)

Color info

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

RGB color model

#734C6E color RGB value is (115,76,110).

RGB: (115,76,110) (45%, 30%, 43%)

RGB channels and saturation

R 115 of 255 = 45%
G 76 of 255 = 30%
B 110 of 255 = 43%

115
76
110

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

Portions of RGB colors in percentages

R + G + B = 115 + 76 + 110 = 301 (100%)
R 115 of 301 ~ 38.21%
G 76 of 301 ~ 25.25%
B 110 of 301 ~ 36.54'%

%38.21
%25.25
%36.54

CMYK color model

#734C6E color CMYK value is (0,34,4,55).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 4.35%
  • key color value is 54.90%

CMYK: (0,34,4,55)
C0M34Y4K55 (0%, 34%, 4%, 55%)
(0.00 / 0.34 / 0.04 / 0.55)

CMYK percentages

%0
%33.91
%4.35
%54.9

Codes

Color #734C6E in popluar color models

73 4C 6E
RGB 115 76 110
HSL 308° 20.42% 37.45%
HSB/HSV 308° 33.91% 45.10%
CMYK 0.00% 33.91% 4.35%
54.90%

Color #734C6E in popluar number systems.

HEX 73 4C 6E
Decimal 115 76 110
Binary 1110011 1001100 1101110
Octal 163 114 156

Shades and tints

Shades of #734C6E

#734C6E
(115,76,110)
#694664
(105,70,100)
#5F405A
(95,64,90)
#553A50
(85,58,80)
#4B3446
(75,52,70)
#412E3C
(65,46,60)
#372832
(55,40,50)
#2D2228
(45,34,40)
#231C1E
(35,28,30)
#191614
(25,22,20)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #734C6E

#734C6E
(115,76,110)
#7F5C7B
(127,92,123)
#8B6C88
(139,108,136)
#977C95
(151,124,149)
#A38CA2
(163,140,162)
#AF9CAF
(175,156,175)
#BBACBC
(187,172,188)
#C7BCC9
(199,188,201)
#D3CCD6
(211,204,214)
#DFDCE3
(223,220,227)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734C6E; }

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

This text font color is #734C6E.

Background Color

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

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

This div background color is #734C6E.

Border color

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

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

This div border color is #734C6E.

Opacity

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

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

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

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

This text has shadow with #734C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #734C6E.

Preview

Color preview on black background

This text has color #734C6E on black background.


Color preview on white background

This text has color #734C6E on white background.


Black color preview on #734C6E background

This text has black color on #734C6E background.


White color preview on #734C6E background

This text has white color on #734C6E background.


Related colors

Complementary color

Complementary color for #hex is #8CB391.


I love getcolorcode.com

Triadic colors

1 #6E734C and #4C6E73 with #734C6E are triadic colors.

2 #6E4C73 and #4C736E with #734C6E are triadic colors.