Color Hex Logo

#766719 Color Hex

#766719
(118,103,25)
0 Favorites   0 Comments

Color spaces of #766719

RGB 11810325
HSL0.140.650.28
HSV50°79°46°
CMYK 0.000.130.79   0.54
XYZ12.496913.62222.8904
Yxy13.62220.43080.4696
Hunter Lab36.9083-4.150521.1926
CIE-Lab43.6862-3.019743.2455

#766719 color RGB value is (118,103,25).

#766719 hex color red value is 118, green value is 103 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #766719 hue: 0.14 , saturation: 0.65 and the lightness value of 766719 is 0.28.

The process color (four color CMYK) of #766719 color hex is 0.00, 0.13, 0.79, 0.54. Web safe color of #766719 is #666600. Color #766719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100111 00011001
Octal 166 147 31
Decimal 118 103 25
Hex 76 67 19

RGB Percentages of Color #766719

%47.97
%41.87
%10.16

CMYK Percentages of Color #766719

%0
%13
%79
%54

Triadic Colors of #766719

#766719 #197667 #671976

Analogous Colors of #766719

#766719 #577619 #763919

Monochromatic Colors of #766719

#766719

Complementary Color

#766719 #192876

#766719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766719 Color CSS Codes

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

#766719 Text Font Color

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

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


#766719 Background Color

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

This div background color is #766719


#766719 Border Color

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

This div border color is #766719


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,103,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #766719; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #766719;
  -webkit-box-shadow: 1px 1px 3px 2px #766719;
  box-shadow:         1px 1px 3px 2px #766719; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766719


Comments

No comments written yet.

Please login to write comment.