COLOR #70768D

HEX: #70768D RGB: (112,118,141)

Color info

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

RGB color model

#70768D color RGB value is (112,118,141).

RGB: (112,118,141) (44%, 46%, 55%)

RGB channels and saturation

R 112 of 255 = 44%
G 118 of 255 = 46%
B 141 of 255 = 55%

112
118
141

R + G + B ~ 48%. #70768D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 118 + 141 = 371 (100%)
R 112 of 371 ~ 30.19%
G 118 of 371 ~ 31.81%
B 141 of 371 ~ 38.01'%

%30.19
%31.81
%38.01

CMYK color model

#70768D color CMYK value is (21,16,0,45).

  • cyan value is 20.57%
  • magenta value is 16.31%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (21,16,0,45)
C21M16Y0K45 (21%, 16%, 0%, 45%)
(0.21 / 0.16 / 0.00 / 0.45)

CMYK percentages

%20.57
%16.31
%0
%44.71

Codes

Color #70768D in popluar color models

70 76 8D
RGB 112 118 141
HSL 228° 11.46% 49.61%
HSB/HSV 228° 20.57% 55.29%
CMYK 20.57% 16.31% 0.00%
44.71%

Color #70768D in popluar number systems.

HEX 70 76 8D
Decimal 112 118 141
Binary 1110000 1110110 10001101
Octal 160 166 215

Shades and tints

Shades of #70768D

#70768D
(112,118,141)
#666C81
(102,108,129)
#5C6275
(92,98,117)
#525869
(82,88,105)
#484E5D
(72,78,93)
#3E4451
(62,68,81)
#343A45
(52,58,69)
#2A3039
(42,48,57)
#20262D
(32,38,45)
#161C21
(22,28,33)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #70768D

#70768D
(112,118,141)
#7D8297
(125,130,151)
#8A8EA1
(138,142,161)
#979AAB
(151,154,171)
#A4A6B5
(164,166,181)
#B1B2BF
(177,178,191)
#BEBEC9
(190,190,201)
#CBCAD3
(203,202,211)
#D8D6DD
(216,214,221)
#E5E2E7
(229,226,231)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70768D color. Also use rgb(112,118,141) instead hex code.

Text Font Color

.myTextColor { color: #70768D; }

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

This text font color is #70768D.

Background Color

.myBgColor { background-color: #70768D; }

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

This div background color is #70768D.

Border color

.myBorderColor { border: 1px solid #70768D; }

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

This div border color is #70768D.

Opacity

.myOpacity80 { color: #70768D; opacity: 0.8; }

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

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

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

This text has shadow with #70768D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70768D.

Preview

Color preview on black background

This text has color #70768D on black background.


Color preview on white background

This text has color #70768D on white background.


Black color preview on #70768D background

This text has black color on #70768D background.


White color preview on #70768D background

This text has white color on #70768D background.


Related colors

Complementary color

Complementary color for #hex is #8F8972.


I love getcolorcode.com

Triadic colors

1 #8D7076 and #768D70 with #70768D are triadic colors.

2 #8D7670 and #76708D with #70768D are triadic colors.