COLOR #7976A7

HEX: #7976A7
RGB: (121,118,167)

Renk bilgisi

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

RGB renk modeli

#7976A7 color RGB value is (121,118,167).

  • kırmız ton 121;
  • yeşil ton 118;
  • mavi ton 167.
RGB:
(121,118,167)
(47%,46%,65%)

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 118 of 255 = 46%
B 167 of 255 = 65%

121
118
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 118 + 167 = 406 (100%)
R 121 of 406 ~ 29.8%
G 118 of 406 ~ 29.06%
B 167 of 406 ~ 41.13%

%29.8
%29.06
%41.13

CMYK RENK MODELİ

#7976A7 rengi CMYK tonu (28,29,0,35).

  • camgöbeği tonu 27.54%
  • eflatun tonu 29.34%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(28,29,0,35)
C28M29Y0K35 
(28%,29%,0%,35%)
(0.28/0.29/0.00/0.35)	

CMYK yüzdeleri

%27.54
%29.34
%0
%34.51

Codes

Color #7976A7 in popluar color models

7976A7
RGB121118167
HSL244°21.78%55.88%
HSB/HSV244°29.34%65.49%
CMYK27.54%29.34%0.00%
34.51%

Color #7976A7 in popluar number systems.

HEX7976A7
Decimal121118167
Binary1111001111011010100111
Octal171166247

Shades and tints

Shades of #7976A7

#7976A7
(121,118,167)
#6E6C98
(110,108,152)
#636289
(99,98,137)
#58587A
(88,88,122)
#4D4E6B
(77,78,107)
#42445C
(66,68,92)
#373A4D
(55,58,77)
#2C303E
(44,48,62)
#21262F
(33,38,47)
#161C20
(22,28,32)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #7976A7

#7976A7
(121,118,167)
#8582AF
(133,130,175)
#918EB7
(145,142,183)
#9D9ABF
(157,154,191)
#A9A6C7
(169,166,199)
#B5B2CF
(181,178,207)
#C1BED7
(193,190,215)
#CDCADF
(205,202,223)
#D9D6E7
(217,214,231)
#E5E2EF
(229,226,239)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7976A7 color. Also use rgb(121,118,167) instead hex code.

Text Font Color

.myTextColor { color: #7976A7; }

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

This text font color is #7976A7.


Background Color

.myBgColor { background-color: #7976A7; }

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

This div background color is #7976A7.


Border color

.myBorderColor { border: 1px solid #7976A7; }

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

This div border color is #7976A7.


Opacity

.myOpacity80 { color: #7976A7; opacity: 0.8; }

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

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

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

This text has shadow with #7976A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7976A7 on black background.


Color preview on white background

This text has color #7976A7 on white background.



Black color preview on #7976A7 background

This text has black color on #7976A7 background.


White color preview on #7976A7 background

This text has white color on #7976A7 background.