Color Hex Logo

#766850 Color Hex

#766850
(118,104,80)
0 Favorites   0 Comments

Color spaces of #766850

RGB 11810480
HSL0.110.190.39
HSV38°32°46°
CMYK 0.000.120.32   0.54
XYZ13.869514.33149.6246
Yxy14.33140.36670.3789
Hunter Lab37.8568-0.852911.4261
CIE-Lab44.70451.578015.5712

#766850 color RGB value is (118,104,80).

#766850 hex color red value is 118, green value is 104 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #766850 hue: 0.11 , saturation: 0.19 and the lightness value of 766850 is 0.39.

The process color (four color CMYK) of #766850 color hex is 0.00, 0.12, 0.32, 0.54. Web safe color of #766850 is #666666. Color #766850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101000 01010000
Octal 166 150 120
Decimal 118 104 80
Hex 76 68 50

RGB Percentages of Color #766850

%39.07
%34.44
%26.49

CMYK Percentages of Color #766850

%0
%12
%32
%54

Triadic Colors of #766850

#766850 #507668 #685076

Analogous Colors of #766850

#766850 #717650 #765550

Monochromatic Colors of #766850

#766850

Complementary Color

#766850 #505e76

#766850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766850 Color CSS Codes

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

#766850 Text Font Color

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

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


#766850 Background Color

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

This div background color is #766850


#766850 Border Color

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

This div border color is #766850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766850


Comments

No comments written yet.

Please login to write comment.