COLOR #736876

HEX: #736876
RGB: (115,104,118)

Color info

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

RGB color model

#736876 color RGB value is (115,104,118).

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

RGB channels and saturation

R 115 of 255 = 45%
G 104 of 255 = 41%
B 118 of 255 = 46%

115
104
118

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

Portions of RGB colors in percentages

R + G + B =
115 + 104 + 118 = 337 (100%)
R 115 of 337 ~ 34.12%
G 104 of 337 ~ 30.86%
B 118 of 337 ~ 35.01%

%34.12
%30.86
%35.01

CMYK color model

#736876 color CMYK value is (3,12,0,54).

  • cyan value is 2.54%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,12,0,54)
C3M12Y0K54 
(3%,12%,0%,54%)
(0.03/0.12/0.00/0.54)	

CMYK percentages

%2.54
%11.86
%0
%53.73

Codes

Color #736876 in popluar color models

736876
RGB115104118
HSL287°6.31%43.53%
HSB/HSV287°11.86%46.27%
CMYK2.54%11.86%0.00%
53.73%

Color #736876 in popluar number systems.

HEX736876
Decimal115104118
Binary111001111010001110110
Octal163150166

Shades and tints

Shades of #736876

#736876
(115,104,118)
#695F6C
(105,95,108)
#5F5662
(95,86,98)
#554D58
(85,77,88)
#4B444E
(75,68,78)
#413B44
(65,59,68)
#37323A
(55,50,58)
#2D2930
(45,41,48)
#232026
(35,32,38)
#19171C
(25,23,28)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #736876

#736876
(115,104,118)
#7F7582
(127,117,130)
#8B828E
(139,130,142)
#978F9A
(151,143,154)
#A39CA6
(163,156,166)
#AFA9B2
(175,169,178)
#BBB6BE
(187,182,190)
#C7C3CA
(199,195,202)
#D3D0D6
(211,208,214)
#DFDDE2
(223,221,226)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736876; }

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

This text font color is #736876.


Background Color

.myBgColor { background-color: #736876; }

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

This div background color is #736876.


Border color

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

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

This div border color is #736876.


Opacity

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

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

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

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

This text has shadow with #736876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736876 on black background.


Color preview on white background

This text has color #736876 on white background.



Black color preview on #736876 background

This text has black color on #736876 background.


White color preview on #736876 background

This text has white color on #736876 background.