COLOR #754711

HEX: #754711
RGB: (117,71,17)

Renk bilgisi

#754711 contains mainly red and green colors. #754711 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#754711 color RGB value is (117,71,17).

  • kırmız ton 117;
  • yeşil ton 71;
  • mavi ton 17.
RGB:
(117,71,17)
(46%,28%,7%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 71 of 255 = 28%
B 17 of 255 = 7%

117
71
17

R + G + B ~ 27%. #754711 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 71 + 17 = 205 (100%)
R 117 of 205 ~ 57.07%
G 71 of 205 ~ 34.63%
B 17 of 205 ~ 8.29%

%57.07
%34.63

CMYK RENK MODELİ

#754711 rengi CMYK tonu (0,39,85,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.32%
  • sarı tonu 85.47%
  • ana renk tonu 54.12%
CMYK:
(0,39,85,54)
C0M39Y85K54 
(0%,39%,85%,54%)
(0.00/0.39/0.85/0.54)	

CMYK yüzdeleri

%0
%39.32
%85.47
%54.12

Codes

Color #754711 in popluar color models

754711
RGB1177117
HSL32°74.63%26.27%
HSB/HSV32°85.47%45.88%
CMYK0.00%39.32%85.47%
54.12%

Color #754711 in popluar number systems.

HEX754711
Decimal1177117
Binary1110101100011110001
Octal16510721

Shades and tints

Shades of #754711

#754711
(117,71,17)
#6B4110
(107,65,16)
#613B0F
(97,59,15)
#57350E
(87,53,14)
#4D2F0D
(77,47,13)
#43290C
(67,41,12)
#39230B
(57,35,11)
#2F1D0A
(47,29,10)
#251709
(37,23,9)
#1B1108
(27,17,8)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #754711

#754711
(117,71,17)
#815726
(129,87,38)
#8D673B
(141,103,59)
#997750
(153,119,80)
#A58765
(165,135,101)
#B1977A
(177,151,122)
#BDA78F
(189,167,143)
#C9B7A4
(201,183,164)
#D5C7B9
(213,199,185)
#E1D7CE
(225,215,206)
#EDE7E3
(237,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754711 color. Also use rgb(117,71,17) instead hex code.

Text Font Color

.myTextColor { color: #754711; }

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

This text font color is #754711.


Background Color

.myBgColor { background-color: #754711; }

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

This div background color is #754711.


Border color

.myBorderColor { border: 1px solid #754711; }

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

This div border color is #754711.


Opacity

.myOpacity80 { color: #754711; opacity: 0.8; }

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

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

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

This text has shadow with #754711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754711 on black background.


Color preview on white background

This text has color #754711 on white background.



Black color preview on #754711 background

This text has black color on #754711 background.


White color preview on #754711 background

This text has white color on #754711 background.