COLOR #7C676B

HEX: #7C676B
RGB: (124,103,107)

Renk bilgisi

#7C676B contains red, green and blue colors in about the same proportion. #7C676B ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#7C676B color RGB value is (124,103,107).

  • kırmız ton 124;
  • yeşil ton 103;
  • mavi ton 107.
RGB:
(124,103,107)
(49%,40%,42%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 103 of 255 = 40%
B 107 of 255 = 42%

124
103
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 103 + 107 = 334 (100%)
R 124 of 334 ~ 37.13%
G 103 of 334 ~ 30.84%
B 107 of 334 ~ 32.04%

%37.13
%30.84
%32.04

CMYK RENK MODELİ

#7C676B rengi CMYK tonu (0,17,14,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.94%
  • sarı tonu 13.71%
  • ana renk tonu 51.37%
CMYK:
(0,17,14,51)
C0M17Y14K51 
(0%,17%,14%,51%)
(0.00/0.17/0.14/0.51)	

CMYK yüzdeleri

%0
%16.94
%13.71
%51.37

Codes

Color #7C676B in popluar color models

7C676B
RGB124103107
HSL349°9.25%44.51%
HSB/HSV349°16.94%48.63%
CMYK0.00%16.94%13.71%
51.37%

Color #7C676B in popluar number systems.

HEX7C676B
Decimal124103107
Binary111110011001111101011
Octal174147153

Shades and tints

Shades of #7C676B

#7C676B
(124,103,107)
#715E62
(113,94,98)
#665559
(102,85,89)
#5B4C50
(91,76,80)
#504347
(80,67,71)
#453A3E
(69,58,62)
#3A3135
(58,49,53)
#2F282C
(47,40,44)
#241F23
(36,31,35)
#19161A
(25,22,26)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #7C676B

#7C676B
(124,103,107)
#877478
(135,116,120)
#928185
(146,129,133)
#9D8E92
(157,142,146)
#A89B9F
(168,155,159)
#B3A8AC
(179,168,172)
#BEB5B9
(190,181,185)
#C9C2C6
(201,194,198)
#D4CFD3
(212,207,211)
#DFDCE0
(223,220,224)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C676B color. Also use rgb(124,103,107) instead hex code.

Text Font Color

.myTextColor { color: #7C676B; }

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

This text font color is #7C676B.


Background Color

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

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

This div background color is #7C676B.


Border color

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

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

This div border color is #7C676B.


Opacity

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

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

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

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

This text has shadow with #7C676B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C676B on black background.


Color preview on white background

This text has color #7C676B on white background.



Black color preview on #7C676B background

This text has black color on #7C676B background.


White color preview on #7C676B background

This text has white color on #7C676B background.