Color Hex Logo

#7f787b Color Hex

#7F787B
(127,120,123)
0 Favorites   0 Comments

Color spaces of #7f787b

RGB 127120123
HSL0.930.030.48
HSV334°50°
CMYK 0.000.060.03   0.50
XYZ19.044019.375021.4749
Yxy19.37500.31800.3235
Hunter Lab44.01700.19831.8857
CIE-Lab51.12313.2554-0.6886

#7f787b color RGB value is (127,120,123).

#7f787b hex color red value is 127, green value is 120 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #7f787b hue: 0.93 , saturation: 0.03 and the lightness value of 7f787b is 0.48.

The process color (four color CMYK) of #7f787b color hex is 0.00, 0.06, 0.03, 0.50. Web safe color of #7f787b is #666666. Color #7f787b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01111000 01111011
Octal 177 170 173
Decimal 127 120 123
Hex 7F 78 7B

RGB Percentages of Color #7f787b

%34.32
%32.43
%33.24

CMYK Percentages of Color #7f787b

%0
%6
%3
%50

Triadic Colors of #7f787b

#7f787b #7b7f78 #787b7f

Analogous Colors of #7f787b

#7f787b #7f7978 #7f787f

Monochromatic Colors of #7f787b

#7f787b

Complementary Color

#7f787b #787f7c

#7f787b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f787b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f787b Color CSS Codes

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

#7f787b Text Font Color

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

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


#7f787b Background Color

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

This div background color is #7f787b


#7f787b Border Color

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

This div border color is #7f787b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f787b


Comments

No comments written yet.

Please login to write comment.