COLOR #7F759D

HEX: #7F759D
RGB: (127,117,157)

Renk bilgisi

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

RGB renk modeli

#7F759D color RGB value is (127,117,157).

  • kırmız ton 127;
  • yeşil ton 117;
  • mavi ton 157.
RGB:
(127,117,157)
(50%,46%,62%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 117 of 255 = 46%
B 157 of 255 = 62%

127
117
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 117 + 157 = 401 (100%)
R 127 of 401 ~ 31.67%
G 117 of 401 ~ 29.18%
B 157 of 401 ~ 39.15%

%31.67
%29.18
%39.15

CMYK RENK MODELİ

#7F759D rengi CMYK tonu (19,25,0,38).

  • camgöbeği tonu 19.11%
  • eflatun tonu 25.48%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(19,25,0,38)
C19M25Y0K38 
(19%,25%,0%,38%)
(0.19/0.25/0.00/0.38)	

CMYK yüzdeleri

%19.11
%25.48
%0
%38.43

Codes

Color #7F759D in popluar color models

7F759D
RGB127117157
HSL255°16.95%53.73%
HSB/HSV255°25.48%61.57%
CMYK19.11%25.48%0.00%
38.43%

Color #7F759D in popluar number systems.

HEX7F759D
Decimal127117157
Binary1111111111010110011101
Octal177165235

Shades and tints

Shades of #7F759D

#7F759D
(127,117,157)
#746B8F
(116,107,143)
#696181
(105,97,129)
#5E5773
(94,87,115)
#534D65
(83,77,101)
#484357
(72,67,87)
#3D3949
(61,57,73)
#322F3B
(50,47,59)
#27252D
(39,37,45)
#1C1B1F
(28,27,31)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #7F759D

#7F759D
(127,117,157)
#8A81A5
(138,129,165)
#958DAD
(149,141,173)
#A099B5
(160,153,181)
#ABA5BD
(171,165,189)
#B6B1C5
(182,177,197)
#C1BDCD
(193,189,205)
#CCC9D5
(204,201,213)
#D7D5DD
(215,213,221)
#E2E1E5
(226,225,229)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F759D color. Also use rgb(127,117,157) instead hex code.

Text Font Color

.myTextColor { color: #7F759D; }

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

This text font color is #7F759D.


Background Color

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

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

This div background color is #7F759D.


Border color

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

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

This div border color is #7F759D.


Opacity

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

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

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

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

This text has shadow with #7F759D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F759D on black background.


Color preview on white background

This text has color #7F759D on white background.



Black color preview on #7F759D background

This text has black color on #7F759D background.


White color preview on #7F759D background

This text has white color on #7F759D background.