COLOR #7D674C

HEX: #7D674C
RGB: (125,103,76)

Renk bilgisi

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

RGB renk modeli

#7D674C color RGB value is (125,103,76).

  • kırmız ton 125;
  • yeşil ton 103;
  • mavi ton 76.
RGB:
(125,103,76)
(49%,40%,30%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 103 of 255 = 40%
B 76 of 255 = 30%

125
103
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 103 + 76 = 304 (100%)
R 125 of 304 ~ 41.12%
G 103 of 304 ~ 33.88%
B 76 of 304 ~ 25%

%41.12
%33.88
%25

CMYK RENK MODELİ

#7D674C rengi CMYK tonu (0,18,39,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.60%
  • sarı tonu 39.20%
  • ana renk tonu 50.98%
CMYK:
(0,18,39,51)
C0M18Y39K51 
(0%,18%,39%,51%)
(0.00/0.18/0.39/0.51)	

CMYK yüzdeleri

%0
%17.6
%39.2
%50.98

Codes

Color #7D674C in popluar color models

7D674C
RGB12510376
HSL33°24.38%39.41%
HSB/HSV33°39.20%49.02%
CMYK0.00%17.60%39.20%
50.98%

Color #7D674C in popluar number systems.

HEX7D674C
Decimal12510376
Binary111110111001111001100
Octal175147114

Shades and tints

Shades of #7D674C

#7D674C
(125,103,76)
#725E46
(114,94,70)
#675540
(103,85,64)
#5C4C3A
(92,76,58)
#514334
(81,67,52)
#463A2E
(70,58,46)
#3B3128
(59,49,40)
#302822
(48,40,34)
#251F1C
(37,31,28)
#1A1616
(26,22,22)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #7D674C

#7D674C
(125,103,76)
#88745C
(136,116,92)
#93816C
(147,129,108)
#9E8E7C
(158,142,124)
#A99B8C
(169,155,140)
#B4A89C
(180,168,156)
#BFB5AC
(191,181,172)
#CAC2BC
(202,194,188)
#D5CFCC
(213,207,204)
#E0DCDC
(224,220,220)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D674C color. Also use rgb(125,103,76) instead hex code.

Text Font Color

.myTextColor { color: #7D674C; }

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

This text font color is #7D674C.


Background Color

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

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

This div background color is #7D674C.


Border color

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

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

This div border color is #7D674C.


Opacity

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

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

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

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

This text has shadow with #7D674C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D674C on black background.


Color preview on white background

This text has color #7D674C on white background.



Black color preview on #7D674C background

This text has black color on #7D674C background.


White color preview on #7D674C background

This text has white color on #7D674C background.