COLOR #7B763D

HEX: #7B763D
RGB: (123,118,61)

Color info

#7B763D contains mainly red and green colors. Web safe color of #7B763D is #666633 (or #663).

RGB color model

#7B763D color RGB value is (123,118,61).

  • red value is 123;
  • green value is 118;
  • blue value is 61.
RGB: (123,118,61) (48%,46%,24%)

RGB channels and saturation

R 123 of 255 = 48%
G 118 of 255 = 46%
B 61 of 255 = 24%

123
118
61

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

Portions of RGB colors in percentages

R + G + B =
123 + 118 + 61 = 302 (100%)
R 123 of 302 ~ 40.73%
G 118 of 302 ~ 39.07%
B 61 of 302 ~ 20.2%

%40.73
%39.07
%20.2

CMYK color model

#7B763D color CMYK value is (0,4,50,52).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 50.41%
  • key color value is 51.76%
CMYK: (0,4,50,52) C0M4Y50K52 (0%,4%,50%,52%) (0.00/0.04/0.50/0.52)

CMYK percentages

%0
%4.07
%50.41
%51.76

Codes

Color #7B763D in popluar color models

7B763D
RGB12311861
HSL55°33.70%36.08%
HSB/HSV55°50.41%48.24%
CMYK0.00%4.07%50.41%
51.76%

Color #7B763D in popluar number systems.

HEX7B763D
Decimal12311861
Binary11110111110110111101
Octal17316675

Shades and tints

Shades of #7B763D

#7B763D
(123,118,61)
#706C38
(112,108,56)
#656233
(101,98,51)
#5A582E
(90,88,46)
#4F4E29
(79,78,41)
#444424
(68,68,36)
#393A1F
(57,58,31)
#2E301A
(46,48,26)
#232615
(35,38,21)
#181C10
(24,28,16)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #7B763D

#7B763D
(123,118,61)
#87824E
(135,130,78)
#938E5F
(147,142,95)
#9F9A70
(159,154,112)
#ABA681
(171,166,129)
#B7B292
(183,178,146)
#C3BEA3
(195,190,163)
#CFCAB4
(207,202,180)
#DBD6C5
(219,214,197)
#E7E2D6
(231,226,214)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B763D color. Also use rgb(123,118,61) instead hex code.

Text Font Color

.myTextColor { color: #7B763D; }

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

This text font color is #7B763D.


Background Color

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

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

This div background color is #7B763D.


Border color

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

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

This div border color is #7B763D.


Opacity

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

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

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

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

This text has shadow with #7B763D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7B763D on black background.


Color preview on white background

This text has color #7B763D on white background.



Black color preview on #7B763D background

This text has black color on #7B763D background.


White color preview on #7B763D background

This text has white color on #7B763D background.