COLOR #7B7288

HEX: #7B7288 RGB: (123,114,136)

Color info

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

RGB color model

#7B7288 color RGB value is (123,114,136).

RGB: (123,114,136) (48%, 45%, 53%)

RGB channels and saturation

R 123 of 255 = 48%
G 114 of 255 = 45%
B 136 of 255 = 53%

123
114
136

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

Portions of RGB colors in percentages

R + G + B = 123 + 114 + 136 = 373 (100%)
R 123 of 373 ~ 32.98%
G 114 of 373 ~ 30.56%
B 136 of 373 ~ 36.46'%

%32.98
%30.56
%36.46

CMYK color model

#7B7288 color CMYK value is (10,16,0,47).

  • cyan value is 9.56%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (10,16,0,47)
C10M16Y0K47 (10%, 16%, 0%, 47%)
(0.10 / 0.16 / 0.00 / 0.47)

CMYK percentages

%9.56
%16.18
%0
%46.67

Codes

Color #7B7288 in popluar color models

7B 72 88
RGB 123 114 136
HSL 265° 8.80% 49.02%
HSB/HSV 265° 16.18% 53.33%
CMYK 9.56% 16.18% 0.00%
46.67%

Color #7B7288 in popluar number systems.

HEX 7B 72 88
Decimal 123 114 136
Binary 1111011 1110010 10001000
Octal 173 162 210

Shades and tints

Shades of #7B7288

#7B7288
(123,114,136)
#70687C
(112,104,124)
#655E70
(101,94,112)
#5A5464
(90,84,100)
#4F4A58
(79,74,88)
#44404C
(68,64,76)
#393640
(57,54,64)
#2E2C34
(46,44,52)
#232228
(35,34,40)
#18181C
(24,24,28)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #7B7288

#7B7288
(123,114,136)
#877E92
(135,126,146)
#938A9C
(147,138,156)
#9F96A6
(159,150,166)
#ABA2B0
(171,162,176)
#B7AEBA
(183,174,186)
#C3BAC4
(195,186,196)
#CFC6CE
(207,198,206)
#DBD2D8
(219,210,216)
#E7DEE2
(231,222,226)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7288 color. Also use rgb(123,114,136) instead hex code.

Text Font Color

.myTextColor { color: #7B7288; }

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

This text font color is #7B7288.

Background Color

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

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

This div background color is #7B7288.

Border color

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

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

This div border color is #7B7288.

Opacity

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

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

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

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

This text has shadow with #7B7288 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7288.

Preview

Color preview on black background

This text has color #7B7288 on black background.


Color preview on white background

This text has color #7B7288 on white background.


Black color preview on #7B7288 background

This text has black color on #7B7288 background.


White color preview on #7B7288 background

This text has white color on #7B7288 background.


Related colors

Complementary color

Complementary color for #hex is #848D77.


I love getcolorcode.com

Triadic colors

1 #887B72 and #72887B with #7B7288 are triadic colors.

2 #88727B and #727B88 with #7B7288 are triadic colors.