COLOR #7A858B

HEX: #7A858B
RGB: (122,133,139)

Color info

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

RGB color model

#7A858B color RGB value is (122,133,139).

  • red value is 122;
  • green value is 133;
  • blue value is 139.
RGB:
(122,133,139)
(48%,52%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 139 of 255 = 55%

122
133
139

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

Portions of RGB colors in percentages

R + G + B =
122 + 133 + 139 = 394 (100%)
R 122 of 394 ~ 30.96%
G 133 of 394 ~ 33.76%
B 139 of 394 ~ 35.28%

%30.96
%33.76
%35.28

CMYK color model

#7A858B color CMYK value is (12,4,0,45).

  • cyan value is 12.23%
  • magenta value is 4.32%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(12,4,0,45)
C12M4Y0K45 
(12%,4%,0%,45%)
(0.12/0.04/0.00/0.45)	

CMYK percentages

%12.23
%4.32
%0
%45.49

Codes

Color #7A858B in popluar color models

7A858B
RGB122133139
HSL201°6.83%51.18%
HSB/HSV201°12.23%54.51%
CMYK12.23%4.32%0.00%
45.49%

Color #7A858B in popluar number systems.

HEX7A858B
Decimal122133139
Binary11110101000010110001011
Octal172205213

Shades and tints

Shades of #7A858B

#7A858B
(122,133,139)
#6F797F
(111,121,127)
#646D73
(100,109,115)
#596167
(89,97,103)
#4E555B
(78,85,91)
#43494F
(67,73,79)
#383D43
(56,61,67)
#2D3137
(45,49,55)
#22252B
(34,37,43)
#17191F
(23,25,31)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #7A858B

#7A858B
(122,133,139)
#869095
(134,144,149)
#929B9F
(146,155,159)
#9EA6A9
(158,166,169)
#AAB1B3
(170,177,179)
#B6BCBD
(182,188,189)
#C2C7C7
(194,199,199)
#CED2D1
(206,210,209)
#DADDDB
(218,221,219)
#E6E8E5
(230,232,229)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A858B color. Also use rgb(122,133,139) instead hex code.

Text Font Color

.myTextColor { color: #7A858B; }

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

This text font color is #7A858B.


Background Color

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

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

This div background color is #7A858B.


Border color

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

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

This div border color is #7A858B.


Opacity

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

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

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

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

This text has shadow with #7A858B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A858B on black background.


Color preview on white background

This text has color #7A858B on white background.



Black color preview on #7A858B background

This text has black color on #7A858B background.


White color preview on #7A858B background

This text has white color on #7A858B background.