Color Hex Logo

#74879d Color Hex

#74879D
(116,135,157)
0 Favorites   0 Comments

Color spaces of #74879d

RGB 116135157
HSL0.590.170.54
HSV212°26°62°
CMYK 0.260.140.00   0.38
XYZ21.952223.475335.2725
Yxy23.47530.27200.2909
Hunter Lab48.4513-3.9155-9.2471
CIE-Lab55.5586-1.6696-13.9816

#74879d color RGB value is (116,135,157).

#74879d hex color red value is 116, green value is 135 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #74879d hue: 0.59 , saturation: 0.17 and the lightness value of 74879d is 0.54.

The process color (four color CMYK) of #74879d color hex is 0.26, 0.14, 0.00, 0.38. Web safe color of #74879d is #669999. Color #74879d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000111 10011101
Octal 164 207 235
Decimal 116 135 157
Hex 74 87 9D

RGB Percentages of Color #74879d

%28.43
%33.09
%38.48

CMYK Percentages of Color #74879d

%26
%14
%0
%38

Triadic Colors of #74879d

#74879d #9d7487 #879d74

Analogous Colors of #74879d

#74879d #76749d #749c9d

Monochromatic Colors of #74879d

#74879d

Complementary Color

#74879d #9d8a74

#74879d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74879d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74879d Color CSS Codes

.mybgcolor {background-color:#74879d; } 
.myforecolor {color:#74879d; }
.mybordercolor {border:3px solid #74879d; }

#74879d Text Font Color

<p style="color:#74879d">Text here</p>

This sample text font color is #74879d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#74879d Background Color

<div style="background-color:#74879d">
Div content here</div>

This div background color is #74879d


#74879d Border Color

<div style="border:3px solid #74879d">
Div here</div>

This div border color is #74879d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,135,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74879d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74879d;
  -webkit-box-shadow: 1px 1px 3px 2px #74879d;
  box-shadow:         1px 1px 3px 2px #74879d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,135,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #74879d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #74879d;
  -webkit-box-shadow: 1px 1px 3px 2px #74879d;
  box-shadow:         1px 1px 3px 2px #74879d;">
Div content here</div>

This div box has shadow with color #74879d


Comments

No comments written yet.

Please login to write comment.