COLOR #7A5867

HEX: #7A5867
RGB: (122,88,103)

Color info

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

RGB color model

#7A5867 color RGB value is (122,88,103).

  • red value is 122;
  • green value is 88;
  • blue value is 103.
RGB:
(122,88,103)
(48%,35%,40%)

RGB channels and saturation

R 122 of 255 = 48%
G 88 of 255 = 35%
B 103 of 255 = 40%

122
88
103

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

Portions of RGB colors in percentages

R + G + B =
122 + 88 + 103 = 313 (100%)
R 122 of 313 ~ 38.98%
G 88 of 313 ~ 28.12%
B 103 of 313 ~ 32.91%

%38.98
%28.12
%32.91

CMYK color model

#7A5867 color CMYK value is (0,28,16,52).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 15.57%
  • key color value is 52.16%
CMYK:
(0,28,16,52)
C0M28Y16K52 
(0%,28%,16%,52%)
(0.00/0.28/0.16/0.52)	

CMYK percentages

%0
%27.87
%15.57
%52.16

Codes

Color #7A5867 in popluar color models

7A5867
RGB12288103
HSL334°16.19%41.18%
HSB/HSV334°27.87%47.84%
CMYK0.00%27.87%15.57%
52.16%

Color #7A5867 in popluar number systems.

HEX7A5867
Decimal12288103
Binary111101010110001100111
Octal172130147

Shades and tints

Shades of #7A5867

#7A5867
(122,88,103)
#6F505E
(111,80,94)
#644855
(100,72,85)
#59404C
(89,64,76)
#4E3843
(78,56,67)
#43303A
(67,48,58)
#382831
(56,40,49)
#2D2028
(45,32,40)
#22181F
(34,24,31)
#171016
(23,16,22)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #7A5867

#7A5867
(122,88,103)
#866774
(134,103,116)
#927681
(146,118,129)
#9E858E
(158,133,142)
#AA949B
(170,148,155)
#B6A3A8
(182,163,168)
#C2B2B5
(194,178,181)
#CEC1C2
(206,193,194)
#DAD0CF
(218,208,207)
#E6DFDC
(230,223,220)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5867 color. Also use rgb(122,88,103) instead hex code.

Text Font Color

.myTextColor { color: #7A5867; }

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

This text font color is #7A5867.


Background Color

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

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

This div background color is #7A5867.


Border color

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

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

This div border color is #7A5867.


Opacity

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

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

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

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

This text has shadow with #7A5867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5867 on black background.


Color preview on white background

This text has color #7A5867 on white background.



Black color preview on #7A5867 background

This text has black color on #7A5867 background.


White color preview on #7A5867 background

This text has white color on #7A5867 background.