COLOR #7C617A

HEX: #7C617A
RGB: (124,97,122)

Color info

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

RGB color model

#7C617A color RGB value is (124,97,122).

  • red value is 124;
  • green value is 97;
  • blue value is 122.
RGB:
(124,97,122)
(49%,38%,48%)

RGB channels and saturation

R 124 of 255 = 49%
G 97 of 255 = 38%
B 122 of 255 = 48%

124
97
122

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

Portions of RGB colors in percentages

R + G + B =
124 + 97 + 122 = 343 (100%)
R 124 of 343 ~ 36.15%
G 97 of 343 ~ 28.28%
B 122 of 343 ~ 35.57%

%36.15
%28.28
%35.57

CMYK color model

#7C617A color CMYK value is (0,22,2,51).

  • cyan value is 0.00%
  • magenta value is 21.77%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(0,22,2,51)
C0M22Y2K51 
(0%,22%,2%,51%)
(0.00/0.22/0.02/0.51)	

CMYK percentages

%0
%21.77
%1.61
%51.37

Codes

Color #7C617A in popluar color models

7C617A
RGB12497122
HSL304°12.22%43.33%
HSB/HSV304°21.77%48.63%
CMYK0.00%21.77%1.61%
51.37%

Color #7C617A in popluar number systems.

HEX7C617A
Decimal12497122
Binary111110011000011111010
Octal174141172

Shades and tints

Shades of #7C617A

#7C617A
(124,97,122)
#71596F
(113,89,111)
#665164
(102,81,100)
#5B4959
(91,73,89)
#50414E
(80,65,78)
#453943
(69,57,67)
#3A3138
(58,49,56)
#2F292D
(47,41,45)
#242122
(36,33,34)
#191917
(25,25,23)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #7C617A

#7C617A
(124,97,122)
#876F86
(135,111,134)
#927D92
(146,125,146)
#9D8B9E
(157,139,158)
#A899AA
(168,153,170)
#B3A7B6
(179,167,182)
#BEB5C2
(190,181,194)
#C9C3CE
(201,195,206)
#D4D1DA
(212,209,218)
#DFDFE6
(223,223,230)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C617A color. Also use rgb(124,97,122) instead hex code.

Text Font Color

.myTextColor { color: #7C617A; }

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

This text font color is #7C617A.


Background Color

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

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

This div background color is #7C617A.


Border color

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

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

This div border color is #7C617A.


Opacity

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

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

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

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

This text has shadow with #7C617A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C617A on black background.


Color preview on white background

This text has color #7C617A on white background.



Black color preview on #7C617A background

This text has black color on #7C617A background.


White color preview on #7C617A background

This text has white color on #7C617A background.