Color Hex Logo

#74878c Color Hex

#74878C
(116,135,140)
0 Favorites   0 Comments

Color spaces of #74878c

RGB 116135140
HSL0.530.090.50
HSV193°17°55°
CMYK 0.170.040.00   0.45
XYZ20.600122.934428.1520
Yxy22.93440.28740.3199
Hunter Lab47.8899-7.0245-1.3306
CIE-Lab55.0047-5.7144-4.9909

#74878c color RGB value is (116,135,140).

#74878c hex color red value is 116, green value is 135 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #74878c hue: 0.53 , saturation: 0.09 and the lightness value of 74878c is 0.50.

The process color (four color CMYK) of #74878c color hex is 0.17, 0.04, 0.00, 0.45. Web safe color of #74878c is #669999. Color #74878c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000111 10001100
Octal 164 207 214
Decimal 116 135 140
Hex 74 87 8C

RGB Percentages of Color #74878c

%29.67
%34.53
%35.81

CMYK Percentages of Color #74878c

%17
%4
%0
%45

Triadic Colors of #74878c

#74878c #8c7487 #878c74

Analogous Colors of #74878c

#74878c #747b8c #748c85

Monochromatic Colors of #74878c

#74878c

Complementary Color

#74878c #8c7974

#74878c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74878c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74878c Color CSS Codes

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

#74878c Text Font Color

<p style="color:#74878c">Text here</p>

This sample text font color is #74878c
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.


#74878c Background Color

<div style="background-color:#74878c">
Div content here</div>

This div background color is #74878c


#74878c Border Color

<div style="border:3px solid #74878c">
Div here</div>

This div border color is #74878c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74878c


Comments

No comments written yet.

Please login to write comment.