COLOR #7B624F

HEX: #7B624F
RGB: (123,98,79)

Color info

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

RGB color model

#7B624F color RGB value is (123,98,79).

  • red value is 123;
  • green value is 98;
  • blue value is 79.
RGB:
(123,98,79)
(48%,38%,31%)

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 79 of 255 = 31%

123
98
79

R + G + B ~ 39%. #7B624F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 98 + 79 = 300 (100%)
R 123 of 300 ~ 41%
G 98 of 300 ~ 32.67%
B 79 of 300 ~ 26.33%

%41
%32.67
%26.33

CMYK color model

#7B624F color CMYK value is (0,20,36,52).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 35.77%
  • key color value is 51.76%
CMYK:
(0,20,36,52)
C0M20Y36K52 
(0%,20%,36%,52%)
(0.00/0.20/0.36/0.52)	

CMYK percentages

%0
%20.33
%35.77
%51.76

Codes

Color #7B624F in popluar color models

7B624F
RGB1239879
HSL26°21.78%39.61%
HSB/HSV26°35.77%48.24%
CMYK0.00%20.33%35.77%
51.76%

Color #7B624F in popluar number systems.

HEX7B624F
Decimal1239879
Binary111101111000101001111
Octal173142117

Shades and tints

Shades of #7B624F

#7B624F
(123,98,79)
#705A48
(112,90,72)
#655241
(101,82,65)
#5A4A3A
(90,74,58)
#4F4233
(79,66,51)
#443A2C
(68,58,44)
#393225
(57,50,37)
#2E2A1E
(46,42,30)
#232217
(35,34,23)
#181A10
(24,26,16)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #7B624F

#7B624F
(123,98,79)
#87705F
(135,112,95)
#937E6F
(147,126,111)
#9F8C7F
(159,140,127)
#AB9A8F
(171,154,143)
#B7A89F
(183,168,159)
#C3B6AF
(195,182,175)
#CFC4BF
(207,196,191)
#DBD2CF
(219,210,207)
#E7E0DF
(231,224,223)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B624F color. Also use rgb(123,98,79) instead hex code.

Text Font Color

.myTextColor { color: #7B624F; }

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

This text font color is #7B624F.


Background Color

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

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

This div background color is #7B624F.


Border color

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

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

This div border color is #7B624F.


Opacity

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

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

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

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

This text has shadow with #7B624F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B624F on black background.


Color preview on white background

This text has color #7B624F on white background.



Black color preview on #7B624F background

This text has black color on #7B624F background.


White color preview on #7B624F background

This text has white color on #7B624F background.