COLOR #7B615C

HEX: #7B615C
RGB: (123,97,92)

Color info

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

RGB color model

#7B615C color RGB value is (123,97,92).

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

RGB channels and saturation

R 123 of 255 = 48%
G 97 of 255 = 38%
B 92 of 255 = 36%

123
97
92

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

Portions of RGB colors in percentages

R + G + B =
123 + 97 + 92 = 312 (100%)
R 123 of 312 ~ 39.42%
G 97 of 312 ~ 31.09%
B 92 of 312 ~ 29.49%

%39.42
%31.09
%29.49

CMYK color model

#7B615C color CMYK value is (0,21,25,52).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 25.20%
  • key color value is 51.76%
CMYK:
(0,21,25,52)
C0M21Y25K52 
(0%,21%,25%,52%)
(0.00/0.21/0.25/0.52)	

CMYK percentages

%0
%21.14
%25.2
%51.76

Codes

Color #7B615C in popluar color models

7B615C
RGB1239792
HSL10°14.42%42.16%
HSB/HSV10°25.20%48.24%
CMYK0.00%21.14%25.20%
51.76%

Color #7B615C in popluar number systems.

HEX7B615C
Decimal1239792
Binary111101111000011011100
Octal173141134

Shades and tints

Shades of #7B615C

#7B615C
(123,97,92)
#705954
(112,89,84)
#65514C
(101,81,76)
#5A4944
(90,73,68)
#4F413C
(79,65,60)
#443934
(68,57,52)
#39312C
(57,49,44)
#2E2924
(46,41,36)
#23211C
(35,33,28)
#181914
(24,25,20)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #7B615C

#7B615C
(123,97,92)
#876F6A
(135,111,106)
#937D78
(147,125,120)
#9F8B86
(159,139,134)
#AB9994
(171,153,148)
#B7A7A2
(183,167,162)
#C3B5B0
(195,181,176)
#CFC3BE
(207,195,190)
#DBD1CC
(219,209,204)
#E7DFDA
(231,223,218)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B615C; }

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

This text font color is #7B615C.


Background Color

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

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

This div background color is #7B615C.


Border color

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

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

This div border color is #7B615C.


Opacity

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

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

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

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

This text has shadow with #7B615C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B615C on black background.


Color preview on white background

This text has color #7B615C on white background.



Black color preview on #7B615C background

This text has black color on #7B615C background.


White color preview on #7B615C background

This text has white color on #7B615C background.