COLOR #7D605D

HEX: #7D605D
RGB: (125,96,93)

Color info

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

RGB color model

#7D605D color RGB value is (125,96,93).

  • red value is 125;
  • green value is 96;
  • blue value is 93.
RGB:
(125,96,93)
(49%,38%,36%)

RGB channels and saturation

R 125 of 255 = 49%
G 96 of 255 = 38%
B 93 of 255 = 36%

125
96
93

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

Portions of RGB colors in percentages

R + G + B =
125 + 96 + 93 = 314 (100%)
R 125 of 314 ~ 39.81%
G 96 of 314 ~ 30.57%
B 93 of 314 ~ 29.62%

%39.81
%30.57
%29.62

CMYK color model

#7D605D color CMYK value is (0,23,26,51).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 25.60%
  • key color value is 50.98%
CMYK:
(0,23,26,51)
C0M23Y26K51 
(0%,23%,26%,51%)
(0.00/0.23/0.26/0.51)	

CMYK percentages

%0
%23.2
%25.6
%50.98

Codes

Color #7D605D in popluar color models

7D605D
RGB1259693
HSL14.68%42.75%
HSB/HSV25.60%49.02%
CMYK0.00%23.20%25.60%
50.98%

Color #7D605D in popluar number systems.

HEX7D605D
Decimal1259693
Binary111110111000001011101
Octal175140135

Shades and tints

Shades of #7D605D

#7D605D
(125,96,93)
#725855
(114,88,85)
#67504D
(103,80,77)
#5C4845
(92,72,69)
#51403D
(81,64,61)
#463835
(70,56,53)
#3B302D
(59,48,45)
#302825
(48,40,37)
#25201D
(37,32,29)
#1A1815
(26,24,21)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #7D605D

#7D605D
(125,96,93)
#886E6B
(136,110,107)
#937C79
(147,124,121)
#9E8A87
(158,138,135)
#A99895
(169,152,149)
#B4A6A3
(180,166,163)
#BFB4B1
(191,180,177)
#CAC2BF
(202,194,191)
#D5D0CD
(213,208,205)
#E0DEDB
(224,222,219)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D605D color. Also use rgb(125,96,93) instead hex code.

Text Font Color

.myTextColor { color: #7D605D; }

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

This text font color is #7D605D.


Background Color

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

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

This div background color is #7D605D.


Border color

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

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

This div border color is #7D605D.


Opacity

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

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

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

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

This text has shadow with #7D605D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D605D on black background.


Color preview on white background

This text has color #7D605D on white background.



Black color preview on #7D605D background

This text has black color on #7D605D background.


White color preview on #7D605D background

This text has white color on #7D605D background.