COLOR #736771

HEX: #736771
RGB: (115,103,113)

Color info

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

RGB color model

#736771 color RGB value is (115,103,113).

  • red value is 115;
  • green value is 103;
  • blue value is 113.
RGB:
(115,103,113)
(45%,40%,44%)

RGB channels and saturation

R 115 of 255 = 45%
G 103 of 255 = 40%
B 113 of 255 = 44%

115
103
113

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

Portions of RGB colors in percentages

R + G + B =
115 + 103 + 113 = 331 (100%)
R 115 of 331 ~ 34.74%
G 103 of 331 ~ 31.12%
B 113 of 331 ~ 34.14%

%34.74
%31.12
%34.14

CMYK color model

#736771 color CMYK value is (0,10,2,55).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 1.74%
  • key color value is 54.90%
CMYK:
(0,10,2,55)
C0M10Y2K55 
(0%,10%,2%,55%)
(0.00/0.10/0.02/0.55)	

CMYK percentages

%0
%10.43
%1.74
%54.9

Codes

Color #736771 in popluar color models

736771
RGB115103113
HSL310°5.50%42.75%
HSB/HSV310°10.43%45.10%
CMYK0.00%10.43%1.74%
54.90%

Color #736771 in popluar number systems.

HEX736771
Decimal115103113
Binary111001111001111110001
Octal163147161

Shades and tints

Shades of #736771

#736771
(115,103,113)
#695E67
(105,94,103)
#5F555D
(95,85,93)
#554C53
(85,76,83)
#4B4349
(75,67,73)
#413A3F
(65,58,63)
#373135
(55,49,53)
#2D282B
(45,40,43)
#231F21
(35,31,33)
#191617
(25,22,23)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #736771

#736771
(115,103,113)
#7F747D
(127,116,125)
#8B8189
(139,129,137)
#978E95
(151,142,149)
#A39BA1
(163,155,161)
#AFA8AD
(175,168,173)
#BBB5B9
(187,181,185)
#C7C2C5
(199,194,197)
#D3CFD1
(211,207,209)
#DFDCDD
(223,220,221)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736771 color. Also use rgb(115,103,113) instead hex code.

Text Font Color

.myTextColor { color: #736771; }

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

This text font color is #736771.


Background Color

.myBgColor { background-color: #736771; }

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

This div background color is #736771.


Border color

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

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

This div border color is #736771.


Opacity

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

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

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

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

This text has shadow with #736771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736771 on black background.


Color preview on white background

This text has color #736771 on white background.



Black color preview on #736771 background

This text has black color on #736771 background.


White color preview on #736771 background

This text has white color on #736771 background.