COLOR #7D5862

HEX: #7D5862
RGB: (125,88,98)

Color info

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

RGB color model

#7D5862 color RGB value is (125,88,98).

  • red value is 125;
  • green value is 88;
  • blue value is 98.
RGB:
(125,88,98)
(49%,35%,38%)

RGB channels and saturation

R 125 of 255 = 49%
G 88 of 255 = 35%
B 98 of 255 = 38%

125
88
98

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

Portions of RGB colors in percentages

R + G + B =
125 + 88 + 98 = 311 (100%)
R 125 of 311 ~ 40.19%
G 88 of 311 ~ 28.3%
B 98 of 311 ~ 31.51%

%40.19
%28.3
%31.51

CMYK color model

#7D5862 color CMYK value is (0,30,22,51).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 21.60%
  • key color value is 50.98%
CMYK:
(0,30,22,51)
C0M30Y22K51 
(0%,30%,22%,51%)
(0.00/0.30/0.22/0.51)	

CMYK percentages

%0
%29.6
%21.6
%50.98

Codes

Color #7D5862 in popluar color models

7D5862
RGB1258898
HSL344°17.37%41.76%
HSB/HSV344°29.60%49.02%
CMYK0.00%29.60%21.60%
50.98%

Color #7D5862 in popluar number systems.

HEX7D5862
Decimal1258898
Binary111110110110001100010
Octal175130142

Shades and tints

Shades of #7D5862

#7D5862
(125,88,98)
#72505A
(114,80,90)
#674852
(103,72,82)
#5C404A
(92,64,74)
#513842
(81,56,66)
#46303A
(70,48,58)
#3B2832
(59,40,50)
#30202A
(48,32,42)
#251822
(37,24,34)
#1A101A
(26,16,26)
#0F0812
(15,8,18)
#000000
(0,0,0)

Tints of #7D5862

#7D5862
(125,88,98)
#886770
(136,103,112)
#93767E
(147,118,126)
#9E858C
(158,133,140)
#A9949A
(169,148,154)
#B4A3A8
(180,163,168)
#BFB2B6
(191,178,182)
#CAC1C4
(202,193,196)
#D5D0D2
(213,208,210)
#E0DFE0
(224,223,224)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5862 color. Also use rgb(125,88,98) instead hex code.

Text Font Color

.myTextColor { color: #7D5862; }

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

This text font color is #7D5862.


Background Color

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

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

This div background color is #7D5862.


Border color

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

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

This div border color is #7D5862.


Opacity

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

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

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

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

This text has shadow with #7D5862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5862 on black background.


Color preview on white background

This text has color #7D5862 on white background.



Black color preview on #7D5862 background

This text has black color on #7D5862 background.


White color preview on #7D5862 background

This text has white color on #7D5862 background.