COLOR #774D7D

HEX: #774D7D
RGB: (119,77,125)

Renk bilgisi

#774D7D contains red, green and blue colors in about the same proportion. #774D7D ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#774D7D color RGB value is (119,77,125).

  • kırmız ton 119;
  • yeşil ton 77;
  • mavi ton 125.
RGB:
(119,77,125)
(47%,30%,49%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 77 of 255 = 30%
B 125 of 255 = 49%

119
77
125

R + G + B ~ 42%. #774D7D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 77 + 125 = 321 (100%)
R 119 of 321 ~ 37.07%
G 77 of 321 ~ 23.99%
B 125 of 321 ~ 38.94%

%37.07
%23.99
%38.94

CMYK RENK MODELİ

#774D7D rengi CMYK tonu (5,38,0,51).

  • camgöbeği tonu 4.80%
  • eflatun tonu 38.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(5,38,0,51)
C5M38Y0K51 
(5%,38%,0%,51%)
(0.05/0.38/0.00/0.51)	

CMYK yüzdeleri

%4.8
%38.4
%0
%50.98

Codes

Color #774D7D in popluar color models

774D7D
RGB11977125
HSL293°23.76%39.61%
HSB/HSV293°38.40%49.02%
CMYK4.80%38.40%0.00%
50.98%

Color #774D7D in popluar number systems.

HEX774D7D
Decimal11977125
Binary111011110011011111101
Octal167115175

Shades and tints

Shades of #774D7D

#774D7D
(119,77,125)
#6D4672
(109,70,114)
#633F67
(99,63,103)
#59385C
(89,56,92)
#4F3151
(79,49,81)
#452A46
(69,42,70)
#3B233B
(59,35,59)
#311C30
(49,28,48)
#271525
(39,21,37)
#1D0E1A
(29,14,26)
#13070F
(19,7,15)
#000000
(0,0,0)

Tints of #774D7D

#774D7D
(119,77,125)
#835D88
(131,93,136)
#8F6D93
(143,109,147)
#9B7D9E
(155,125,158)
#A78DA9
(167,141,169)
#B39DB4
(179,157,180)
#BFADBF
(191,173,191)
#CBBDCA
(203,189,202)
#D7CDD5
(215,205,213)
#E3DDE0
(227,221,224)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774D7D color. Also use rgb(119,77,125) instead hex code.

Text Font Color

.myTextColor { color: #774D7D; }

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

This text font color is #774D7D.


Background Color

.myBgColor { background-color: #774D7D; }

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

This div background color is #774D7D.


Border color

.myBorderColor { border: 1px solid #774D7D; }

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

This div border color is #774D7D.


Opacity

.myOpacity80 { color: #774D7D; opacity: 0.8; }

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

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

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

This text has shadow with #774D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774D7D on black background.


Color preview on white background

This text has color #774D7D on white background.



Black color preview on #774D7D background

This text has black color on #774D7D background.


White color preview on #774D7D background

This text has white color on #774D7D background.