COLOR #7B6075

HEX: #7B6075
RGB: (123,96,117)

Color info

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

RGB color model

#7B6075 color RGB value is (123,96,117).

  • red value is 123;
  • green value is 96;
  • blue value is 117.
RGB:
(123,96,117)
(48%,38%,46%)

RGB channels and saturation

R 123 of 255 = 48%
G 96 of 255 = 38%
B 117 of 255 = 46%

123
96
117

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

Portions of RGB colors in percentages

R + G + B =
123 + 96 + 117 = 336 (100%)
R 123 of 336 ~ 36.61%
G 96 of 336 ~ 28.57%
B 117 of 336 ~ 34.82%

%36.61
%28.57
%34.82

CMYK color model

#7B6075 color CMYK value is (0,22,5,52).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 4.88%
  • key color value is 51.76%
CMYK:
(0,22,5,52)
C0M22Y5K52 
(0%,22%,5%,52%)
(0.00/0.22/0.05/0.52)	

CMYK percentages

%0
%21.95
%4.88
%51.76

Codes

Color #7B6075 in popluar color models

7B6075
RGB12396117
HSL313°12.33%42.94%
HSB/HSV313°21.95%48.24%
CMYK0.00%21.95%4.88%
51.76%

Color #7B6075 in popluar number systems.

HEX7B6075
Decimal12396117
Binary111101111000001110101
Octal173140165

Shades and tints

Shades of #7B6075

#7B6075
(123,96,117)
#70586B
(112,88,107)
#655061
(101,80,97)
#5A4857
(90,72,87)
#4F404D
(79,64,77)
#443843
(68,56,67)
#393039
(57,48,57)
#2E282F
(46,40,47)
#232025
(35,32,37)
#18181B
(24,24,27)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #7B6075

#7B6075
(123,96,117)
#876E81
(135,110,129)
#937C8D
(147,124,141)
#9F8A99
(159,138,153)
#AB98A5
(171,152,165)
#B7A6B1
(183,166,177)
#C3B4BD
(195,180,189)
#CFC2C9
(207,194,201)
#DBD0D5
(219,208,213)
#E7DEE1
(231,222,225)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6075 color. Also use rgb(123,96,117) instead hex code.

Text Font Color

.myTextColor { color: #7B6075; }

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

This text font color is #7B6075.


Background Color

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

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

This div background color is #7B6075.


Border color

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

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

This div border color is #7B6075.


Opacity

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

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

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

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

This text has shadow with #7B6075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6075 on black background.


Color preview on white background

This text has color #7B6075 on white background.



Black color preview on #7B6075 background

This text has black color on #7B6075 background.


White color preview on #7B6075 background

This text has white color on #7B6075 background.