COLOR #717B92

HEX: #717B92 RGB: (113,123,146)

Color info

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

RGB color model

#717B92 color RGB value is (113,123,146).

RGB: (113,123,146) (44%, 48%, 57%)

RGB channels and saturation

R 113 of 255 = 44%
G 123 of 255 = 48%
B 146 of 255 = 57%

113
123
146

R + G + B ~ 50%. #717B92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 123 + 146 = 382 (100%)
R 113 of 382 ~ 29.58%
G 123 of 382 ~ 32.2%
B 146 of 382 ~ 38.22'%

%29.58
%32.2
%38.22

CMYK color model

#717B92 color CMYK value is (23,16,0,43).

  • cyan value is 22.60%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (23,16,0,43)
C23M16Y0K43 (23%, 16%, 0%, 43%)
(0.23 / 0.16 / 0.00 / 0.43)

CMYK percentages

%22.6
%15.75
%0
%42.75

Codes

Color #717B92 in popluar color models

71 7B 92
RGB 113 123 146
HSL 222° 13.15% 50.78%
HSB/HSV 222° 22.60% 57.25%
CMYK 22.60% 15.75% 0.00%
42.75%

Color #717B92 in popluar number systems.

HEX 71 7B 92
Decimal 113 123 146
Binary 1110001 1111011 10010010
Octal 161 173 222

Shades and tints

Shades of #717B92

#717B92
(113,123,146)
#677085
(103,112,133)
#5D6578
(93,101,120)
#535A6B
(83,90,107)
#494F5E
(73,79,94)
#3F4451
(63,68,81)
#353944
(53,57,68)
#2B2E37
(43,46,55)
#21232A
(33,35,42)
#17181D
(23,24,29)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #717B92

#717B92
(113,123,146)
#7D879B
(125,135,155)
#8993A4
(137,147,164)
#959FAD
(149,159,173)
#A1ABB6
(161,171,182)
#ADB7BF
(173,183,191)
#B9C3C8
(185,195,200)
#C5CFD1
(197,207,209)
#D1DBDA
(209,219,218)
#DDE7E3
(221,231,227)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717B92 color. Also use rgb(113,123,146) instead hex code.

Text Font Color

.myTextColor { color: #717B92; }

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

This text font color is #717B92.

Background Color

.myBgColor { background-color: #717B92; }

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

This div background color is #717B92.

Border color

.myBorderColor { border: 1px solid #717B92; }

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

This div border color is #717B92.

Opacity

.myOpacity80 { color: #717B92; opacity: 0.8; }

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

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

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

This text has shadow with #717B92 color.


.textShadow {text-shadow: 3px 3px 1px #717B92', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #717B92; -webkit-box-shadow: 1px 1px 3px 2px #717B92; box-shadow:1px 1px 3px 2px #717B92;">
Div content here
</div>

This div box has shadow with color #717B92.

Preview

Color preview on black background

This text has color #717B92 on black background.


Color preview on white background

This text has color #717B92 on white background.


Black color preview on #717B92 background

This text has black color on #717B92 background.


White color preview on #717B92 background

This text has white color on #717B92 background.


Related colors

Complementary color

Complementary color for #hex is #8E846D.


I love getcolorcode.com

Triadic colors

1 #92717B and #7B9271 with #717B92 are triadic colors.

2 #927B71 and #7B7192 with #717B92 are triadic colors.