Color Hex Logo

#7f754d Color Hex

#7F754D
(127,117,77)
0 Favorites   0 Comments

Color spaces of #7f754d

RGB 12711777
HSL0.130.250.40
HSV48°39°50°
CMYK 0.000.080.39   0.50
XYZ16.453217.77049.5840
Yxy17.77040.37560.4056
Hunter Lab42.1550-4.102116.0288
CIE-Lab49.2164-2.445723.4758

#7f754d color RGB value is (127,117,77).

#7f754d hex color red value is 127, green value is 117 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #7f754d hue: 0.13 , saturation: 0.25 and the lightness value of 7f754d is 0.40.

The process color (four color CMYK) of #7f754d color hex is 0.00, 0.08, 0.39, 0.50. Web safe color of #7f754d is #666666. Color #7f754d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01110101 01001101
Octal 177 165 115
Decimal 127 117 77
Hex 7F 75 4D

RGB Percentages of Color #7f754d

%39.56
%36.45
%23.99

CMYK Percentages of Color #7f754d

%0
%8
%39
%50

Triadic Colors of #7f754d

#7f754d #4d7f75 #754d7f

Analogous Colors of #7f754d

#7f754d #707f4d #7f5c4d

Monochromatic Colors of #7f754d

#7f754d

Complementary Color

#7f754d #4d577f

#7f754d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f754d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f754d Color CSS Codes

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

#7f754d Text Font Color

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

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


#7f754d Background Color

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

This div background color is #7f754d


#7f754d Border Color

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

This div border color is #7f754d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f754d


Comments

No comments written yet.

Please login to write comment.