Color Hex Logo

#77650d Color Hex

#77650D
(119,101,13)
0 Favorites   0 Comments

Color spaces of #77650d

RGB 11910113
HSL0.140.800.26
HSV50°89°47°
CMYK 0.000.150.89   0.53
XYZ12.334113.25842.2898
Yxy13.25840.44240.4755
Hunter Lab36.4121-3.256721.7600
CIE-Lab43.1500-1.817746.7782

#77650d color RGB value is (119,101,13).

#77650d hex color red value is 119, green value is 101 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #77650d hue: 0.14 , saturation: 0.80 and the lightness value of 77650d is 0.26.

The process color (four color CMYK) of #77650d color hex is 0.00, 0.15, 0.89, 0.53. Web safe color of #77650d is #666600. Color #77650d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100101 00001101
Octal 167 145 15
Decimal 119 101 13
Hex 77 65 D

RGB Percentages of Color #77650d

%51.07
%43.35
%5.58

CMYK Percentages of Color #77650d

%0
%15
%89
%53

Triadic Colors of #77650d

#77650d #0d7765 #650d77

Analogous Colors of #77650d

#77650d #54770d #77300d

Monochromatic Colors of #77650d

#77650d

Complementary Color

#77650d #0d1f77

#77650d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77650d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77650d Color CSS Codes

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

#77650d Text Font Color

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

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


#77650d Background Color

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

This div background color is #77650d


#77650d Border Color

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

This div border color is #77650d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,101,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77650d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77650d;
  -webkit-box-shadow: 1px 1px 3px 2px #77650d;
  box-shadow:         1px 1px 3px 2px #77650d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,101,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77650d


Comments

No comments written yet.

Please login to write comment.