COLOR #74929C

HEX: #74929C
RGB: (116,146,156)

Renk bilgisi

#74929C contains red, green and blue colors in about the same proportion. #74929C ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#74929C color RGB value is (116,146,156).

  • kırmız ton 116;
  • yeşil ton 146;
  • mavi ton 156.
RGB:
(116,146,156)
(45%,57%,61%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 146 of 255 = 57%
B 156 of 255 = 61%

116
146
156

R + G + B ~ 54%. #74929C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 146 + 156 = 418 (100%)
R 116 of 418 ~ 27.75%
G 146 of 418 ~ 34.93%
B 156 of 418 ~ 37.32%

%27.75
%34.93
%37.32

CMYK RENK MODELİ

#74929C rengi CMYK tonu (26,6,0,39).

  • camgöbeği tonu 25.64%
  • eflatun tonu 6.41%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(26,6,0,39)
C26M6Y0K39 
(26%,6%,0%,39%)
(0.26/0.06/0.00/0.39)	

CMYK yüzdeleri

%25.64
%6.41
%0
%38.82

Codes

Color #74929C in popluar color models

74929C
RGB116146156
HSL195°16.81%53.33%
HSB/HSV195°25.64%61.18%
CMYK25.64%6.41%0.00%
38.82%

Color #74929C in popluar number systems.

HEX74929C
Decimal116146156
Binary11101001001001010011100
Octal164222234

Shades and tints

Shades of #74929C

#74929C
(116,146,156)
#6A858E
(106,133,142)
#607880
(96,120,128)
#566B72
(86,107,114)
#4C5E64
(76,94,100)
#425156
(66,81,86)
#384448
(56,68,72)
#2E373A
(46,55,58)
#242A2C
(36,42,44)
#1A1D1E
(26,29,30)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #74929C

#74929C
(116,146,156)
#809BA5
(128,155,165)
#8CA4AE
(140,164,174)
#98ADB7
(152,173,183)
#A4B6C0
(164,182,192)
#B0BFC9
(176,191,201)
#BCC8D2
(188,200,210)
#C8D1DB
(200,209,219)
#D4DAE4
(212,218,228)
#E0E3ED
(224,227,237)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74929C color. Also use rgb(116,146,156) instead hex code.

Text Font Color

.myTextColor { color: #74929C; }

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

This text font color is #74929C.


Background Color

.myBgColor { background-color: #74929C; }

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

This div background color is #74929C.


Border color

.myBorderColor { border: 1px solid #74929C; }

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

This div border color is #74929C.


Opacity

.myOpacity80 { color: #74929C; opacity: 0.8; }

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

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

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

This text has shadow with #74929C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74929C on black background.


Color preview on white background

This text has color #74929C on white background.



Black color preview on #74929C background

This text has black color on #74929C background.


White color preview on #74929C background

This text has white color on #74929C background.