COLOR #7B615A

HEX: #7B615A
RGB: (123,97,90)

Color info

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

RGB color model

#7B615A color RGB value is (123,97,90).

  • red value is 123;
  • green value is 97;
  • blue value is 90.
RGB: (123,97,90) (48%,38%,35%)

RGB channels and saturation

R 123 of 255 = 48%
G 97 of 255 = 38%
B 90 of 255 = 35%

123
97
90

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

Portions of RGB colors in percentages

R + G + B =
123 + 97 + 90 = 310 (100%)
R 123 of 310 ~ 39.68%
G 97 of 310 ~ 31.29%
B 90 of 310 ~ 29.03%

%39.68
%31.29
%29.03

CMYK color model

#7B615A color CMYK value is (0,21,27,52).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 26.83%
  • key color value is 51.76%
CMYK: (0,21,27,52) C0M21Y27K52 (0%,21%,27%,52%) (0.00/0.21/0.27/0.52)

CMYK percentages

%0
%21.14
%26.83
%51.76

Codes

Color #7B615A in popluar color models

7B615A
RGB1239790
HSL13°15.49%41.76%
HSB/HSV13°26.83%48.24%
CMYK0.00%21.14%26.83%
51.76%

Color #7B615A in popluar number systems.

HEX7B615A
Decimal1239790
Binary111101111000011011010
Octal173141132

Shades and tints

Shades of #7B615A

#7B615A
(123,97,90)
#705952
(112,89,82)
#65514A
(101,81,74)
#5A4942
(90,73,66)
#4F413A
(79,65,58)
#443932
(68,57,50)
#39312A
(57,49,42)
#2E2922
(46,41,34)
#23211A
(35,33,26)
#181912
(24,25,18)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #7B615A

#7B615A
(123,97,90)
#876F69
(135,111,105)
#937D78
(147,125,120)
#9F8B87
(159,139,135)
#AB9996
(171,153,150)
#B7A7A5
(183,167,165)
#C3B5B4
(195,181,180)
#CFC3C3
(207,195,195)
#DBD1D2
(219,209,210)
#E7DFE1
(231,223,225)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B615A color. Also use rgb(123,97,90) instead hex code.

Text Font Color

.myTextColor { color: #7B615A; }

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

This text font color is #7B615A.


Background Color

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

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

This div background color is #7B615A.


Border color

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

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

This div border color is #7B615A.


Opacity

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

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

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

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

This text has shadow with #7B615A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7B615A on black background.


Color preview on white background

This text has color #7B615A on white background.



Black color preview on #7B615A background

This text has black color on #7B615A background.


White color preview on #7B615A background

This text has white color on #7B615A background.