COLOR #7B7575

HEX: #7B7575 RGB: (123,117,117)

Color info

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

RGB color model

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

RGB: (123,117,117) (48%, 46%, 46%)

RGB channels and saturation

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

123
117
117

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

Portions of RGB colors in percentages

R + G + B = 123 + 117 + 117 = 357 (100%)
R 123 of 357 ~ 34.45%
G 117 of 357 ~ 32.77%
B 117 of 357 ~ 32.77'%

%34.45
%32.77
%32.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 4.88%
  • key color value is 51.76%

CMYK: (0,5,5,52)
C0M5Y5K52 (0%, 5%, 5%, 52%)
(0.00 / 0.05 / 0.05 / 0.52)

CMYK percentages

%0
%4.88
%4.88
%51.76

Codes

Color #7B7575 in popluar color models

7B 75 75
RGB 123 117 117
HSL 2.50% 47.06%
HSB/HSV 4.88% 48.24%
CMYK 0.00% 4.88% 4.88%
51.76%

Color #7B7575 in popluar number systems.

HEX 7B 75 75
Decimal 123 117 117
Binary 1111011 1110101 1110101
Octal 173 165 165

Shades and tints

Shades of #7B7575

#7B7575
(123,117,117)
#706B6B
(112,107,107)
#656161
(101,97,97)
#5A5757
(90,87,87)
#4F4D4D
(79,77,77)
#444343
(68,67,67)
#393939
(57,57,57)
#2E2F2F
(46,47,47)
#232525
(35,37,37)
#181B1B
(24,27,27)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #7B7575

#7B7575
(123,117,117)
#878181
(135,129,129)
#938D8D
(147,141,141)
#9F9999
(159,153,153)
#ABA5A5
(171,165,165)
#B7B1B1
(183,177,177)
#C3BDBD
(195,189,189)
#CFC9C9
(207,201,201)
#DBD5D5
(219,213,213)
#E7E1E1
(231,225,225)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7575; }

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

This text font color is #7B7575.

Background Color

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

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

This div background color is #7B7575.

Border color

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

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

This div border color is #7B7575.

Opacity

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

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

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

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

This text has shadow with #7B7575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7575.

Preview

Color preview on black background

This text has color #7B7575 on black background.


Color preview on white background

This text has color #7B7575 on white background.


Black color preview on #7B7575 background

This text has black color on #7B7575 background.


White color preview on #7B7575 background

This text has white color on #7B7575 background.


Related colors

Complementary color

Complementary color for #hex is #848A8A.


I love getcolorcode.com