COLOR #7A8088

HEX: #7A8088 RGB: (122,128,136)

Color info

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

RGB color model

#7A8088 color RGB value is (122,128,136).

RGB: (122,128,136) (48%, 50%, 53%)

RGB channels and saturation

R 122 of 255 = 48%
G 128 of 255 = 50%
B 136 of 255 = 53%

122
128
136

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

Portions of RGB colors in percentages

R + G + B = 122 + 128 + 136 = 386 (100%)
R 122 of 386 ~ 31.61%
G 128 of 386 ~ 33.16%
B 136 of 386 ~ 35.23'%

%31.61
%33.16
%35.23

CMYK color model

#7A8088 color CMYK value is (10,6,0,47).

  • cyan value is 10.29%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (10,6,0,47)
C10M6Y0K47 (10%, 6%, 0%, 47%)
(0.10 / 0.06 / 0.00 / 0.47)

CMYK percentages

%10.29
%5.88
%0
%46.67

Codes

Color #7A8088 in popluar color models

7A 80 88
RGB 122 128 136
HSL 214° 5.56% 50.59%
HSB/HSV 214° 10.29% 53.33%
CMYK 10.29% 5.88% 0.00%
46.67%

Color #7A8088 in popluar number systems.

HEX 7A 80 88
Decimal 122 128 136
Binary 1111010 10000000 10001000
Octal 172 200 210

Shades and tints

Shades of #7A8088

#7A8088
(122,128,136)
#6F757C
(111,117,124)
#646A70
(100,106,112)
#595F64
(89,95,100)
#4E5458
(78,84,88)
#43494C
(67,73,76)
#383E40
(56,62,64)
#2D3334
(45,51,52)
#222828
(34,40,40)
#171D1C
(23,29,28)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #7A8088

#7A8088
(122,128,136)
#868B92
(134,139,146)
#92969C
(146,150,156)
#9EA1A6
(158,161,166)
#AAACB0
(170,172,176)
#B6B7BA
(182,183,186)
#C2C2C4
(194,194,196)
#CECDCE
(206,205,206)
#DAD8D8
(218,216,216)
#E6E3E2
(230,227,226)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8088 color. Also use rgb(122,128,136) instead hex code.

Text Font Color

.myTextColor { color: #7A8088; }

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

This text font color is #7A8088.

Background Color

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

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

This div background color is #7A8088.

Border color

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

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

This div border color is #7A8088.

Opacity

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

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

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

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

This text has shadow with #7A8088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8088.

Preview

Color preview on black background

This text has color #7A8088 on black background.


Color preview on white background

This text has color #7A8088 on white background.


Black color preview on #7A8088 background

This text has black color on #7A8088 background.


White color preview on #7A8088 background

This text has white color on #7A8088 background.


Related colors

Complementary color

Complementary color for #hex is #857F77.


I love getcolorcode.com

Triadic colors

1 #887A80 and #80887A with #7A8088 are triadic colors.

2 #88807A and #807A88 with #7A8088 are triadic colors.