Color Hex Logo

#7b4a0f Color Hex

#7B4A0F
(123,74,15)
0 Favorites   0 Comments

Color spaces of #7b4a0f

RGB 1237415
HSL0.090.780.27
HSV33°88°48°
CMYK 0.000.400.88   0.52
XYZ10.70349.14301.6526
Yxy9.14300.49790.4253
Hunter Lab30.237410.269817.9257
CIE-Lab36.258216.201440.5820

#7b4a0f color RGB value is (123,74,15).

#7b4a0f hex color red value is 123, green value is 74 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #7b4a0f hue: 0.09 , saturation: 0.78 and the lightness value of 7b4a0f is 0.27.

The process color (four color CMYK) of #7b4a0f color hex is 0.00, 0.40, 0.88, 0.52. Web safe color of #7b4a0f is #663300. Color #7b4a0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01001010 00001111
Octal 173 112 17
Decimal 123 74 15
Hex 7B 4A F

RGB Percentages of Color #7b4a0f

%58.02
%34.91
%7.08

CMYK Percentages of Color #7b4a0f

%0
%40
%88
%52

Triadic Colors of #7b4a0f

#7b4a0f #0f7b4a #4a0f7b

Analogous Colors of #7b4a0f

#7b4a0f #767b0f #7b140f

Monochromatic Colors of #7b4a0f

#7b4a0f

Complementary Color

#7b4a0f #0f407b

#7b4a0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b4a0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b4a0f Color CSS Codes

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

#7b4a0f Text Font Color

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

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


#7b4a0f Background Color

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

This div background color is #7b4a0f


#7b4a0f Border Color

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

This div border color is #7b4a0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b4a0f


Comments

No comments written yet.

Please login to write comment.