COLOR #7C6875

HEX: #7C6875
RGB: (124,104,117)

Color info

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

RGB color model

#7C6875 color RGB value is (124,104,117).

  • red value is 124;
  • green value is 104;
  • blue value is 117.
RGB:
(124,104,117)
(49%,41%,46%)

RGB channels and saturation

R 124 of 255 = 49%
G 104 of 255 = 41%
B 117 of 255 = 46%

124
104
117

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

Portions of RGB colors in percentages

R + G + B =
124 + 104 + 117 = 345 (100%)
R 124 of 345 ~ 35.94%
G 104 of 345 ~ 30.14%
B 117 of 345 ~ 33.91%

%35.94
%30.14
%33.91

CMYK color model

#7C6875 color CMYK value is (0,16,6,51).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 5.65%
  • key color value is 51.37%
CMYK:
(0,16,6,51)
C0M16Y6K51 
(0%,16%,6%,51%)
(0.00/0.16/0.06/0.51)	

CMYK percentages

%0
%16.13
%5.65
%51.37

Codes

Color #7C6875 in popluar color models

7C6875
RGB124104117
HSL321°8.77%44.71%
HSB/HSV321°16.13%48.63%
CMYK0.00%16.13%5.65%
51.37%

Color #7C6875 in popluar number systems.

HEX7C6875
Decimal124104117
Binary111110011010001110101
Octal174150165

Shades and tints

Shades of #7C6875

#7C6875
(124,104,117)
#715F6B
(113,95,107)
#665661
(102,86,97)
#5B4D57
(91,77,87)
#50444D
(80,68,77)
#453B43
(69,59,67)
#3A3239
(58,50,57)
#2F292F
(47,41,47)
#242025
(36,32,37)
#19171B
(25,23,27)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #7C6875

#7C6875
(124,104,117)
#877581
(135,117,129)
#92828D
(146,130,141)
#9D8F99
(157,143,153)
#A89CA5
(168,156,165)
#B3A9B1
(179,169,177)
#BEB6BD
(190,182,189)
#C9C3C9
(201,195,201)
#D4D0D5
(212,208,213)
#DFDDE1
(223,221,225)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6875 color. Also use rgb(124,104,117) instead hex code.

Text Font Color

.myTextColor { color: #7C6875; }

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

This text font color is #7C6875.


Background Color

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

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

This div background color is #7C6875.


Border color

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

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

This div border color is #7C6875.


Opacity

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

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

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

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

This text has shadow with #7C6875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6875 on black background.


Color preview on white background

This text has color #7C6875 on white background.



Black color preview on #7C6875 background

This text has black color on #7C6875 background.


White color preview on #7C6875 background

This text has white color on #7C6875 background.