COLOR #7A4658

HEX: #7A4658
RGB: (122,70,88)

Color info

#7A4658 contains red, green and blue colors in about the same proportion. Web safe color of #7A4658 is #663366 (or #636).

RGB color model

#7A4658 color RGB value is (122,70,88).

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

RGB channels and saturation

R 122 of 255 = 48%
G 70 of 255 = 27%
B 88 of 255 = 35%

122
70
88

R + G + B ~ 37%. #7A4658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 70 + 88 = 280 (100%)
R 122 of 280 ~ 43.57%
G 70 of 280 ~ 25%
B 88 of 280 ~ 31.43%

%43.57
%25
%31.43

CMYK color model

#7A4658 color CMYK value is (0,43,28,52).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 27.87%
  • key color value is 52.16%
CMYK:
(0,43,28,52)
C0M43Y28K52 
(0%,43%,28%,52%)
(0.00/0.43/0.28/0.52)	

CMYK percentages

%0
%42.62
%27.87
%52.16

Codes

Color #7A4658 in popluar color models

7A4658
RGB1227088
HSL339°27.08%37.65%
HSB/HSV339°42.62%47.84%
CMYK0.00%42.62%27.87%
52.16%

Color #7A4658 in popluar number systems.

HEX7A4658
Decimal1227088
Binary111101010001101011000
Octal172106130

Shades and tints

Shades of #7A4658

#7A4658
(122,70,88)
#6F4050
(111,64,80)
#643A48
(100,58,72)
#593440
(89,52,64)
#4E2E38
(78,46,56)
#432830
(67,40,48)
#382228
(56,34,40)
#2D1C20
(45,28,32)
#221618
(34,22,24)
#171010
(23,16,16)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #7A4658

#7A4658
(122,70,88)
#865667
(134,86,103)
#926676
(146,102,118)
#9E7685
(158,118,133)
#AA8694
(170,134,148)
#B696A3
(182,150,163)
#C2A6B2
(194,166,178)
#CEB6C1
(206,182,193)
#DAC6D0
(218,198,208)
#E6D6DF
(230,214,223)
#F2E6EE
(242,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4658; }

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

This text font color is #7A4658.


Background Color

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

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

This div background color is #7A4658.


Border color

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

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

This div border color is #7A4658.


Opacity

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

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

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

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

This text has shadow with #7A4658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4658 on black background.


Color preview on white background

This text has color #7A4658 on white background.



Black color preview on #7A4658 background

This text has black color on #7A4658 background.


White color preview on #7A4658 background

This text has white color on #7A4658 background.