Color Hex Logo

#7f602f Color Hex

#7F602F
(127,96,47)
0 Favorites   0 Comments

Color spaces of #7f602f

RGB 1279647
HSL0.100.460.34
HSV37°63°50°
CMYK 0.000.240.63   0.50
XYZ13.448413.08304.5058
Yxy13.08300.43330.4215
Hunter Lab36.17043.069217.9335
CIE-Lab42.88806.716032.3532

#7f602f color RGB value is (127,96,47).

#7f602f hex color red value is 127, green value is 96 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #7f602f hue: 0.10 , saturation: 0.46 and the lightness value of 7f602f is 0.34.

The process color (four color CMYK) of #7f602f color hex is 0.00, 0.24, 0.63, 0.50. Web safe color of #7f602f is #666633. Color #7f602f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01100000 00101111
Octal 177 140 57
Decimal 127 96 47
Hex 7F 60 2F

RGB Percentages of Color #7f602f

%47.04
%35.56
%17.41

CMYK Percentages of Color #7f602f

%0
%24
%63
%50

Triadic Colors of #7f602f

#7f602f #2f7f60 #602f7f

Analogous Colors of #7f602f

#7f602f #767f2f #7f382f

Monochromatic Colors of #7f602f

#7f602f

Complementary Color

#7f602f #2f4e7f

#7f602f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f602f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f602f Color CSS Codes

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

#7f602f Text Font Color

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

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


#7f602f Background Color

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

This div background color is #7f602f


#7f602f Border Color

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

This div border color is #7f602f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f602f


Comments

No comments written yet.

Please login to write comment.