Color Hex Logo

#78763d Color Hex

#78763D
(120,118,61)
0 Favorites   0 Comments

Color spaces of #78763d

RGB 12011861
HSL0.160.330.35
HSV58°49°47°
CMYK 0.000.020.49   0.53
XYZ15.066517.28696.9575
Yxy17.28690.38330.4397
Hunter Lab41.5775-8.077419.1828
CIE-Lab48.6195-7.932331.4551

#78763d color RGB value is (120,118,61).

#78763d hex color red value is 120, green value is 118 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #78763d hue: 0.16 , saturation: 0.33 and the lightness value of 78763d is 0.35.

The process color (four color CMYK) of #78763d color hex is 0.00, 0.02, 0.49, 0.53. Web safe color of #78763d is #666633. Color #78763d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110110 00111101
Octal 170 166 75
Decimal 120 118 61
Hex 78 76 3D

RGB Percentages of Color #78763d

%40.13
%39.46
%20.40

CMYK Percentages of Color #78763d

%0
%2
%49
%53

Triadic Colors of #78763d

#78763d #3d7876 #763d78

Analogous Colors of #78763d

#78763d #5d783d #78593d

Monochromatic Colors of #78763d

#78763d

Complementary Color

#78763d #3d3f78

#78763d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78763d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78763d Color CSS Codes

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

#78763d Text Font Color

<p style="color:#78763d">Text here</p>

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


#78763d Background Color

<div style="background-color:#78763d">
Div content here</div>

This div background color is #78763d


#78763d Border Color

<div style="border:3px solid #78763d">
Div here</div>

This div border color is #78763d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,118,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78763d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78763d;
  -webkit-box-shadow: 1px 1px 3px 2px #78763d;
  box-shadow:         1px 1px 3px 2px #78763d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78763d

#78763d Color Palettes


Comments

No comments written yet.

Please login to write comment.