COLOR #786B88

HEX: #786B88 RGB: (120,107,136)

Color info

#786B88 contains red, green and blue colors in about the same proportion. Web safe color of #786B88 is #666699 (or #669).

RGB color model

#786B88 color RGB value is (120,107,136).

RGB: (120,107,136) (47%, 42%, 53%)

RGB channels and saturation

R 120 of 255 = 47%
G 107 of 255 = 42%
B 136 of 255 = 53%

120
107
136

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

Portions of RGB colors in percentages

R + G + B = 120 + 107 + 136 = 363 (100%)
R 120 of 363 ~ 33.06%
G 107 of 363 ~ 29.48%
B 136 of 363 ~ 37.47'%

%33.06
%29.48
%37.47

CMYK color model

#786B88 color CMYK value is (12,21,0,47).

  • cyan value is 11.76%
  • magenta value is 21.32%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (12,21,0,47)
C12M21Y0K47 (12%, 21%, 0%, 47%)
(0.12 / 0.21 / 0.00 / 0.47)

CMYK percentages

%11.76
%21.32
%0
%46.67

Codes

Color #786B88 in popluar color models

78 6B 88
RGB 120 107 136
HSL 267° 11.93% 47.65%
HSB/HSV 267° 21.32% 53.33%
CMYK 11.76% 21.32% 0.00%
46.67%

Color #786B88 in popluar number systems.

HEX 78 6B 88
Decimal 120 107 136
Binary 1111000 1101011 10001000
Octal 170 153 210

Shades and tints

Shades of #786B88

#786B88
(120,107,136)
#6E627C
(110,98,124)
#645970
(100,89,112)
#5A5064
(90,80,100)
#504758
(80,71,88)
#463E4C
(70,62,76)
#3C3540
(60,53,64)
#322C34
(50,44,52)
#282328
(40,35,40)
#1E1A1C
(30,26,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #786B88

#786B88
(120,107,136)
#847892
(132,120,146)
#90859C
(144,133,156)
#9C92A6
(156,146,166)
#A89FB0
(168,159,176)
#B4ACBA
(180,172,186)
#C0B9C4
(192,185,196)
#CCC6CE
(204,198,206)
#D8D3D8
(216,211,216)
#E4E0E2
(228,224,226)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786B88 color. Also use rgb(120,107,136) instead hex code.

Text Font Color

.myTextColor { color: #786B88; }

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

This text font color is #786B88.

Background Color

.myBgColor { background-color: #786B88; }

<div style="background-color:#786B88">Inner text</div>

This div background color is #786B88.

Border color

.myBorderColor { border: 1px solid #786B88; }

<div style="border:3px solid #786B88">Div</div>

This div border color is #786B88.

Opacity

.myOpacity80 { color: #786B88; opacity: 0.8; }

<p style="color:#786B88;opacity:0.8;">80%</p>

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

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

This text has shadow with #786B88 color.


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

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

This text has shadow with #786B88 primary color and red secondary color.


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

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

This text has shadow with #786B88 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #786B88.

Preview

Color preview on black background

This text has color #786B88 on black background.


Color preview on white background

This text has color #786B88 on white background.


Black color preview on #786B88 background

This text has black color on #786B88 background.


White color preview on #786B88 background

This text has white color on #786B88 background.


Related colors

Complementary color

Complementary color for #hex is #879477.


I love getcolorcode.com

Triadic colors

1 #88786B and #6B8878 with #786B88 are triadic colors.

2 #886B78 and #6B7888 with #786B88 are triadic colors.