COLOR #7D765A

HEX: #7D765A RGB: (125,118,90)

Color info

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

RGB color model

#7D765A color RGB value is (125,118,90).

RGB: (125,118,90) (49%, 46%, 35%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 90 of 255 = 35%

125
118
90

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

Portions of RGB colors in percentages

R + G + B = 125 + 118 + 90 = 333 (100%)
R 125 of 333 ~ 37.54%
G 118 of 333 ~ 35.44%
B 90 of 333 ~ 27.03'%

%37.54
%35.44
%27.03

CMYK color model

#7D765A color CMYK value is (0,6,28,51).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 28.00%
  • key color value is 50.98%
CMYK: (0,6,28,51) C0M6Y28K51 (0%,6%,28%,51%) (0.00/0.06/0.28/0.51) 

CMYK percentages

%0
%5.6
%28
%50.98

Codes

Color #7D765A in popluar color models

7D 76 5A
RGB 125 118 90
HSL 48° 16.28% 42.16%
HSB/HSV 48° 28.00% 49.02%
CMYK 0.00% 5.60% 28.00%
50.98%

Color #7D765A in popluar number systems.

HEX 7D 76 5A
Decimal 125 118 90
Binary 1111101 1110110 1011010
Octal 175 166 132

Shades and tints

Shades of #7D765A

#7D765A
(125,118,90)
#726C52
(114,108,82)
#67624A
(103,98,74)
#5C5842
(92,88,66)
#514E3A
(81,78,58)
#464432
(70,68,50)
#3B3A2A
(59,58,42)
#303022
(48,48,34)
#25261A
(37,38,26)
#1A1C12
(26,28,18)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #7D765A

#7D765A
(125,118,90)
#888269
(136,130,105)
#938E78
(147,142,120)
#9E9A87
(158,154,135)
#A9A696
(169,166,150)
#B4B2A5
(180,178,165)
#BFBEB4
(191,190,180)
#CACAC3
(202,202,195)
#D5D6D2
(213,214,210)
#E0E2E1
(224,226,225)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D765A; }

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

This text font color is #7D765A.

Background Color

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

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

This div background color is #7D765A.

Border color

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

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

This div border color is #7D765A.

Opacity

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

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

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

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

This text has shadow with #7D765A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D765A.

Preview

Color preview on black background

This text has color #7D765A on black background.


Color preview on white background

This text has color #7D765A on white background.


Black color preview on #7D765A background

This text has black color on #7D765A background.


White color preview on #7D765A background

This text has white color on #7D765A background.


Related colors

Complementary color

Complementary color for #hex is #8289A5.


I love getcolorcode.com

Triadic colors

1 #5A7D76 and #765A7D with #7D765A are triadic colors.

2 #5A767D and #767D5A with #7D765A are triadic colors.