COLOR #71769E

HEX: #71769E
RGB: (113,118,158)

Color info

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

RGB color model

#71769E color RGB value is (113,118,158).

  • red value is 113;
  • green value is 118;
  • blue value is 158.
RGB:
(113,118,158)
(44%,46%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 118 of 255 = 46%
B 158 of 255 = 62%

113
118
158

R + G + B ~ 51%. #71769E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 118 + 158 = 389 (100%)
R 113 of 389 ~ 29.05%
G 118 of 389 ~ 30.33%
B 158 of 389 ~ 40.62%

%29.05
%30.33
%40.62

CMYK color model

#71769E color CMYK value is (28,25,0,38).

  • cyan value is 28.48%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(28,25,0,38)
C28M25Y0K38 
(28%,25%,0%,38%)
(0.28/0.25/0.00/0.38)	

CMYK percentages

%28.48
%25.32
%0
%38.04

Codes

Color #71769E in popluar color models

71769E
RGB113118158
HSL233°18.83%53.14%
HSB/HSV233°28.48%61.96%
CMYK28.48%25.32%0.00%
38.04%

Color #71769E in popluar number systems.

HEX71769E
Decimal113118158
Binary1110001111011010011110
Octal161166236

Shades and tints

Shades of #71769E

#71769E
(113,118,158)
#676C90
(103,108,144)
#5D6282
(93,98,130)
#535874
(83,88,116)
#494E66
(73,78,102)
#3F4458
(63,68,88)
#353A4A
(53,58,74)
#2B303C
(43,48,60)
#21262E
(33,38,46)
#171C20
(23,28,32)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #71769E

#71769E
(113,118,158)
#7D82A6
(125,130,166)
#898EAE
(137,142,174)
#959AB6
(149,154,182)
#A1A6BE
(161,166,190)
#ADB2C6
(173,178,198)
#B9BECE
(185,190,206)
#C5CAD6
(197,202,214)
#D1D6DE
(209,214,222)
#DDE2E6
(221,226,230)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71769E color. Also use rgb(113,118,158) instead hex code.

Text Font Color

.myTextColor { color: #71769E; }

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

This text font color is #71769E.


Background Color

.myBgColor { background-color: #71769E; }

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

This div background color is #71769E.


Border color

.myBorderColor { border: 1px solid #71769E; }

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

This div border color is #71769E.


Opacity

.myOpacity80 { color: #71769E; opacity: 0.8; }

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

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

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

This text has shadow with #71769E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71769E on black background.


Color preview on white background

This text has color #71769E on white background.



Black color preview on #71769E background

This text has black color on #71769E background.


White color preview on #71769E background

This text has white color on #71769E background.