Color Hex Logo

#7b511d Color Hex

#7B511D
(123,81,29)
0 Favorites   0 Comments

Color spaces of #7b511d

RGB 1238129
HSL0.090.620.30
HSV33°76°48°
CMYK 0.000.340.76   0.52
XYZ11.332610.18452.5309
Yxy10.18450.47120.4235
Hunter Lab31.91327.538617.6372
CIE-Lab38.171512.595636.3213

#7b511d color RGB value is (123,81,29).

#7b511d hex color red value is 123, green value is 81 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #7b511d hue: 0.09 , saturation: 0.62 and the lightness value of 7b511d is 0.30.

The process color (four color CMYK) of #7b511d color hex is 0.00, 0.34, 0.76, 0.52. Web safe color of #7b511d is #666633. Color #7b511d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01010001 00011101
Octal 173 121 35
Decimal 123 81 29
Hex 7B 51 1D

RGB Percentages of Color #7b511d

%52.79
%34.76
%12.45

CMYK Percentages of Color #7b511d

%0
%34
%76
%52

Triadic Colors of #7b511d

#7b511d #1d7b51 #511d7b

Analogous Colors of #7b511d

#7b511d #767b1d #7b221d

Monochromatic Colors of #7b511d

#7b511d

Complementary Color

#7b511d #1d477b

#7b511d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b511d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b511d Color CSS Codes

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

#7b511d Text Font Color

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

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


#7b511d Background Color

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

This div background color is #7b511d


#7b511d Border Color

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

This div border color is #7b511d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b511d


Comments

No comments written yet.

Please login to write comment.