COLOR #7D636A

HEX: #7D636A
RGB: (125,99,106)

Color info

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

RGB color model

#7D636A color RGB value is (125,99,106).

  • red value is 125;
  • green value is 99;
  • blue value is 106.
RGB:
(125,99,106)
(49%,39%,42%)

RGB channels and saturation

R 125 of 255 = 49%
G 99 of 255 = 39%
B 106 of 255 = 42%

125
99
106

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

Portions of RGB colors in percentages

R + G + B =
125 + 99 + 106 = 330 (100%)
R 125 of 330 ~ 37.88%
G 99 of 330 ~ 30%
B 106 of 330 ~ 32.12%

%37.88
%30
%32.12

CMYK color model

#7D636A color CMYK value is (0,21,15,51).

  • cyan value is 0.00%
  • magenta value is 20.80%
  • yellow value is 15.20%
  • key color value is 50.98%
CMYK:
(0,21,15,51)
C0M21Y15K51 
(0%,21%,15%,51%)
(0.00/0.21/0.15/0.51)	

CMYK percentages

%0
%20.8
%15.2
%50.98

Codes

Color #7D636A in popluar color models

7D636A
RGB12599106
HSL344°11.61%43.92%
HSB/HSV344°20.80%49.02%
CMYK0.00%20.80%15.20%
50.98%

Color #7D636A in popluar number systems.

HEX7D636A
Decimal12599106
Binary111110111000111101010
Octal175143152

Shades and tints

Shades of #7D636A

#7D636A
(125,99,106)
#725A61
(114,90,97)
#675158
(103,81,88)
#5C484F
(92,72,79)
#513F46
(81,63,70)
#46363D
(70,54,61)
#3B2D34
(59,45,52)
#30242B
(48,36,43)
#251B22
(37,27,34)
#1A1219
(26,18,25)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #7D636A

#7D636A
(125,99,106)
#887177
(136,113,119)
#937F84
(147,127,132)
#9E8D91
(158,141,145)
#A99B9E
(169,155,158)
#B4A9AB
(180,169,171)
#BFB7B8
(191,183,184)
#CAC5C5
(202,197,197)
#D5D3D2
(213,211,210)
#E0E1DF
(224,225,223)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D636A color. Also use rgb(125,99,106) instead hex code.

Text Font Color

.myTextColor { color: #7D636A; }

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

This text font color is #7D636A.


Background Color

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

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

This div background color is #7D636A.


Border color

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

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

This div border color is #7D636A.


Opacity

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

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

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

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

This text has shadow with #7D636A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D636A on black background.


Color preview on white background

This text has color #7D636A on white background.



Black color preview on #7D636A background

This text has black color on #7D636A background.


White color preview on #7D636A background

This text has white color on #7D636A background.