Color Hex Logo

#7b671f Color Hex

#7B671F
(123,103,31)
0 Favorites   0 Comments

Color spaces of #7b671f

RGB 12310331
HSL0.130.600.30
HSV47°75°48°
CMYK 0.000.160.75   0.52
XYZ13.265914.01043.3014
Yxy14.01040.43380.4582
Hunter Lab37.4305-2.240320.9719
CIE-Lab44.2478-0.329141.5103

#7b671f color RGB value is (123,103,31).

#7b671f hex color red value is 123, green value is 103 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #7b671f hue: 0.13 , saturation: 0.60 and the lightness value of 7b671f is 0.30.

The process color (four color CMYK) of #7b671f color hex is 0.00, 0.16, 0.75, 0.52. Web safe color of #7b671f is #666633. Color #7b671f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01100111 00011111
Octal 173 147 37
Decimal 123 103 31
Hex 7B 67 1F

RGB Percentages of Color #7b671f

%47.86
%40.08
%12.06

CMYK Percentages of Color #7b671f

%0
%16
%75
%52

Triadic Colors of #7b671f

#7b671f #1f7b67 #671f7b

Analogous Colors of #7b671f

#7b671f #617b1f #7b391f

Monochromatic Colors of #7b671f

#7b671f

Complementary Color

#7b671f #1f337b

#7b671f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b671f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b671f Color CSS Codes

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

#7b671f Text Font Color

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

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


#7b671f Background Color

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

This div background color is #7b671f


#7b671f Border Color

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

This div border color is #7b671f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,103,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b671f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b671f;
  -webkit-box-shadow: 1px 1px 3px 2px #7b671f;
  box-shadow:         1px 1px 3px 2px #7b671f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,103,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b671f


Comments

No comments written yet.

Please login to write comment.