COLOR #7C7663

HEX: #7C7663 RGB: (124,118,99)

Color info

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

RGB color model

#7C7663 color RGB value is (124,118,99).

RGB: (124,118,99) (49%, 46%, 39%)

RGB channels and saturation

R 124 of 255 = 49%
G 118 of 255 = 46%
B 99 of 255 = 39%

124
118
99

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

Portions of RGB colors in percentages

R + G + B = 124 + 118 + 99 = 341 (100%)
R 124 of 341 ~ 36.36%
G 118 of 341 ~ 34.6%
B 99 of 341 ~ 29.03'%

%36.36
%34.6
%29.03

CMYK color model

#7C7663 color CMYK value is (0,5,20,51).

  • cyan value is 0.00%
  • magenta value is 4.84%
  • yellow value is 20.16%
  • key color value is 51.37%

CMYK: (0,5,20,51)
C0M5Y20K51 (0%, 5%, 20%, 51%)
(0.00 / 0.05 / 0.20 / 0.51)

CMYK percentages

%0
%4.84
%20.16
%51.37

Codes

Color #7C7663 in popluar color models

7C 76 63
RGB 124 118 99
HSL 46° 11.21% 43.73%
HSB/HSV 46° 20.16% 48.63%
CMYK 0.00% 4.84% 20.16%
51.37%

Color #7C7663 in popluar number systems.

HEX 7C 76 63
Decimal 124 118 99
Binary 1111100 1110110 1100011
Octal 174 166 143

Shades and tints

Shades of #7C7663

#7C7663
(124,118,99)
#716C5A
(113,108,90)
#666251
(102,98,81)
#5B5848
(91,88,72)
#504E3F
(80,78,63)
#454436
(69,68,54)
#3A3A2D
(58,58,45)
#2F3024
(47,48,36)
#24261B
(36,38,27)
#191C12
(25,28,18)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #7C7663

#7C7663
(124,118,99)
#878271
(135,130,113)
#928E7F
(146,142,127)
#9D9A8D
(157,154,141)
#A8A69B
(168,166,155)
#B3B2A9
(179,178,169)
#BEBEB7
(190,190,183)
#C9CAC5
(201,202,197)
#D4D6D3
(212,214,211)
#DFE2E1
(223,226,225)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7663 color. Also use rgb(124,118,99) instead hex code.

Text Font Color

.myTextColor { color: #7C7663; }

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

This text font color is #7C7663.

Background Color

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

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

This div background color is #7C7663.

Border color

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

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

This div border color is #7C7663.

Opacity

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

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

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

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

This text has shadow with #7C7663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7663.

Preview

Color preview on black background

This text has color #7C7663 on black background.


Color preview on white background

This text has color #7C7663 on white background.


Black color preview on #7C7663 background

This text has black color on #7C7663 background.


White color preview on #7C7663 background

This text has white color on #7C7663 background.


Related colors

Complementary color

Complementary color for #hex is #83899C.


I love getcolorcode.com

Triadic colors

1 #637C76 and #76637C with #7C7663 are triadic colors.

2 #63767C and #767C63 with #7C7663 are triadic colors.