Color Hex Logo

#786b2f Color Hex

#786B2F
(120,107,47)
0 Favorites   0 Comments

Color spaces of #786b2f

RGB 12010747
HSL0.140.440.33
HSV49°61°47°
CMYK 0.000.110.61   0.53
XYZ13.516514.71374.8170
Yxy14.71370.40900.4452
Hunter Lab38.3584-4.228619.4054
CIE-Lab45.2395-2.980734.8502

#786b2f color RGB value is (120,107,47).

#786b2f hex color red value is 120, green value is 107 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #786b2f hue: 0.14 , saturation: 0.44 and the lightness value of 786b2f is 0.33.

The process color (four color CMYK) of #786b2f color hex is 0.00, 0.11, 0.61, 0.53. Web safe color of #786b2f is #666633. Color #786b2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101011 00101111
Octal 170 153 57
Decimal 120 107 47
Hex 78 6B 2F

RGB Percentages of Color #786b2f

%43.80
%39.05
%17.15

CMYK Percentages of Color #786b2f

%0
%11
%61
%53

Triadic Colors of #786b2f

#786b2f #2f786b #6b2f78

Analogous Colors of #786b2f

#786b2f #61782f #78472f

Monochromatic Colors of #786b2f

#786b2f

Complementary Color

#786b2f #2f3c78

#786b2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786b2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#786b2f Color CSS Codes

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

#786b2f Text Font Color

<p style="color:#786b2f">Text here</p>

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


#786b2f Background Color

<div style="background-color:#786b2f">
Div content here</div>

This div background color is #786b2f


#786b2f Border Color

<div style="border:3px solid #786b2f">
Div here</div>

This div border color is #786b2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,107,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #786b2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #786b2f;
  -webkit-box-shadow: 1px 1px 3px 2px #786b2f;
  box-shadow:         1px 1px 3px 2px #786b2f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,107,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786b2f


Comments

No comments written yet.

Please login to write comment.