COLOR #7B665D

HEX: #7B665D RGB: (123,102,93)

Color info

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

RGB color model

#7B665D color RGB value is (123,102,93).

RGB: (123,102,93) (48%, 40%, 36%)

RGB channels and saturation

R 123 of 255 = 48%
G 102 of 255 = 40%
B 93 of 255 = 36%

123
102
93

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

Portions of RGB colors in percentages

R + G + B = 123 + 102 + 93 = 318 (100%)
R 123 of 318 ~ 38.68%
G 102 of 318 ~ 32.08%
B 93 of 318 ~ 29.25'%

%38.68
%32.08
%29.25

CMYK color model

#7B665D color CMYK value is (0,17,24,52).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 24.39%
  • key color value is 51.76%

CMYK: (0,17,24,52)
C0M17Y24K52 (0%, 17%, 24%, 52%)
(0.00 / 0.17 / 0.24 / 0.52)

CMYK percentages

%0
%17.07
%24.39
%51.76

Codes

Color #7B665D in popluar color models

7B 66 5D
RGB 123 102 93
HSL 18° 13.89% 42.35%
HSB/HSV 18° 24.39% 48.24%
CMYK 0.00% 17.07% 24.39%
51.76%

Color #7B665D in popluar number systems.

HEX 7B 66 5D
Decimal 123 102 93
Binary 1111011 1100110 1011101
Octal 173 146 135

Shades and tints

Shades of #7B665D

#7B665D
(123,102,93)
#705D55
(112,93,85)
#65544D
(101,84,77)
#5A4B45
(90,75,69)
#4F423D
(79,66,61)
#443935
(68,57,53)
#39302D
(57,48,45)
#2E2725
(46,39,37)
#231E1D
(35,30,29)
#181515
(24,21,21)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #7B665D

#7B665D
(123,102,93)
#87736B
(135,115,107)
#938079
(147,128,121)
#9F8D87
(159,141,135)
#AB9A95
(171,154,149)
#B7A7A3
(183,167,163)
#C3B4B1
(195,180,177)
#CFC1BF
(207,193,191)
#DBCECD
(219,206,205)
#E7DBDB
(231,219,219)
#F3E8E9
(243,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B665D color. Also use rgb(123,102,93) instead hex code.

Text Font Color

.myTextColor { color: #7B665D; }

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

This text font color is #7B665D.

Background Color

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

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

This div background color is #7B665D.

Border color

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

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

This div border color is #7B665D.

Opacity

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

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

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

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

This text has shadow with #7B665D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B665D.

Preview

Color preview on black background

This text has color #7B665D on black background.


Color preview on white background

This text has color #7B665D on white background.


Black color preview on #7B665D background

This text has black color on #7B665D background.


White color preview on #7B665D background

This text has white color on #7B665D background.


Related colors

Complementary color

Complementary color for #hex is #8499A2.


I love getcolorcode.com

Triadic colors

1 #5D7B66 and #665D7B with #7B665D are triadic colors.

2 #5D667B and #667B5D with #7B665D are triadic colors.