COLOR #7A8792

HEX: #7A8792 RGB: (122,135,146)

Color info

#7A8792 contains red, green and blue colors in about the same proportion. Web safe color of #7A8792 is #669999 (or #699).

RGB color model

#7A8792 color RGB value is (122,135,146).

RGB: (122,135,146) (48%, 53%, 57%)

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 146 of 255 = 57%

122
135
146

R + G + B ~ 53%. #7A8792 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 122 + 135 + 146 = 403 (100%)
R 122 of 403 ~ 30.27%
G 135 of 403 ~ 33.5%
B 146 of 403 ~ 36.23'%

%30.27
%33.5
%36.23

CMYK color model

#7A8792 color CMYK value is (16,8,0,43).

  • cyan value is 16.44%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (16,8,0,43)
C16M8Y0K43 (16%, 8%, 0%, 43%)
(0.16 / 0.08 / 0.00 / 0.43)

CMYK percentages

%16.44
%7.53
%0
%42.75

Codes

Color #7A8792 in popluar color models

7A 87 92
RGB 122 135 146
HSL 208° 9.92% 52.55%
HSB/HSV 208° 16.44% 57.25%
CMYK 16.44% 7.53% 0.00%
42.75%

Color #7A8792 in popluar number systems.

HEX 7A 87 92
Decimal 122 135 146
Binary 1111010 10000111 10010010
Octal 172 207 222

Shades and tints

Shades of #7A8792

#7A8792
(122,135,146)
#6F7B85
(111,123,133)
#646F78
(100,111,120)
#59636B
(89,99,107)
#4E575E
(78,87,94)
#434B51
(67,75,81)
#383F44
(56,63,68)
#2D3337
(45,51,55)
#22272A
(34,39,42)
#171B1D
(23,27,29)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #7A8792

#7A8792
(122,135,146)
#86919B
(134,145,155)
#929BA4
(146,155,164)
#9EA5AD
(158,165,173)
#AAAFB6
(170,175,182)
#B6B9BF
(182,185,191)
#C2C3C8
(194,195,200)
#CECDD1
(206,205,209)
#DAD7DA
(218,215,218)
#E6E1E3
(230,225,227)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8792 color. Also use rgb(122,135,146) instead hex code.

Text Font Color

.myTextColor { color: #7A8792; }

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

This text font color is #7A8792.

Background Color

.myBgColor { background-color: #7A8792; }

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

This div background color is #7A8792.

Border color

.myBorderColor { border: 1px solid #7A8792; }

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

This div border color is #7A8792.

Opacity

.myOpacity80 { color: #7A8792; opacity: 0.8; }

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

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

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

This text has shadow with #7A8792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8792.

Preview

Color preview on black background

This text has color #7A8792 on black background.


Color preview on white background

This text has color #7A8792 on white background.


Black color preview on #7A8792 background

This text has black color on #7A8792 background.


White color preview on #7A8792 background

This text has white color on #7A8792 background.


Related colors

Complementary color

Complementary color for #hex is #85786D.


I love getcolorcode.com

Triadic colors

1 #927A87 and #87927A with #7A8792 are triadic colors.

2 #92877A and #877A92 with #7A8792 are triadic colors.