Color Hex Logo

#766026 Color Hex

#766026
(118,96,38)
0 Favorites   0 Comments

Color spaces of #766026

RGB 1189638
HSL0.120.510.31
HSV44°68°46°
CMYK 0.000.190.68   0.54
XYZ12.003912.35723.5862
Yxy12.35720.42950.4422
Hunter Lab35.1528-0.563618.5584
CIE-Lab41.77831.815635.5084

#766026 color RGB value is (118,96,38).

#766026 hex color red value is 118, green value is 96 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #766026 hue: 0.12 , saturation: 0.51 and the lightness value of 766026 is 0.31.

The process color (four color CMYK) of #766026 color hex is 0.00, 0.19, 0.68, 0.54. Web safe color of #766026 is #666633. Color #766026 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100000 00100110
Octal 166 140 46
Decimal 118 96 38
Hex 76 60 26

RGB Percentages of Color #766026

%46.83
%38.10
%15.08

CMYK Percentages of Color #766026

%0
%19
%68
%54

Triadic Colors of #766026

#766026 #267660 #602676

Analogous Colors of #766026

#766026 #647626 #763826

Monochromatic Colors of #766026

#766026

Complementary Color

#766026 #263c76

#766026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766026 Color CSS Codes

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

#766026 Text Font Color

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

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


#766026 Background Color

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

This div background color is #766026


#766026 Border Color

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

This div border color is #766026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766026


Comments

No comments written yet.

Please login to write comment.