COLOR #798087

HEX: #798087 RGB: (121,128,135)

Color info

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

RGB color model

#798087 color RGB value is (121,128,135).

RGB: (121,128,135) (47%, 50%, 53%)

RGB channels and saturation

R 121 of 255 = 47%
G 128 of 255 = 50%
B 135 of 255 = 53%

121
128
135

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

Portions of RGB colors in percentages

R + G + B = 121 + 128 + 135 = 384 (100%)
R 121 of 384 ~ 31.51%
G 128 of 384 ~ 33.33%
B 135 of 384 ~ 35.16'%

%31.51
%33.33
%35.16

CMYK color model

#798087 color CMYK value is (10,5,0,47).

  • cyan value is 10.37%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (10,5,0,47)
C10M5Y0K47 (10%, 5%, 0%, 47%)
(0.10 / 0.05 / 0.00 / 0.47)

CMYK percentages

%10.37
%5.19
%0
%47.06

Codes

Color #798087 in popluar color models

79 80 87
RGB 121 128 135
HSL 210° 5.51% 50.20%
HSB/HSV 210° 10.37% 52.94%
CMYK 10.37% 5.19% 0.00%
47.06%

Color #798087 in popluar number systems.

HEX 79 80 87
Decimal 121 128 135
Binary 1111001 10000000 10000111
Octal 171 200 207

Shades and tints

Shades of #798087

#798087
(121,128,135)
#6E757B
(110,117,123)
#636A6F
(99,106,111)
#585F63
(88,95,99)
#4D5457
(77,84,87)
#42494B
(66,73,75)
#373E3F
(55,62,63)
#2C3333
(44,51,51)
#212827
(33,40,39)
#161D1B
(22,29,27)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #798087

#798087
(121,128,135)
#858B91
(133,139,145)
#91969B
(145,150,155)
#9DA1A5
(157,161,165)
#A9ACAF
(169,172,175)
#B5B7B9
(181,183,185)
#C1C2C3
(193,194,195)
#CDCDCD
(205,205,205)
#D9D8D7
(217,216,215)
#E5E3E1
(229,227,225)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798087 color. Also use rgb(121,128,135) instead hex code.

Text Font Color

.myTextColor { color: #798087; }

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

This text font color is #798087.

Background Color

.myBgColor { background-color: #798087; }

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

This div background color is #798087.

Border color

.myBorderColor { border: 1px solid #798087; }

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

This div border color is #798087.

Opacity

.myOpacity80 { color: #798087; opacity: 0.8; }

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

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

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

This text has shadow with #798087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #798087.

Preview

Color preview on black background

This text has color #798087 on black background.


Color preview on white background

This text has color #798087 on white background.


Black color preview on #798087 background

This text has black color on #798087 background.


White color preview on #798087 background

This text has white color on #798087 background.


Related colors

Complementary color

Complementary color for #hex is #867F78.


I love getcolorcode.com

Triadic colors

1 #877980 and #808779 with #798087 are triadic colors.

2 #878079 and #807987 with #798087 are triadic colors.