COLOR #7B6274

HEX: #7B6274 RGB: (123,98,116)

Color info

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

RGB color model

#7B6274 color RGB value is (123,98,116).

RGB: (123,98,116) (48%, 38%, 45%)

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 116 of 255 = 45%

123
98
116

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

Portions of RGB colors in percentages

R + G + B = 123 + 98 + 116 = 337 (100%)
R 123 of 337 ~ 36.5%
G 98 of 337 ~ 29.08%
B 116 of 337 ~ 34.42'%

%36.5
%29.08
%34.42

CMYK color model

#7B6274 color CMYK value is (0,20,6,52).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 5.69%
  • key color value is 51.76%

CMYK: (0,20,6,52)
C0M20Y6K52 (0%, 20%, 6%, 52%)
(0.00 / 0.20 / 0.06 / 0.52)

CMYK percentages

%0
%20.33
%5.69
%51.76

Codes

Color #7B6274 in popluar color models

7B 62 74
RGB 123 98 116
HSL 317° 11.31% 43.33%
HSB/HSV 317° 20.33% 48.24%
CMYK 0.00% 20.33% 5.69%
51.76%

Color #7B6274 in popluar number systems.

HEX 7B 62 74
Decimal 123 98 116
Binary 1111011 1100010 1110100
Octal 173 142 164

Shades and tints

Shades of #7B6274

#7B6274
(123,98,116)
#705A6A
(112,90,106)
#655260
(101,82,96)
#5A4A56
(90,74,86)
#4F424C
(79,66,76)
#443A42
(68,58,66)
#393238
(57,50,56)
#2E2A2E
(46,42,46)
#232224
(35,34,36)
#181A1A
(24,26,26)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #7B6274

#7B6274
(123,98,116)
#877080
(135,112,128)
#937E8C
(147,126,140)
#9F8C98
(159,140,152)
#AB9AA4
(171,154,164)
#B7A8B0
(183,168,176)
#C3B6BC
(195,182,188)
#CFC4C8
(207,196,200)
#DBD2D4
(219,210,212)
#E7E0E0
(231,224,224)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6274; }

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

This text font color is #7B6274.

Background Color

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

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

This div background color is #7B6274.

Border color

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

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

This div border color is #7B6274.

Opacity

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

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

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

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

This text has shadow with #7B6274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6274.

Preview

Color preview on black background

This text has color #7B6274 on black background.


Color preview on white background

This text has color #7B6274 on white background.


Black color preview on #7B6274 background

This text has black color on #7B6274 background.


White color preview on #7B6274 background

This text has white color on #7B6274 background.


Related colors

Complementary color

Complementary color for #hex is #849D8B.


I love getcolorcode.com

Triadic colors

1 #747B62 and #62747B with #7B6274 are triadic colors.

2 #74627B and #627B74 with #7B6274 are triadic colors.