COLOR #736A8A

HEX: #736A8A
RGB: (115,106,138)

Color info

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

RGB color model

#736A8A color RGB value is (115,106,138).

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

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 138 of 255 = 54%

115
106
138

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

Portions of RGB colors in percentages

R + G + B =
115 + 106 + 138 = 359 (100%)
R 115 of 359 ~ 32.03%
G 106 of 359 ~ 29.53%
B 138 of 359 ~ 38.44%

%32.03
%29.53
%38.44

CMYK color model

#736A8A color CMYK value is (17,23,0,46).

  • cyan value is 16.67%
  • magenta value is 23.19%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(17,23,0,46)
C17M23Y0K46 
(17%,23%,0%,46%)
(0.17/0.23/0.00/0.46)	

CMYK percentages

%16.67
%23.19
%0
%45.88

Codes

Color #736A8A in popluar color models

736A8A
RGB115106138
HSL257°13.11%47.84%
HSB/HSV257°23.19%54.12%
CMYK16.67%23.19%0.00%
45.88%

Color #736A8A in popluar number systems.

HEX736A8A
Decimal115106138
Binary1110011110101010001010
Octal163152212

Shades and tints

Shades of #736A8A

#736A8A
(115,106,138)
#69617E
(105,97,126)
#5F5872
(95,88,114)
#554F66
(85,79,102)
#4B465A
(75,70,90)
#413D4E
(65,61,78)
#373442
(55,52,66)
#2D2B36
(45,43,54)
#23222A
(35,34,42)
#19191E
(25,25,30)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #736A8A

#736A8A
(115,106,138)
#7F7794
(127,119,148)
#8B849E
(139,132,158)
#9791A8
(151,145,168)
#A39EB2
(163,158,178)
#AFABBC
(175,171,188)
#BBB8C6
(187,184,198)
#C7C5D0
(199,197,208)
#D3D2DA
(211,210,218)
#DFDFE4
(223,223,228)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736A8A; }

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

This text font color is #736A8A.


Background Color

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

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

This div background color is #736A8A.


Border color

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

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

This div border color is #736A8A.


Opacity

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

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

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

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

This text has shadow with #736A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736A8A on black background.


Color preview on white background

This text has color #736A8A on white background.



Black color preview on #736A8A background

This text has black color on #736A8A background.


White color preview on #736A8A background

This text has white color on #736A8A background.