Color Hex Logo

#7f857b Color Hex

#7F857B
(127,133,123)
0 Favorites   0 Comments

Color spaces of #7f857b

RGB 127133123
HSL0.270.040.50
HSV96°52°
CMYK 0.050.000.08   0.48
XYZ20.715122.717122.0319
Yxy22.71710.31640.3470
Hunter Lab47.6625-5.82955.9570
CIE-Lab54.7797-4.18694.6180

#7f857b color RGB value is (127,133,123).

#7f857b hex color red value is 127, green value is 133 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #7f857b hue: 0.27 , saturation: 0.04 and the lightness value of 7f857b is 0.50.

The process color (four color CMYK) of #7f857b color hex is 0.05, 0.00, 0.08, 0.48. Web safe color of #7f857b is #669966. Color #7f857b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10000101 01111011
Octal 177 205 173
Decimal 127 133 123
Hex 7F 85 7B

RGB Percentages of Color #7f857b

%33.16
%34.73
%32.11

CMYK Percentages of Color #7f857b

%5
%0
%8
%48

Triadic Colors of #7f857b

#7f857b #7b7f85 #857b7f

Analogous Colors of #7f857b

#7f857b #7b857c #84857b

Monochromatic Colors of #7f857b

#7f857b

Complementary Color

#7f857b #817b85

#7f857b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f857b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f857b Color CSS Codes

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

#7f857b Text Font Color

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

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


#7f857b Background Color

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

This div background color is #7f857b


#7f857b Border Color

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

This div border color is #7f857b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,133,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 #7f857b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f857b


Comments

No comments written yet.

Please login to write comment.