Color Hex Logo

#7f889f Color Hex

#7F889F
(127,136,159)
0 Favorites   0 Comments

Color spaces of #7f889f

RGB 127136159
HSL0.620.140.56
HSV223°20°62°
CMYK 0.200.140.00   0.38
XYZ23.814624.623536.2985
Yxy24.62350.28100.2906
Hunter Lab49.6221-1.1730-8.6351
CIE-Lab56.70671.8226-13.3211

#7f889f color RGB value is (127,136,159).

#7f889f hex color red value is 127, green value is 136 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #7f889f hue: 0.62 , saturation: 0.14 and the lightness value of 7f889f is 0.56.

The process color (four color CMYK) of #7f889f color hex is 0.20, 0.14, 0.00, 0.38. Web safe color of #7f889f is #669999. Color #7f889f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10001000 10011111
Octal 177 210 237
Decimal 127 136 159
Hex 7F 88 9F

RGB Percentages of Color #7f889f

%30.09
%32.23
%37.68

CMYK Percentages of Color #7f889f

%20
%14
%0
%38

Triadic Colors of #7f889f

#7f889f #9f7f88 #889f7f

Analogous Colors of #7f889f

#7f889f #867f9f #7f989f

Monochromatic Colors of #7f889f

#7f889f

Complementary Color

#7f889f #9f967f

#7f889f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f889f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f889f Color CSS Codes

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

#7f889f Text Font Color

<p style="color:#7f889f">Text here</p>

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


#7f889f Background Color

<div style="background-color:#7f889f">
Div content here</div>

This div background color is #7f889f


#7f889f Border Color

<div style="border:3px solid #7f889f">
Div here</div>

This div border color is #7f889f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,136,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f889f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f889f;
  -webkit-box-shadow: 1px 1px 3px 2px #7f889f;
  box-shadow:         1px 1px 3px 2px #7f889f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,136,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f889f


Comments

No comments written yet.

Please login to write comment.