COLOR #7B8885

HEX: #7B8885 RGB: (123,136,133)

Color info

#7B8885 contains red, green and blue colors in about the same proportion. Web safe color of #7B8885 is #669999 (or #699).

RGB color model

#7B8885 color RGB value is (123,136,133).

RGB: (123,136,133) (48%, 53%, 52%)

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 133 of 255 = 52%

123
136
133

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

Portions of RGB colors in percentages

R + G + B = 123 + 136 + 133 = 392 (100%)
R 123 of 392 ~ 31.38%
G 136 of 392 ~ 34.69%
B 133 of 392 ~ 33.93'%

%31.38
%34.69
%33.93

CMYK color model

#7B8885 color CMYK value is (10,0,2,47).

  • cyan value is 9.56%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 46.67%

CMYK: (10,0,2,47)
C10M0Y2K47 (10%, 0%, 2%, 47%)
(0.10 / 0.00 / 0.02 / 0.47)

CMYK percentages

%9.56
%0
%2.21
%46.67

Codes

Color #7B8885 in popluar color models

7B 88 85
RGB 123 136 133
HSL 166° 5.18% 50.78%
HSB/HSV 166° 9.56% 53.33%
CMYK 9.56% 0.00% 2.21%
46.67%

Color #7B8885 in popluar number systems.

HEX 7B 88 85
Decimal 123 136 133
Binary 1111011 10001000 10000101
Octal 173 210 205

Shades and tints

Shades of #7B8885

#7B8885
(123,136,133)
#707C79
(112,124,121)
#65706D
(101,112,109)
#5A6461
(90,100,97)
#4F5855
(79,88,85)
#444C49
(68,76,73)
#39403D
(57,64,61)
#2E3431
(46,52,49)
#232825
(35,40,37)
#181C19
(24,28,25)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #7B8885

#7B8885
(123,136,133)
#879290
(135,146,144)
#939C9B
(147,156,155)
#9FA6A6
(159,166,166)
#ABB0B1
(171,176,177)
#B7BABC
(183,186,188)
#C3C4C7
(195,196,199)
#CFCED2
(207,206,210)
#DBD8DD
(219,216,221)
#E7E2E8
(231,226,232)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8885; }

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

This text font color is #7B8885.

Background Color

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

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

This div background color is #7B8885.

Border color

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

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

This div border color is #7B8885.

Opacity

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

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

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

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

This text has shadow with #7B8885 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8885.

Preview

Color preview on black background

This text has color #7B8885 on black background.


Color preview on white background

This text has color #7B8885 on white background.


Black color preview on #7B8885 background

This text has black color on #7B8885 background.


White color preview on #7B8885 background

This text has white color on #7B8885 background.


Related colors

Complementary color

Complementary color for #hex is #84777A.


I love getcolorcode.com

Triadic colors

1 #857B88 and #88857B with #7B8885 are triadic colors.

2 #85887B and #887B85 with #7B8885 are triadic colors.