COLOR #788574

HEX: #788574
RGB: (120,133,116)

Color info

#788574 contains red, green and blue colors in about the same proportion. Web safe color of #788574 is #669966 (or #696).

RGB color model

#788574 color RGB value is (120,133,116).

  • red value is 120;
  • green value is 133;
  • blue value is 116.
RGB:
(120,133,116)
(47%,52%,45%)

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 116 of 255 = 45%

120
133
116

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

Portions of RGB colors in percentages

R + G + B =
120 + 133 + 116 = 369 (100%)
R 120 of 369 ~ 32.52%
G 133 of 369 ~ 36.04%
B 116 of 369 ~ 31.44%

%32.52
%36.04
%31.44

CMYK color model

#788574 color CMYK value is (10,0,13,48).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 47.84%
CMYK:
(10,0,13,48)
C10M0Y13K48 
(10%,0%,13%,48%)
(0.10/0.00/0.13/0.48)	

CMYK percentages

%9.77
%0
%12.78
%47.84

Codes

Color #788574 in popluar color models

788574
RGB120133116
HSL106°6.83%48.82%
HSB/HSV106°12.78%52.16%
CMYK9.77%0.00%12.78%
47.84%

Color #788574 in popluar number systems.

HEX788574
Decimal120133116
Binary1111000100001011110100
Octal170205164

Shades and tints

Shades of #788574

#788574
(120,133,116)
#6E796A
(110,121,106)
#646D60
(100,109,96)
#5A6156
(90,97,86)
#50554C
(80,85,76)
#464942
(70,73,66)
#3C3D38
(60,61,56)
#32312E
(50,49,46)
#282524
(40,37,36)
#1E191A
(30,25,26)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #788574

#788574
(120,133,116)
#849080
(132,144,128)
#909B8C
(144,155,140)
#9CA698
(156,166,152)
#A8B1A4
(168,177,164)
#B4BCB0
(180,188,176)
#C0C7BC
(192,199,188)
#CCD2C8
(204,210,200)
#D8DDD4
(216,221,212)
#E4E8E0
(228,232,224)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788574 color. Also use rgb(120,133,116) instead hex code.

Text Font Color

.myTextColor { color: #788574; }

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

This text font color is #788574.


Background Color

.myBgColor { background-color: #788574; }

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

This div background color is #788574.


Border color

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

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

This div border color is #788574.


Opacity

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

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

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

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

This text has shadow with #788574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788574 on black background.


Color preview on white background

This text has color #788574 on white background.



Black color preview on #788574 background

This text has black color on #788574 background.


White color preview on #788574 background

This text has white color on #788574 background.