Color Hex Logo

#74898b Color Hex

#74898B
(116,137,139)
0 Favorites   0 Comments

Color spaces of #74898b

RGB 116137139
HSL0.510.090.50
HSV185°17°55°
CMYK 0.170.010.00   0.45
XYZ20.808323.468427.8592
Yxy23.46840.28850.3253
Hunter Lab48.4442-8.1060-0.1854
CIE-Lab55.5516-7.0632-3.6048

#74898b color RGB value is (116,137,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001001 10001011
Octal 164 211 213
Decimal 116 137 139
Hex 74 89 8B

RGB Percentages of Color #74898b

%29.59
%34.95
%35.46

CMYK Percentages of Color #74898b

%17
%1
%0
%45

Triadic Colors of #74898b

#74898b #8b7489 #898b74

Analogous Colors of #74898b

#74898b #747e8b #748b82

Monochromatic Colors of #74898b

#74898b

Complementary Color

#74898b #8b7674

#74898b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74898b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74898b Color CSS Codes

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

#74898b Text Font Color

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

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


#74898b Background Color

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

This div background color is #74898b


#74898b Border Color

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

This div border color is #74898b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,137,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 #74898b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74898b


Comments

No comments written yet.

Please login to write comment.