Color Hex Logo

#7f7452 Color Hex

#7F7452
(127,116,82)
0 Favorites   0 Comments

Color spaces of #7f7452

RGB 12711682
HSL0.130.220.41
HSV45°35°50°
CMYK 0.000.090.35   0.50
XYZ16.520817.612010.5114
Yxy17.61200.37010.3945
Hunter Lab41.9667-3.172514.5263
CIE-Lab49.0221-1.226920.3590

#7f7452 color RGB value is (127,116,82).

#7f7452 hex color red value is 127, green value is 116 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #7f7452 hue: 0.13 , saturation: 0.22 and the lightness value of 7f7452 is 0.41.

The process color (four color CMYK) of #7f7452 color hex is 0.00, 0.09, 0.35, 0.50. Web safe color of #7f7452 is #666666. Color #7f7452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01110100 01010010
Octal 177 164 122
Decimal 127 116 82
Hex 7F 74 52

RGB Percentages of Color #7f7452

%39.08
%35.69
%25.23

CMYK Percentages of Color #7f7452

%0
%9
%35
%50

Triadic Colors of #7f7452

#7f7452 #527f74 #74527f

Analogous Colors of #7f7452

#7f7452 #747f52 #7f5e52

Monochromatic Colors of #7f7452

#7f7452

Complementary Color

#7f7452 #525d7f

#7f7452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f7452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f7452 Color CSS Codes

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

#7f7452 Text Font Color

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

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


#7f7452 Background Color

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

This div background color is #7f7452


#7f7452 Border Color

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

This div border color is #7f7452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f7452


Comments

No comments written yet.

Please login to write comment.