Color Hex Logo

#7b470a Color Hex

#7B470A
(123,71,10)
0 Favorites   0 Comments

Color spaces of #7b470a

RGB 1237110
HSL0.090.850.26
HSV32°92°48°
CMYK 0.000.420.92   0.52
XYZ10.47648.73931.4219
Yxy8.73930.50760.4235
Hunter Lab29.562311.523517.8419
CIE-Lab35.477417.847641.6565

#7b470a color RGB value is (123,71,10).

#7b470a hex color red value is 123, green value is 71 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #7b470a hue: 0.09 , saturation: 0.85 and the lightness value of 7b470a is 0.26.

The process color (four color CMYK) of #7b470a color hex is 0.00, 0.42, 0.92, 0.52. Web safe color of #7b470a is #663300. Color #7b470a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01000111 00001010
Octal 173 107 12
Decimal 123 71 10
Hex 7B 47 A

RGB Percentages of Color #7b470a

%60.29
%34.80
%4.90

CMYK Percentages of Color #7b470a

%0
%42
%92
%52

Triadic Colors of #7b470a

#7b470a #0a7b47 #470a7b

Analogous Colors of #7b470a

#7b470a #777b0a #7b0f0a

Monochromatic Colors of #7b470a

#7b470a

Complementary Color

#7b470a #0a3e7b

#7b470a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b470a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b470a Color CSS Codes

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

#7b470a Text Font Color

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

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


#7b470a Background Color

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

This div background color is #7b470a


#7b470a Border Color

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

This div border color is #7b470a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b470a


Comments

No comments written yet.

Please login to write comment.