COLOR #787058

HEX: #787058 RGB: (120,112,88)

Color info

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

RGB color model

#787058 color RGB value is (120,112,88).

RGB: (120,112,88) (47%, 44%, 35%)

RGB channels and saturation

R 120 of 255 = 47%
G 112 of 255 = 44%
B 88 of 255 = 35%

120
112
88

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

Portions of RGB colors in percentages

R + G + B = 120 + 112 + 88 = 320 (100%)
R 120 of 320 ~ 37.5%
G 112 of 320 ~ 35%
B 88 of 320 ~ 27.5'%

%37.5
%35
%27.5

CMYK color model

#787058 color CMYK value is (0,7,27,53).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 26.67%
  • key color value is 52.94%

CMYK: (0,7,27,53)
C0M7Y27K53 (0%, 7%, 27%, 53%)
(0.00 / 0.07 / 0.27 / 0.53)

CMYK percentages

%0
%6.67
%26.67
%52.94

Codes

Color #787058 in popluar color models

78 70 58
RGB 120 112 88
HSL 45° 15.38% 40.78%
HSB/HSV 45° 26.67% 47.06%
CMYK 0.00% 6.67% 26.67%
52.94%

Color #787058 in popluar number systems.

HEX 78 70 58
Decimal 120 112 88
Binary 1111000 1110000 1011000
Octal 170 160 130

Shades and tints

Shades of #787058

#787058
(120,112,88)
#6E6650
(110,102,80)
#645C48
(100,92,72)
#5A5240
(90,82,64)
#504838
(80,72,56)
#463E30
(70,62,48)
#3C3428
(60,52,40)
#322A20
(50,42,32)
#282018
(40,32,24)
#1E1610
(30,22,16)
#140C08
(20,12,8)
#000000
(0,0,0)

Tints of #787058

#787058
(120,112,88)
#847D67
(132,125,103)
#908A76
(144,138,118)
#9C9785
(156,151,133)
#A8A494
(168,164,148)
#B4B1A3
(180,177,163)
#C0BEB2
(192,190,178)
#CCCBC1
(204,203,193)
#D8D8D0
(216,216,208)
#E4E5DF
(228,229,223)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787058 color. Also use rgb(120,112,88) instead hex code.

Text Font Color

.myTextColor { color: #787058; }

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

This text font color is #787058.

Background Color

.myBgColor { background-color: #787058; }

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

This div background color is #787058.

Border color

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

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

This div border color is #787058.

Opacity

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

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

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

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

This text has shadow with #787058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787058.

Preview

Color preview on black background

This text has color #787058 on black background.


Color preview on white background

This text has color #787058 on white background.


Black color preview on #787058 background

This text has black color on #787058 background.


White color preview on #787058 background

This text has white color on #787058 background.


Related colors

Complementary color

Complementary color for #hex is #878FA7.


I love getcolorcode.com

Triadic colors

1 #587870 and #705878 with #787058 are triadic colors.

2 #587078 and #707858 with #787058 are triadic colors.