Color Hex Logo

#74878b Color Hex

#74878B
(116,135,139)
0 Favorites   0 Comments

Color spaces of #74878b

RGB 116135139
HSL0.530.090.50
HSV190°17°55°
CMYK 0.170.030.00   0.45
XYZ20.526622.905027.7653
Yxy22.90500.28830.3217
Hunter Lab47.8592-7.1956-0.8954
CIE-Lab54.9743-5.9412-4.4572

#74878b color RGB value is (116,135,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000111 10001011
Octal 164 207 213
Decimal 116 135 139
Hex 74 87 8B

RGB Percentages of Color #74878b

%29.74
%34.62
%35.64

CMYK Percentages of Color #74878b

%17
%3
%0
%45

Triadic Colors of #74878b

#74878b #8b7487 #878b74

Analogous Colors of #74878b

#74878b #747c8b #748b84

Monochromatic Colors of #74878b

#74878b

Complementary Color

#74878b #8b7874

#74878b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74878b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74878b Color CSS Codes

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

#74878b Text Font Color

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

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


#74878b Background Color

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

This div background color is #74878b


#74878b Border Color

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

This div border color is #74878b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74878b


Comments

No comments written yet.

Please login to write comment.