COLOR #7B5865

HEX: #7B5865 RGB: (123,88,101)

Color info

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

RGB color model

#7B5865 color RGB value is (123,88,101).

RGB: (123,88,101) (48%, 35%, 40%)

RGB channels and saturation

R 123 of 255 = 48%
G 88 of 255 = 35%
B 101 of 255 = 40%

123
88
101

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

Portions of RGB colors in percentages

R + G + B = 123 + 88 + 101 = 312 (100%)
R 123 of 312 ~ 39.42%
G 88 of 312 ~ 28.21%
B 101 of 312 ~ 32.37'%

%39.42
%28.21
%32.37

CMYK color model

#7B5865 color CMYK value is (0,28,18,52).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 17.89%
  • key color value is 51.76%

CMYK: (0,28,18,52)
C0M28Y18K52 (0%, 28%, 18%, 52%)
(0.00 / 0.28 / 0.18 / 0.52)

CMYK percentages

%0
%28.46
%17.89
%51.76

Codes

Color #7B5865 in popluar color models

7B 58 65
RGB 123 88 101
HSL 338° 16.59% 41.37%
HSB/HSV 338° 28.46% 48.24%
CMYK 0.00% 28.46% 17.89%
51.76%

Color #7B5865 in popluar number systems.

HEX 7B 58 65
Decimal 123 88 101
Binary 1111011 1011000 1100101
Octal 173 130 145

Shades and tints

Shades of #7B5865

#7B5865
(123,88,101)
#70505C
(112,80,92)
#654853
(101,72,83)
#5A404A
(90,64,74)
#4F3841
(79,56,65)
#443038
(68,48,56)
#39282F
(57,40,47)
#2E2026
(46,32,38)
#23181D
(35,24,29)
#181014
(24,16,20)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #7B5865

#7B5865
(123,88,101)
#876773
(135,103,115)
#937681
(147,118,129)
#9F858F
(159,133,143)
#AB949D
(171,148,157)
#B7A3AB
(183,163,171)
#C3B2B9
(195,178,185)
#CFC1C7
(207,193,199)
#DBD0D5
(219,208,213)
#E7DFE3
(231,223,227)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5865 color. Also use rgb(123,88,101) instead hex code.

Text Font Color

.myTextColor { color: #7B5865; }

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

This text font color is #7B5865.

Background Color

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

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

This div background color is #7B5865.

Border color

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

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

This div border color is #7B5865.

Opacity

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

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

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

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

This text has shadow with #7B5865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5865.

Preview

Color preview on black background

This text has color #7B5865 on black background.


Color preview on white background

This text has color #7B5865 on white background.


Black color preview on #7B5865 background

This text has black color on #7B5865 background.


White color preview on #7B5865 background

This text has white color on #7B5865 background.


Related colors

Complementary color

Complementary color for #hex is #84A79A.


I love getcolorcode.com

Triadic colors

1 #657B58 and #58657B with #7B5865 are triadic colors.

2 #65587B and #587B65 with #7B5865 are triadic colors.