Color Hex Logo

#7f334f Color Hex

#7F334F
(127,51,79)
0 Favorites   0 Comments

Color spaces of #7f334f

RGB 1275179
HSL0.940.430.35
HSV338°60°50°
CMYK 0.000.600.38   0.50
XYZ11.34757.44428.2359
Yxy7.44420.41980.2754
Hunter Lab27.284126.49141.2017
CIE-Lab32.797535.8675-0.4489

#7f334f color RGB value is (127,51,79).

#7f334f hex color red value is 127, green value is 51 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #7f334f hue: 0.94 , saturation: 0.43 and the lightness value of 7f334f is 0.35.

The process color (four color CMYK) of #7f334f color hex is 0.00, 0.60, 0.38, 0.50. Web safe color of #7f334f is #663366. Color #7f334f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00110011 01001111
Octal 177 63 117
Decimal 127 51 79
Hex 7F 33 4F

RGB Percentages of Color #7f334f

%49.42
%19.84
%30.74

CMYK Percentages of Color #7f334f

%0
%60
%38
%50

Triadic Colors of #7f334f

#7f334f #4f7f33 #334f7f

Analogous Colors of #7f334f

#7f334f #7f3d33 #7f3375

Monochromatic Colors of #7f334f

#7f334f

Complementary Color

#7f334f #337f63

#7f334f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f334f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f334f Color CSS Codes

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

#7f334f Text Font Color

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

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


#7f334f Background Color

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

This div background color is #7f334f


#7f334f Border Color

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

This div border color is #7f334f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f334f


Comments

No comments written yet.

Please login to write comment.