COLOR #7B655F

HEX: #7B655F RGB: (123,101,95)

Color info

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

RGB color model

#7B655F color RGB value is (123,101,95).

RGB: (123,101,95) (48%, 40%, 37%)

RGB channels and saturation

R 123 of 255 = 48%
G 101 of 255 = 40%
B 95 of 255 = 37%

123
101
95

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

Portions of RGB colors in percentages

R + G + B = 123 + 101 + 95 = 319 (100%)
R 123 of 319 ~ 38.56%
G 101 of 319 ~ 31.66%
B 95 of 319 ~ 29.78'%

%38.56
%31.66
%29.78

CMYK color model

#7B655F color CMYK value is (0,18,23,52).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 22.76%
  • key color value is 51.76%

CMYK: (0,18,23,52)
C0M18Y23K52 (0%, 18%, 23%, 52%)
(0.00 / 0.18 / 0.23 / 0.52)

CMYK percentages

%0
%17.89
%22.76
%51.76

Codes

Color #7B655F in popluar color models

7B 65 5F
RGB 123 101 95
HSL 13° 12.84% 42.75%
HSB/HSV 13° 22.76% 48.24%
CMYK 0.00% 17.89% 22.76%
51.76%

Color #7B655F in popluar number systems.

HEX 7B 65 5F
Decimal 123 101 95
Binary 1111011 1100101 1011111
Octal 173 145 137

Shades and tints

Shades of #7B655F

#7B655F
(123,101,95)
#705C57
(112,92,87)
#65534F
(101,83,79)
#5A4A47
(90,74,71)
#4F413F
(79,65,63)
#443837
(68,56,55)
#392F2F
(57,47,47)
#2E2627
(46,38,39)
#231D1F
(35,29,31)
#181417
(24,20,23)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #7B655F

#7B655F
(123,101,95)
#87736D
(135,115,109)
#93817B
(147,129,123)
#9F8F89
(159,143,137)
#AB9D97
(171,157,151)
#B7ABA5
(183,171,165)
#C3B9B3
(195,185,179)
#CFC7C1
(207,199,193)
#DBD5CF
(219,213,207)
#E7E3DD
(231,227,221)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B655F color. Also use rgb(123,101,95) instead hex code.

Text Font Color

.myTextColor { color: #7B655F; }

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

This text font color is #7B655F.

Background Color

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

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

This div background color is #7B655F.

Border color

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

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

This div border color is #7B655F.

Opacity

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

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

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

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

This text has shadow with #7B655F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B655F.

Preview

Color preview on black background

This text has color #7B655F on black background.


Color preview on white background

This text has color #7B655F on white background.


Black color preview on #7B655F background

This text has black color on #7B655F background.


White color preview on #7B655F background

This text has white color on #7B655F background.


Related colors

Complementary color

Complementary color for #hex is #849AA0.


I love getcolorcode.com

Triadic colors

1 #5F7B65 and #655F7B with #7B655F are triadic colors.

2 #5F657B and #657B5F with #7B655F are triadic colors.