COLOR #7B755A

HEX: #7B755A
RGB: (123,117,90)

Color info

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

RGB color model

#7B755A color RGB value is (123,117,90).

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

RGB channels and saturation

R 123 of 255 = 48%
G 117 of 255 = 46%
B 90 of 255 = 35%

123
117
90

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

Portions of RGB colors in percentages

R + G + B =
123 + 117 + 90 = 330 (100%)
R 123 of 330 ~ 37.27%
G 117 of 330 ~ 35.45%
B 90 of 330 ~ 27.27%

%37.27
%35.45
%27.27

CMYK color model

#7B755A color CMYK value is (0,5,27,52).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 26.83%
  • key color value is 51.76%
CMYK:
(0,5,27,52)
C0M5Y27K52 
(0%,5%,27%,52%)
(0.00/0.05/0.27/0.52)	

CMYK percentages

%0
%4.88
%26.83
%51.76

Codes

Color #7B755A in popluar color models

7B755A
RGB12311790
HSL49°15.49%41.76%
HSB/HSV49°26.83%48.24%
CMYK0.00%4.88%26.83%
51.76%

Color #7B755A in popluar number systems.

HEX7B755A
Decimal12311790
Binary111101111101011011010
Octal173165132

Shades and tints

Shades of #7B755A

#7B755A
(123,117,90)
#706B52
(112,107,82)
#65614A
(101,97,74)
#5A5742
(90,87,66)
#4F4D3A
(79,77,58)
#444332
(68,67,50)
#39392A
(57,57,42)
#2E2F22
(46,47,34)
#23251A
(35,37,26)
#181B12
(24,27,18)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #7B755A

#7B755A
(123,117,90)
#878169
(135,129,105)
#938D78
(147,141,120)
#9F9987
(159,153,135)
#ABA596
(171,165,150)
#B7B1A5
(183,177,165)
#C3BDB4
(195,189,180)
#CFC9C3
(207,201,195)
#DBD5D2
(219,213,210)
#E7E1E1
(231,225,225)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B755A; }

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

This text font color is #7B755A.


Background Color

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

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

This div background color is #7B755A.


Border color

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

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

This div border color is #7B755A.


Opacity

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

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

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

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

This text has shadow with #7B755A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B755A on black background.


Color preview on white background

This text has color #7B755A on white background.



Black color preview on #7B755A background

This text has black color on #7B755A background.


White color preview on #7B755A background

This text has white color on #7B755A background.