COLOR #7B627A

HEX: #7B627A
RGB: (123,98,122)

Color info

#7B627A contains red, green and blue colors in about the same proportion. Web safe color of #7B627A is #666666 (or #666).

RGB color model

#7B627A color RGB value is (123,98,122).

  • red value is 123;
  • green value is 98;
  • blue value is 122.
RGB:
(123,98,122)
(48%,38%,48%)

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 122 of 255 = 48%

123
98
122

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

Portions of RGB colors in percentages

R + G + B =
123 + 98 + 122 = 343 (100%)
R 123 of 343 ~ 35.86%
G 98 of 343 ~ 28.57%
B 122 of 343 ~ 35.57%

%35.86
%28.57
%35.57

CMYK color model

#7B627A color CMYK value is (0,20,1,52).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 0.81%
  • key color value is 51.76%
CMYK:
(0,20,1,52)
C0M20Y1K52 
(0%,20%,1%,52%)
(0.00/0.20/0.01/0.52)	

CMYK percentages

%0
%20.33
%0.81
%51.76

Codes

Color #7B627A in popluar color models

7B627A
RGB12398122
HSL302°11.31%43.33%
HSB/HSV302°20.33%48.24%
CMYK0.00%20.33%0.81%
51.76%

Color #7B627A in popluar number systems.

HEX7B627A
Decimal12398122
Binary111101111000101111010
Octal173142172

Shades and tints

Shades of #7B627A

#7B627A
(123,98,122)
#705A6F
(112,90,111)
#655264
(101,82,100)
#5A4A59
(90,74,89)
#4F424E
(79,66,78)
#443A43
(68,58,67)
#393238
(57,50,56)
#2E2A2D
(46,42,45)
#232222
(35,34,34)
#181A17
(24,26,23)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #7B627A

#7B627A
(123,98,122)
#877086
(135,112,134)
#937E92
(147,126,146)
#9F8C9E
(159,140,158)
#AB9AAA
(171,154,170)
#B7A8B6
(183,168,182)
#C3B6C2
(195,182,194)
#CFC4CE
(207,196,206)
#DBD2DA
(219,210,218)
#E7E0E6
(231,224,230)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B627A color. Also use rgb(123,98,122) instead hex code.

Text Font Color

.myTextColor { color: #7B627A; }

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

This text font color is #7B627A.


Background Color

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

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

This div background color is #7B627A.


Border color

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

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

This div border color is #7B627A.


Opacity

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

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

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

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

This text has shadow with #7B627A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B627A on black background.


Color preview on white background

This text has color #7B627A on white background.



Black color preview on #7B627A background

This text has black color on #7B627A background.


White color preview on #7B627A background

This text has white color on #7B627A background.