COLOR #7D785A

HEX: #7D785A
RGB: (125,120,90)

Color info

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

RGB color model

#7D785A color RGB value is (125,120,90).

  • red value is 125;
  • green value is 120;
  • blue value is 90.
RGB:
(125,120,90)
(49%,47%,35%)

RGB channels and saturation

R 125 of 255 = 49%
G 120 of 255 = 47%
B 90 of 255 = 35%

125
120
90

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

Portions of RGB colors in percentages

R + G + B =
125 + 120 + 90 = 335 (100%)
R 125 of 335 ~ 37.31%
G 120 of 335 ~ 35.82%
B 90 of 335 ~ 26.87%

%37.31
%35.82
%26.87

CMYK color model

#7D785A color CMYK value is (0,4,28,51).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 28.00%
  • key color value is 50.98%
CMYK:
(0,4,28,51)
C0M4Y28K51 
(0%,4%,28%,51%)
(0.00/0.04/0.28/0.51)	

CMYK percentages

%0
%4
%28
%50.98

Codes

Color #7D785A in popluar color models

7D785A
RGB12512090
HSL51°16.28%42.16%
HSB/HSV51°28.00%49.02%
CMYK0.00%4.00%28.00%
50.98%

Color #7D785A in popluar number systems.

HEX7D785A
Decimal12512090
Binary111110111110001011010
Octal175170132

Shades and tints

Shades of #7D785A

#7D785A
(125,120,90)
#726E52
(114,110,82)
#67644A
(103,100,74)
#5C5A42
(92,90,66)
#51503A
(81,80,58)
#464632
(70,70,50)
#3B3C2A
(59,60,42)
#303222
(48,50,34)
#25281A
(37,40,26)
#1A1E12
(26,30,18)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #7D785A

#7D785A
(125,120,90)
#888469
(136,132,105)
#939078
(147,144,120)
#9E9C87
(158,156,135)
#A9A896
(169,168,150)
#B4B4A5
(180,180,165)
#BFC0B4
(191,192,180)
#CACCC3
(202,204,195)
#D5D8D2
(213,216,210)
#E0E4E1
(224,228,225)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D785A color. Also use rgb(125,120,90) instead hex code.

Text Font Color

.myTextColor { color: #7D785A; }

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

This text font color is #7D785A.


Background Color

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

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

This div background color is #7D785A.


Border color

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

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

This div border color is #7D785A.


Opacity

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

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

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

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

This text has shadow with #7D785A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D785A on black background.


Color preview on white background

This text has color #7D785A on white background.



Black color preview on #7D785A background

This text has black color on #7D785A background.


White color preview on #7D785A background

This text has white color on #7D785A background.