COLOR #736A88

HEX: #736A88
RGB: (115,106,136)

Color info

#736A88 contains red, green and blue colors in about the same proportion. Web safe color of #736A88 is #666699 (or #669).

RGB color model

#736A88 color RGB value is (115,106,136).

  • red value is 115;
  • green value is 106;
  • blue value is 136.
RGB:
(115,106,136)
(45%,42%,53%)

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 136 of 255 = 53%

115
106
136

R + G + B ~ 47%. #736A88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 106 + 136 = 357 (100%)
R 115 of 357 ~ 32.21%
G 106 of 357 ~ 29.69%
B 136 of 357 ~ 38.1%

%32.21
%29.69
%38.1

CMYK color model

#736A88 color CMYK value is (15,22,0,47).

  • cyan value is 15.44%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(15,22,0,47)
C15M22Y0K47 
(15%,22%,0%,47%)
(0.15/0.22/0.00/0.47)	

CMYK percentages

%15.44
%22.06
%0
%46.67

Codes

Color #736A88 in popluar color models

736A88
RGB115106136
HSL258°12.40%47.45%
HSB/HSV258°22.06%53.33%
CMYK15.44%22.06%0.00%
46.67%

Color #736A88 in popluar number systems.

HEX736A88
Decimal115106136
Binary1110011110101010001000
Octal163152210

Shades and tints

Shades of #736A88

#736A88
(115,106,136)
#69617C
(105,97,124)
#5F5870
(95,88,112)
#554F64
(85,79,100)
#4B4658
(75,70,88)
#413D4C
(65,61,76)
#373440
(55,52,64)
#2D2B34
(45,43,52)
#232228
(35,34,40)
#19191C
(25,25,28)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #736A88

#736A88
(115,106,136)
#7F7792
(127,119,146)
#8B849C
(139,132,156)
#9791A6
(151,145,166)
#A39EB0
(163,158,176)
#AFABBA
(175,171,186)
#BBB8C4
(187,184,196)
#C7C5CE
(199,197,206)
#D3D2D8
(211,210,216)
#DFDFE2
(223,223,226)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736A88 color. Also use rgb(115,106,136) instead hex code.

Text Font Color

.myTextColor { color: #736A88; }

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

This text font color is #736A88.


Background Color

.myBgColor { background-color: #736A88; }

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

This div background color is #736A88.


Border color

.myBorderColor { border: 1px solid #736A88; }

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

This div border color is #736A88.


Opacity

.myOpacity80 { color: #736A88; opacity: 0.8; }

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

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

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

This text has shadow with #736A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736A88 on black background.


Color preview on white background

This text has color #736A88 on white background.



Black color preview on #736A88 background

This text has black color on #736A88 background.


White color preview on #736A88 background

This text has white color on #736A88 background.