COLOR #788788

HEX: #788788 RGB: (120,135,136)

Color info

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

RGB color model

#788788 color RGB value is (120,135,136).

RGB: (120,135,136) (47%, 53%, 53%)

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 136 of 255 = 53%

120
135
136

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

Portions of RGB colors in percentages

R + G + B = 120 + 135 + 136 = 391 (100%)
R 120 of 391 ~ 30.69%
G 135 of 391 ~ 34.53%
B 136 of 391 ~ 34.78'%

%30.69
%34.53
%34.78

CMYK color model

#788788 color CMYK value is (12,1,0,47).

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

CMYK: (12,1,0,47)
C12M1Y0K47 (12%, 1%, 0%, 47%)
(0.12 / 0.01 / 0.00 / 0.47)

CMYK percentages

%11.76
%0.74
%0
%46.67

Codes

Color #788788 in popluar color models

78 87 88
RGB 120 135 136
HSL 184° 6.30% 50.20%
HSB/HSV 184° 11.76% 53.33%
CMYK 11.76% 0.74% 0.00%
46.67%

Color #788788 in popluar number systems.

HEX 78 87 88
Decimal 120 135 136
Binary 1111000 10000111 10001000
Octal 170 207 210

Shades and tints

Shades of #788788

#788788
(120,135,136)
#6E7B7C
(110,123,124)
#646F70
(100,111,112)
#5A6364
(90,99,100)
#505758
(80,87,88)
#464B4C
(70,75,76)
#3C3F40
(60,63,64)
#323334
(50,51,52)
#282728
(40,39,40)
#1E1B1C
(30,27,28)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #788788

#788788
(120,135,136)
#849192
(132,145,146)
#909B9C
(144,155,156)
#9CA5A6
(156,165,166)
#A8AFB0
(168,175,176)
#B4B9BA
(180,185,186)
#C0C3C4
(192,195,196)
#CCCDCE
(204,205,206)
#D8D7D8
(216,215,216)
#E4E1E2
(228,225,226)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788788; }

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

This text font color is #788788.

Background Color

.myBgColor { background-color: #788788; }

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

This div background color is #788788.

Border color

.myBorderColor { border: 1px solid #788788; }

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

This div border color is #788788.

Opacity

.myOpacity80 { color: #788788; opacity: 0.8; }

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

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

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

This text has shadow with #788788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788788.

Preview

Color preview on black background

This text has color #788788 on black background.


Color preview on white background

This text has color #788788 on white background.


Black color preview on #788788 background

This text has black color on #788788 background.


White color preview on #788788 background

This text has white color on #788788 background.


Related colors

Complementary color

Complementary color for #hex is #877877.


I love getcolorcode.com

Triadic colors

1 #887887 and #878878 with #788788 are triadic colors.

2 #888778 and #877888 with #788788 are triadic colors.