Color Hex Logo

#77898d Color Hex

#77898D
(119,137,141)
0 Favorites   0 Comments

Color spaces of #77898d

RGB 119137141
HSL0.530.090.51
HSV191°16°55°
CMYK 0.160.030.00   0.45
XYZ21.361123.736328.6550
Yxy23.73630.28960.3218
Hunter Lab48.7199-6.9971-0.7679
CIE-Lab55.8228-5.5870-4.3348

#77898d color RGB value is (119,137,141).

#77898d hex color red value is 119, green value is 137 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #77898d hue: 0.53 , saturation: 0.09 and the lightness value of 77898d is 0.51.

The process color (four color CMYK) of #77898d color hex is 0.16, 0.03, 0.00, 0.45. Web safe color of #77898d is #669999. Color #77898d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001001 10001101
Octal 167 211 215
Decimal 119 137 141
Hex 77 89 8D

RGB Percentages of Color #77898d

%29.97
%34.51
%35.52

CMYK Percentages of Color #77898d

%16
%3
%0
%45

Triadic Colors of #77898d

#77898d #8d7789 #898d77

Analogous Colors of #77898d

#77898d #777e8d #778d86

Monochromatic Colors of #77898d

#77898d

Complementary Color

#77898d #8d7b77

#77898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77898d Color CSS Codes

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

#77898d Text Font Color

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

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


#77898d Background Color

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

This div background color is #77898d


#77898d Border Color

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

This div border color is #77898d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,137,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77898d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77898d;
  -webkit-box-shadow: 1px 1px 3px 2px #77898d;
  box-shadow:         1px 1px 3px 2px #77898d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,137,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77898d


Comments

No comments written yet.

Please login to write comment.