Color Hex Logo

#7f480e Color Hex

#7F480E
(127,72,14)
0 Favorites   0 Comments

Color spaces of #7f480e

RGB 1277214
HSL0.090.800.28
HSV31°89°50°
CMYK 0.000.430.89   0.50
XYZ11.14909.17851.5995
Yxy9.17850.50850.4186
Hunter Lab30.296012.670318.0770
CIE-Lab36.325719.215541.2346

#7f480e color RGB value is (127,72,14).

#7f480e hex color red value is 127, green value is 72 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #7f480e hue: 0.09 , saturation: 0.80 and the lightness value of 7f480e is 0.28.

The process color (four color CMYK) of #7f480e color hex is 0.00, 0.43, 0.89, 0.50. Web safe color of #7f480e is #663300. Color #7f480e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01001000 00001110
Octal 177 110 16
Decimal 127 72 14
Hex 7F 48 E

RGB Percentages of Color #7f480e

%59.62
%33.80
%6.57

CMYK Percentages of Color #7f480e

%0
%43
%89
%50

Triadic Colors of #7f480e

#7f480e #0e7f48 #480e7f

Analogous Colors of #7f480e

#7f480e #7e7f0e #7f100e

Monochromatic Colors of #7f480e

#7f480e

Complementary Color

#7f480e #0e457f

#7f480e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f480e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f480e Color CSS Codes

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

#7f480e Text Font Color

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

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


#7f480e Background Color

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

This div background color is #7f480e


#7f480e Border Color

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

This div border color is #7f480e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f480e


Comments

No comments written yet.

Please login to write comment.