COLOR #736879

HEX: #736879
RGB: (115,104,121)

Color info

#736879 contains red, green and blue colors in about the same proportion. Web safe color of #736879 is #666666 (or #666).

RGB color model

#736879 color RGB value is (115,104,121).

  • red value is 115;
  • green value is 104;
  • blue value is 121.
RGB:
(115,104,121)
(45%,41%,47%)

RGB channels and saturation

R 115 of 255 = 45%
G 104 of 255 = 41%
B 121 of 255 = 47%

115
104
121

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

Portions of RGB colors in percentages

R + G + B =
115 + 104 + 121 = 340 (100%)
R 115 of 340 ~ 33.82%
G 104 of 340 ~ 30.59%
B 121 of 340 ~ 35.59%

%33.82
%30.59
%35.59

CMYK color model

#736879 color CMYK value is (5,14,0,53).

  • cyan value is 4.96%
  • magenta value is 14.05%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(5,14,0,53)
C5M14Y0K53 
(5%,14%,0%,53%)
(0.05/0.14/0.00/0.53)	

CMYK percentages

%4.96
%14.05
%0
%52.55

Codes

Color #736879 in popluar color models

736879
RGB115104121
HSL279°7.56%44.12%
HSB/HSV279°14.05%47.45%
CMYK4.96%14.05%0.00%
52.55%

Color #736879 in popluar number systems.

HEX736879
Decimal115104121
Binary111001111010001111001
Octal163150171

Shades and tints

Shades of #736879

#736879
(115,104,121)
#695F6E
(105,95,110)
#5F5663
(95,86,99)
#554D58
(85,77,88)
#4B444D
(75,68,77)
#413B42
(65,59,66)
#373237
(55,50,55)
#2D292C
(45,41,44)
#232021
(35,32,33)
#191716
(25,23,22)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #736879

#736879
(115,104,121)
#7F7585
(127,117,133)
#8B8291
(139,130,145)
#978F9D
(151,143,157)
#A39CA9
(163,156,169)
#AFA9B5
(175,169,181)
#BBB6C1
(187,182,193)
#C7C3CD
(199,195,205)
#D3D0D9
(211,208,217)
#DFDDE5
(223,221,229)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736879 color. Also use rgb(115,104,121) instead hex code.

Text Font Color

.myTextColor { color: #736879; }

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

This text font color is #736879.


Background Color

.myBgColor { background-color: #736879; }

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

This div background color is #736879.


Border color

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

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

This div border color is #736879.


Opacity

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

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

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

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

This text has shadow with #736879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736879 on black background.


Color preview on white background

This text has color #736879 on white background.



Black color preview on #736879 background

This text has black color on #736879 background.


White color preview on #736879 background

This text has white color on #736879 background.