COLOR #7A868C

HEX: #7A868C RGB: (122,134,140)

Color info

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

RGB color model

#7A868C color RGB value is (122,134,140).

RGB: (122,134,140) (48%, 53%, 55%)

RGB channels and saturation

R 122 of 255 = 48%
G 134 of 255 = 53%
B 140 of 255 = 55%

122
134
140

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

Portions of RGB colors in percentages

R + G + B = 122 + 134 + 140 = 396 (100%)
R 122 of 396 ~ 30.81%
G 134 of 396 ~ 33.84%
B 140 of 396 ~ 35.35'%

%30.81
%33.84
%35.35

CMYK color model

#7A868C color CMYK value is (13,4,0,45).

  • cyan value is 12.86%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (13,4,0,45)
C13M4Y0K45 (13%, 4%, 0%, 45%)
(0.13 / 0.04 / 0.00 / 0.45)

CMYK percentages

%12.86
%4.29
%0
%45.1

Codes

Color #7A868C in popluar color models

7A 86 8C
RGB 122 134 140
HSL 200° 7.26% 51.37%
HSB/HSV 200° 12.86% 54.90%
CMYK 12.86% 4.29% 0.00%
45.10%

Color #7A868C in popluar number systems.

HEX 7A 86 8C
Decimal 122 134 140
Binary 1111010 10000110 10001100
Octal 172 206 214

Shades and tints

Shades of #7A868C

#7A868C
(122,134,140)
#6F7A80
(111,122,128)
#646E74
(100,110,116)
#596268
(89,98,104)
#4E565C
(78,86,92)
#434A50
(67,74,80)
#383E44
(56,62,68)
#2D3238
(45,50,56)
#22262C
(34,38,44)
#171A20
(23,26,32)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #7A868C

#7A868C
(122,134,140)
#869196
(134,145,150)
#929CA0
(146,156,160)
#9EA7AA
(158,167,170)
#AAB2B4
(170,178,180)
#B6BDBE
(182,189,190)
#C2C8C8
(194,200,200)
#CED3D2
(206,211,210)
#DADEDC
(218,222,220)
#E6E9E6
(230,233,230)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A868C color. Also use rgb(122,134,140) instead hex code.

Text Font Color

.myTextColor { color: #7A868C; }

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

This text font color is #7A868C.

Background Color

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

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

This div background color is #7A868C.

Border color

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

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

This div border color is #7A868C.

Opacity

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

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

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

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

This text has shadow with #7A868C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A868C.

Preview

Color preview on black background

This text has color #7A868C on black background.


Color preview on white background

This text has color #7A868C on white background.


Black color preview on #7A868C background

This text has black color on #7A868C background.


White color preview on #7A868C background

This text has white color on #7A868C background.


Related colors

Complementary color

Complementary color for #hex is #857973.


I love getcolorcode.com

Triadic colors

1 #8C7A86 and #868C7A with #7A868C are triadic colors.

2 #8C867A and #867A8C with #7A868C are triadic colors.